keyboard events for <select> not working
Categories
(Core :: DOM: Core & HTML, defect, P3)
Tracking
()
People
(Reporter: frank.ebner, Unassigned)
References
Details
Attachments
(1 file)
102 bytes,
text/html
|
Details |
Comment 1•8 years ago
|
||
Updated•8 years ago
|
Updated•8 years ago
|
Comment 2•8 years ago
|
||
Comment 3•8 years ago
|
||
Comment 4•8 years ago
|
||
Comment 5•8 years ago
|
||
Comment hidden (obsolete) |
Updated•8 years ago
|
Updated•8 years ago
|
Comment 7•8 years ago
|
||
Comment 8•8 years ago
|
||
Comment 9•8 years ago
|
||
Comment 10•8 years ago
|
||
Comment 11•6 years ago
|
||
Updated•2 years ago
|
Comment 12•2 months ago
|
||
Since bug 1331725(In reply to Mike Conley (:mconley) (:⚙️) from comment #8)
(In reply to Hsin-Yi Tsai [:hsinyi] from comment #7)
Hey Mike, I suppose we could close this as bug 1300784 is resolved, right?
I'm afraid not. :( The patch landed, but it's disabled by default. Bug
1331725 is for enabling it by default. I've marked my comment 6 as obsolete.
Bug 1331725 (and bug 1744009, which it was marked as a duplicate of) are resolved. Does that mean bug 1300483 is resolved, too?
Comment 13•1 months ago
|
||
Coming back to this 8 years later! Wow!
So going back to the original test case, it looks like the key events are only firing once a key is pressed when the popup is closed.
(In reply to Olli Pettay [:smaug][bugs@pettay.fi] from comment #5)
FWIW, Chrome doesn't seem to pass key events to child process either. Don't
have access to Safari or Edge right now.
But yes, inconsistency between e10s and non-e10s is bad.
I just tested Safari, and it's similar - no key events appear to be passed down to content when the popup is open.
This might be a WONTFIX, unless there's a clear directive in the spec that calls for key events to go through.
Description
•