keypress event shouldn't be fired for non-printable keys
Categories
(Core :: DOM: Events, defect, P3)
Tracking
()
People
(Reporter: masayuki, Assigned: masayuki)
References
(Depends on 3 open bugs)
Details
(Keywords: dev-doc-complete, site-compat, Whiteboard: [webcompat:p1][geckoview:klar:p2])
User Story
Business driver: Achieve tier-1 Google Search experience for Gecko on Android
Assignee | ||
Updated•11 years ago
|
Comment 1•11 years ago
|
||
Assignee | ||
Comment 2•11 years ago
|
||
Assignee | ||
Comment 3•11 years ago
|
||
Assignee | ||
Comment 4•11 years ago
|
||
Comment 5•11 years ago
|
||
Comment 6•11 years ago
|
||
Assignee | ||
Comment 7•11 years ago
|
||
Comment 10•9 years ago
|
||
Updated•7 years ago
|
Updated•7 years ago
|
Updated•7 years ago
|
Updated•7 years ago
|
Updated•7 years ago
|
Comment 13•7 years ago
|
||
Comment 14•7 years ago
|
||
Assignee | ||
Comment 15•7 years ago
|
||
Comment 16•7 years ago
|
||
Updated•7 years ago
|
Assignee | ||
Comment 17•7 years ago
|
||
Updated•7 years ago
|
Updated•7 years ago
|
Updated•6 years ago
|
Updated•6 years ago
|
Updated•6 years ago
|
Comment 20•6 years ago
|
||
Assignee | ||
Comment 22•6 years ago
|
||
Assignee | ||
Updated•6 years ago
|
Comment 23•6 years ago
|
||
Assignee | ||
Comment 24•6 years ago
|
||
Comment 26•6 years ago
|
||
Hi Chris, how do we nominate changes for the developer-facing release notes? i.e. https://developer.mozilla.org/en-US/docs/Mozilla/Firefox/Releases/65 ?
I assume the relnote Bugzilla flag is for the user-facing release notes?
I guess this (and maybe bug 354358) should be included there?
Comment 27•6 years ago
|
||
(In reply to Brian Birtles (:birtles) from comment #26)
Hi Chris, how do we nominate changes for the developer-facing release notes? i.e. https://developer.mozilla.org/en-US/docs/Mozilla/Firefox/Releases/65 ?
I assume the relnote Bugzilla flag is for the user-facing release notes?
I guess this (and maybe bug 354358) should be included there?
This is done via the dev-doc-needed keyword, which is aleready present on this bug, and the other one you reference. I check these regularly, so I'm not sure how I missed this one. I'm about to do the documentation for miscellaneous DOM updates for Fx65, so I'll make sure these two are documented as part of that work.
Comment 28•6 years ago
|
||
Great, thanks Chris!
Comment 29•6 years ago
|
||
I've documented this:
Added a note to the Fx65 rel notes:
https://developer.mozilla.org/en-US/docs/Mozilla/Firefox/Releases/65#APIs (see the Removals section)
Added a note to the KeyPress interface and keypress event browser compat:
https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent#Browser_compatibility
https://developer.mozilla.org/en-US/docs/Web/Events/keypress#Browser_compatibility
Let me know if this is OK. Thanks!
Assignee | ||
Comment 30•6 years ago
|
||
(In reply to Chris Mills (Mozilla, MDN editor) [:cmills] from comment #29)
I've documented this:
Added a note to the Fx65 rel notes:
https://developer.mozilla.org/en-US/docs/Mozilla/Firefox/Releases/65#APIs (see the Removals section)
Thanks, but keep dispatching Enter, Shift + Enter and Ctrl + Enter for the compatibility with the other browsers. Here is spec issue: https://github.com/w3c/uievents/issues/183
Added a note to the KeyPress interface and keypress event browser compat:
https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent#Browser_compatibility
https://developer.mozilla.org/en-US/docs/Web/Events/keypress#Browser_compatibilityLet me know if this is OK. Thanks!
Thank you for your work.
And also, could you document bug 354358 too? It's important change for some web apps which don't care IME with special path. Especially, it fixes a lot of web-compat issue in Korea.
Comment 31•6 years ago
|
||
(In reply to Masayuki Nakano [:masayuki] (JST, +0900) from comment #30)
(In reply to Chris Mills (Mozilla, MDN editor) [:cmills] from comment #29)
I've documented this:
Added a note to the Fx65 rel notes:
https://developer.mozilla.org/en-US/docs/Mozilla/Firefox/Releases/65#APIs (see the Removals section)Thanks, but keep dispatching Enter, Shift + Enter and Ctrl + Enter for the compatibility with the other browsers. Here is spec issue: https://github.com/w3c/uievents/issues/183
Ah, thanks for reminding me about that. I've updated all the notes I added to make this clear.
Added a note to the KeyPress interface and keypress event browser compat:
https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent#Browser_compatibility
https://developer.mozilla.org/en-US/docs/Web/Events/keypress#Browser_compatibilityLet me know if this is OK. Thanks!
Thank you for your work.
And also, could you document bug 354358 too? It's important change for some web apps which don't care IME with special path. Especially, it fixes a lot of web-compat issue in Korea.
I have that one on my list too — I'll do it next.
Assignee | ||
Updated•6 years ago
|
Description
•