https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39489
Jonathan Druart <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #8 from Jonathan Druart <[email protected]> --- Not my expertise area but IMO we should not see screen size in JS: + if (window.screen.width > 991) { + $(".menu-collapse-toggle").removeAttr("aria-expanded"); + } Cannot we avoid that? Do we want the attribute to be adjusted if the window is resized? Could we have aria-expanded adjusted depending on the arrow visibility? -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
