BorderTech / wcomponents

Accessible Web UI Framework for Enterprise
GNU General Public License v3.0
21 stars 17 forks source link

Keyboard event modernisation #1825

Closed ricksbrown closed 8 months ago

ricksbrown commented 11 months ago

Multiple ticking time bombs here, relying on deprecated APIs, such as:

KeyboardEvent.keyCode: keypress Event

We should also remove the polyfill for the deprecated DOM 3 KeyEvent API.

At some point browsers will remove all the stuff we are relying on and it will simply stop working.