Skip to content

Back button not working properly with Classic theme #3157

@Susanin63

Description

@Susanin63

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugUndesired behaviourresolvedA fixed issue

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions