[Bug 36580] New: Keydown event properties (keyCode and which) are both deprecated
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36580 Bug ID: 36580 Summary: Keydown event properties (keyCode and which) are both 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: emily.lamancusa@montgomerycountymd.gov QA Contact: testopia@bugs.koha-community.org According to MDN, keyCode (https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent/keyCode) and which (https://developer.mozilla.org/en-US/docs/Web/API/UIEvent/which) are both deprecated, though it doesn't look like any browsers have dropped support for them yet. We should look into adding a more current option to ensure future support. KeyBoardEvent.key maybe? https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent/key I defer to the folks who know more about front-end web design than me though. :) These come up at least in shortcut.js...not sure where else they may be used. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36580 Emily Lamancusa <emily.lamancusa@montgomerycountymd.gov> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=22281 -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36580 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |m.de.rooy@rijksmuseum.nl --- Comment #1 from Owen Leonard <oleonard@myacpl.org> --- *** Bug 22281 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org