[Bug 22281] New: Does new Firefox update break some shortcut keys? (keypress deprecated)
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22281 Bug ID: 22281 Summary: Does new Firefox update break some shortcut keys? (keypress deprecated) Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Browser compatibility Assignee: oleonard@myacpl.org Reporter: m.de.rooy@rijksmuseum.nl QA Contact: testopia@bugs.koha-community.org Target Milestone: --- Some scripts to check: koha-tmpl/intranet-tmpl/prog/en/includes/cateditor-ui.inc koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt koha-tmpl/intranet-tmpl/prog/js/basketgroup.js koha-tmpl/intranet-tmpl/prog/js/prevent_submit.js koha-tmpl/intranet-tmpl/prog/js/staff-global.js koha-tmpl/intranet-tmpl/prog/js/subscription-add.js koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt koha-tmpl/opac-tmpl/bootstrap/en/modules/sci/sci-main.tt See also https://developer.mozilla.org/en-US/docs/Web/Events/keypress -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22281 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer@bsz-bw.de, | |oleonard@myacpl.org -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22281 --- Comment #1 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Most mentions of keypress now are in JS libraries, but we have some in our own files: koha-tmpl/intranet-tmpl/prog/en/includes/cateditor-ui.inc koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt koha-tmpl/intranet-tmpl/prog/js/staff-global.js koha-tmpl/intranet-tmpl/prog/js/subscription-add.js koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt koha-tmpl/opac-tmpl/bootstrap/en/modules/sci/sci-main.tt koha-tmpl/opac-tmpl/bootstrap/js/global.js -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22281 Emily Lamancusa <emily.lamancusa@montgomerycountymd.gov> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=36580 -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22281 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Does new Firefox update |Keydown event properties |break some shortcut keys? |(keyCode and which) are |(keypress deprecated) |both deprecated Resolution|--- |DUPLICATE Status|NEW |RESOLVED --- Comment #2 from Owen Leonard <oleonard@myacpl.org> --- *** This bug has been marked as a duplicate of bug 36580 *** -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22281 Emily Lamancusa <emily.lamancusa@montgomerycountymd.gov> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |emily.lamancusa@montgomeryc | |ountymd.gov --- Comment #3 from Emily Lamancusa <emily.lamancusa@montgomerycountymd.gov> --- I don't think this is a duplicate of 36580, exactly, though they're closely related. This bug was about replacing the deprecated keypress event with a keydown event(?) instead. The instance that prompted me to file 36580 already uses keydown rather than keypress (I think), but uses deprecated methods of identifying which key. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22281 --- Comment #4 from Owen Leonard <oleonard@myacpl.org> --- I assumed that if we were going to address deprecated key events we would do so in one place. -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org