Actions
Bug #450
openSome keys working differently in different browsers.
Start date:
08/18/2020
Due date:
% Done:
0%
Estimated time:
4:00 h
Affected version:
Description
Apparently the Keyboard API is implemented differently in different browsers.
At least...
For Meta Left: Firefox returns OSLeft for event.code, vs. MetaLeft like everyone else.
For PrtScr/SysReq: Firefox returns 44 vs. 124 for the event.which.
Both Safari and Firefox do not define the Insert key. Other browsers return event.code=Insert, event.which=45
Updated by Brian Flanagan about 4 years ago
- Status changed from New to Feedback
- Priority changed from Normal to Low
- Estimated time set to 4:00 h
- Affected version changed from 0.9.9.4-r2 to Beta RC2
I suppose the question is whether we should force the odd browsers to comply with the most common / logical implementation... or should we leave it to the user/programmer to deal with the discrepancies.
Actions