Closed
Bug 1117586
Opened 11 years ago
Closed 11 years ago
[e10s] Should be possible to open <select> from the keyboard
Categories
(Core :: Layout: Form Controls, defect)
Tracking
()
People
(Reporter: neil, Assigned: enndeakin)
References
Details
Attachments
(1 file)
2.71 KB,
patch
|
roc
:
review+
|
Details | Diff | Splinter Review |
Steps to reproduce problem:
1. Tab to <select> element
2. Press F4, Alt+Down or Alt+Up (key may be platform-specific)
Expected result: Select options
Actual result: Nothing happens
Updated•11 years ago
|
tracking-e10s:
--- → m6+
Updated•11 years ago
|
Assignee: nobody → mconley
Assignee | ||
Comment 1•11 years ago
|
||
There's some other callers of nsComboBoxFrame::ShowDropDown but my cursory glance at them doesn't suggest we need to fire this event for those.
The test in bug 1047713 tests this bug.
Attachment #8580033 -
Flags: review?(roc) → review+
Assignee | ||
Updated•11 years ago
|
Iteration: --- → 39.3 - 30 Mar
Points: --- → 1
Flags: in-testsuite+
Flags: firefox-backlog+
Updated•11 years ago
|
Iteration: 39.3 - 30 Mar → 39.2 - 23 Mar
Flags: qe-verify?
Updated•11 years ago
|
Iteration: 39.2 - 23 Mar → 39.3 - 30 Mar
Assignee | ||
Comment 2•11 years ago
|
||
![]() |
||
Comment 3•11 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
status-firefox40:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla40
Comment 4•11 years ago
|
||
Setting qe-verify- as this appears to have test coverage.
Flags: qe-verify? → qe-verify-
You need to log in
before you can comment on or make changes to this bug.
Description
•