-
Notifications
You must be signed in to change notification settings - Fork 51
13 Oct 2015
[17:08] Anyone else from UI Events on the call?
[17:08] (Sorry, I forgot to send out a reminder.)
[17:08] Travis: hi.
[17:08] hi!
[17:10] I'm looking to see if Gary finished moving all the bugs to Github...
[17:12] I started to check the compatibility of code value and key value between Firefox and Chromium.
[17:12] https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent/code
[17:12] Looks like all the issues are ported!
[17:16] Hmm, as you scroll down that page, it looks like there's lots of inconsistencies in codes.
[17:17] Travis: yeah. However, I think that the mismatch is bug of the table in Chromium. Chromium doesn't work well my programable keyboard. (e.g., F13 - F24).
[17:19] Almost all of the others are Chromium just not mapping some keys to specific scancodes.
[17:19] This is great data. As these are coming from scan codes, the IE/Edge implementation can update our mapping table to match (when we get around to adding 'code'
[17:20] masayuki: Given the issues we have https://github.com/w3c/uievents/issues
[17:20] I hope the Edge team use the tables ;-)
[17:20] can you indicate which numbers are the highest-priority for you?
[17:20] I'll add some labels to help us sort the issues.
[17:21] Let me see...
[17:24] The issues which may cause compatibility issues in the future are:
[17:24] https://github.com/w3c/uievents/issues/11 Define mobile phone related keys
[17:24] https://github.com/w3c/uievents/issues/10 Define TV or A/V remote controller's keys
[17:25] https://github.com/w3c/uievents/issues/39 [code] KeyboardEvent code spec should have featurephone section
[17:25] https://github.com/w3c/uievents/issues/28 When .getModifierState("OS") should be true?
[17:26] And before Chromium releases .key, we should fix https://github.com/w3c/uievents/issues/27 [key] Needs more explicit explanation of "MediaSelect", "LaunchMediaPlayer" and "MediaApps"
[17:29] OK, these are all labelled as "!important": https://github.com/w3c/uievents/issues?q=is%3Aopen+is%3Aissue+label%3A%21important
[17:31] Thank you!
[17:32] OK, we probably won't get too much more done without Gary around. So I suggest we plan to meet next week?
[17:33] Travis: Yeah, I agree.
[17:33] I'd go back to test the compatibility test ;-)
[17:33] OK, I'll try to send out the reminder beforehand...
[17:33] Thanks!
[17:33] Thank you!