Warning:
This wiki has been archived and is now read-only.

13-Oct-2015

From WEBAPPS
Jump to: navigation, search

[17:08] <Travis> Anyone else from UI Events on the call?

[17:08] <Travis> (Sorry, I forgot to send out a reminder.)

[17:08] <masayuki> Travis: hi.

[17:08] <Travis> hi!

[17:10] <Travis> I'm looking to see if Gary finished moving all the bugs to Github...

[17:12] <masayuki> I started to check the compatibility of code value and key value between Firefox and Chromium.

[17:12] <masayuki> https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent/code

[17:12] <Travis> Looks like all the issues are ported!

[17:16] <Travis> Hmm, as you scroll down that page, it looks like there's lots of inconsistencies in codes.

[17:17] <masayuki> 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] <masayuki> Almost all of the others are Chromium just not mapping some keys to specific scancodes.

[17:19] <Travis> 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] <Travis> masayuki: Given the issues we have https://github.com/w3c/uievents/issues

[17:20] <masayuki> I hope the Edge team use the tables ;-)

[17:20] <Travis> can you indicate which numbers are the highest-priority for you?

[17:20] <Travis> I'll add some labels to help us sort the issues.

[17:21] <masayuki> Let me see...

[17:24] <masayuki> The issues which may cause compatibility issues in the future are:

[17:24] <masayuki> https://github.com/w3c/uievents/issues/11 Define mobile phone related keys

[17:24] <masayuki> https://github.com/w3c/uievents/issues/10 Define TV or A/V remote controller's keys

[17:25] <masayuki> https://github.com/w3c/uievents/issues/39 [code] KeyboardEvent code spec should have featurephone section

[17:25] <masayuki> https://github.com/w3c/uievents/issues/28 When .getModifierState("OS") should be true?

[17:26] <masayuki> 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] <Travis> OK, these are all labelled as "!important": https://github.com/w3c/uievents/issues?q=is%3Aopen+is%3Aissue+label%3A%21important

[17:31] <masayuki> Thank you!

[17:32] <Travis> OK, we probably won't get too much more done without Gary around. So I suggest we plan to meet next week?

[17:33] <masayuki> Travis: Yeah, I agree.

[17:33] <masayuki> I'd go back to test the compatibility test ;-)

[17:33] <Travis> OK, I'll try to send out the reminder beforehand...

[17:33] <Travis> Thanks!

[17:33] <masayuki> Thank you!