https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39489 Jonathan Druart <jonathan.druart@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart@gmail.com --- Comment #8 from Jonathan Druart <jonathan.druart@gmail.com> --- 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.