-
-
Notifications
You must be signed in to change notification settings - Fork 420
Closed
Labels
Milestone
Description
I'm having and issue where the browser back button does not return to the previous page in certain instances.
Clear 1.2.8 install. Admin profile - choose Classic theme. After that click on main menu Console - Management and after that menu "Devices","Sites","Trees". Then click Back button on browser. Link adress will change, but browser don't update data.
Another theme work fine.
Tested on FF and Chrome last version.
In layout.js 2485 don't fired.
Additional context
$('#filter, #rfilter').keydown(function(event) {
if (event.keyCode == 8 && $(this).val() == '') {
handlePopState();
}
});
not fired in any themes.