You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you log in to Cacti, and go in the three mode and click on any device, then search a specific string it all works fine. If you open the console, hit for instance the Management and Graphs button, return to the Graphs (top tab) and do a search in the same host, again with the same in the search field and hitting 'enter' you end up with the page from console. If you click on the Go button this behavior is not observed.
To Reproduce
Steps to reproduce the behavior:
Go to tab Graphs
Click on a host in the tree
Enter a string in the search field en hit 'enter' (do not click on go)
Go to tab Console
Click on Management and then Graphs (or any item, e.g. System Utilities and the View User Log)
Go to tab Graphs
Enter a string in the seach field and hit 'enter' (do not click on go)
Page of the last visited item under tab Console shows up
Expected behavior
When hitting enter, just as clicking on the Go button, a list of graphs matching the search string.
OS: Windows 10
Browser: Edge Chromium, FireFox, IE11
Cacti Version: 1.2.14
Server running Centos7 (latest updates). Apache 2.4, PHP 7.4.9
Workaround for now:
Log out, log back in, search again. Any time you click on something within the Console tab, you end up with this. Unless you hit the Go button of course.
The text was updated successfully, but these errors were encountered:
* Need to redefine the applyFilter as it's still defined for the 'go' action on the graphs page.
* The base64_encode in layout.js does not encode properly for in all cases
* Prevent the validate function from being called twice on a full page refresh
* Add the rfilter to timespan actions just in case the user has set it and not hit enter to filter
netniV
changed the title
Search field strange behavior when hitting enter in 1.2.14
Filters do not always respect using keyboard to initiate searching
Nov 2, 2020
Describe the bug
When you log in to Cacti, and go in the three mode and click on any device, then search a specific string it all works fine. If you open the console, hit for instance the Management and Graphs button, return to the Graphs (top tab) and do a search in the same host, again with the same in the search field and hitting 'enter' you end up with the page from console. If you click on the Go button this behavior is not observed.
To Reproduce
Steps to reproduce the behavior:
Go to tab Graphs
Click on a host in the tree
Enter a string in the search field en hit 'enter' (do not click on go)
Go to tab Console
Click on Management and then Graphs (or any item, e.g. System Utilities and the View User Log)
Go to tab Graphs
Enter a string in the seach field and hit 'enter' (do not click on go)
Page of the last visited item under tab Console shows up
Expected behavior
When hitting enter, just as clicking on the Go button, a list of graphs matching the search string.
OS: Windows 10
Browser: Edge Chromium, FireFox, IE11
Cacti Version: 1.2.14
Server running Centos7 (latest updates). Apache 2.4, PHP 7.4.9
Workaround for now:
Log out, log back in, search again. Any time you click on something within the Console tab, you end up with this. Unless you hit the Go button of course.
The text was updated successfully, but these errors were encountered: