Closed
Bug 1079869
Opened 11 years ago
Closed 11 years ago
Hitting enter after interacting with options from Forget button closes the pop-up
Categories
(Firefox :: Toolbars and Customization, defect)
Firefox
Toolbars and Customization
Tracking
()
People
(Reporter: bmaris, Assigned: Gijs)
References
Details
Attachments
(1 file)
|
1.65 KB,
patch
|
jaws
:
review+
Sylvestre
:
approval-mozilla-aurora+
Sylvestre
:
approval-mozilla-beta+
|
Details | Diff | Splinter Review |
STR:
1. Open Firefox
2. Move the Forget button to toolbar
3. Click the button and select one of the options (eg. 24 hours)
4. Using the arrow keys (up/down) move through the options
5. Hit Enter key
Expected results: Maybe after selecting an option using arrow keys, hitting enter will actually have the same behavior as clicking 'Forget'.
Actual results: After hitting Enter the pop-up just closes.
Notes:
1. Windows and Linux only.
2. Reproducible on latest Nightly and latest Aurora.
| Assignee | ||
Updated•11 years ago
|
Blocks: Forget-button
| Assignee | ||
Comment 1•11 years ago
|
||
This should be fixable by adding closemenu=none on the radio buttons.
Assignee: nobody → gijskruitbosch+bugs
Status: NEW → ASSIGNED
Iteration: --- → 35.3
Points: --- → 1
Flags: qe-verify-
Flags: in-testsuite-
Flags: firefox-backlog+
| Assignee | ||
Comment 2•11 years ago
|
||
This works in my testing; the event target is the radiogroup because that's a XBL binding so the original individual radio button targets get lost (yay XBL) and putting the attribute on there doesn't work...
Attachment #8503031 -
Flags: review?(jaws)
Updated•11 years ago
|
Attachment #8503031 -
Flags: review?(jaws) → review+
| Assignee | ||
Comment 3•11 years ago
|
||
Comment 4•11 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 35
| Assignee | ||
Comment 5•11 years ago
|
||
Comment on attachment 8503031 [details] [diff] [review]
fix closing forget panel by adding a closemenu=none attribute,
(approval req for 34)
Approval Request Comment
[Feature/regressing bug #]: panic button
[User impact if declined]: in some cases, panel will close if you use the keyboard when it shouldn't
[Describe test coverage new/current, TBPL]: nope
[Risks and why]: nope
[String/UUID change made/needed]: nope
Attachment #8503031 -
Flags: approval-mozilla-beta?
Attachment #8503031 -
Flags: approval-mozilla-aurora?
Updated•11 years ago
|
Updated•11 years ago
|
Attachment #8503031 -
Flags: approval-mozilla-beta?
Attachment #8503031 -
Flags: approval-mozilla-beta+
Attachment #8503031 -
Flags: approval-mozilla-aurora?
Attachment #8503031 -
Flags: approval-mozilla-aurora+
Comment 7•11 years ago
|
||
Comment 8•11 years ago
|
||
Landed in alder: https://hg.mozilla.org/projects/alder/rev/0de8444b8da0
Whiteboard: [fixed-alder]
Comment 9•11 years ago
|
||
(The 33/alder patch was based on e6441f98f159)
| Reporter | ||
Comment 10•11 years ago
|
||
Verified as fixed on Windows 7 64bit and Ubuntu 12.04 32bit using Firefox 34 beta 3 build 2, latest Aurora and latest Alder build.
Comment 11•11 years ago
|
||
Whiteboard: [fixed-alder]
Updated•11 years ago
|
status-firefox33:
--- → fixed
| Reporter | ||
Comment 12•11 years ago
|
||
Also verified using Firefox 33.1 on Windows 7 64bit, Ubuntu 14.04 32bit and it is fixed.
You need to log in
before you can comment on or make changes to this bug.
Description
•