Project

General

Profile

Bug #450

Some keys working differently in different browsers.

Added by Brian Flanagan over 3 years ago. Updated over 3 years ago.

Status:
Feedback
Priority:
Low
Target version:
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

#1

Updated by Brian Flanagan over 3 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.

Also available in: Atom PDF