Closed
Bug 927238
Opened 11 years ago
Closed 11 years ago
Defect - Dropdowns appear cut off and are not selectable with keyboard shortcuts and flash on/off
Categories
(Firefox for Metro Graveyard :: General, defect, P2)
Tracking
(Not tracked)
VERIFIED
FIXED
Firefox 28
People
(Reporter: donrhummy, Assigned: sfoster)
References
Details
(Whiteboard: [block28] feature=defect c=tbd u=tbd p=1)
Attachments
(1 file, 1 obsolete file)
898 bytes,
patch
|
rsilveira
:
review+
|
Details | Diff | Splinter Review |
User Agent: Mozilla/5.0 (Windows NT 6.2; WOW64; rv:27.0) Gecko/20100101 Firefox/27.0 (Beta/Release)
Build ID: 20130929030202
Steps to reproduce:
Went to partycity.com and in checkout (entering credit card info, state, expiration date, etc) tried to select values in a dropdown both with keyboard and mouse.
Actual results:
1. When selecting with up/down arrows, every change, the entire dropdown flashed to invisible and then back to visible.
2. After selecting a value with the keyboard arrows, neither "enter" or "tab" selected the value or moved to the next
3. Even scrolling up/down with a finger or mouse caused some flashing
Expected results:
It should have worked perfectly like a normal HTML component
Updated•11 years ago
|
Blocks: metrov1backlog
Summary: Dropdowns appear cut off and are not selectable with keyboard shortcuts and flash on/off → Defect - Dropdowns appear cut off and are not selectable with keyboard shortcuts and flash on/off
Whiteboard: [triage] feature=defect c=tbd u=tbd p=0
Updated•11 years ago
|
Whiteboard: [triage] feature=defect c=tbd u=tbd p=0 → feature=defect c=tbd u=tbd p=0
Updated•11 years ago
|
Whiteboard: feature=defect c=tbd u=tbd p=0 → [release28] feature=defect c=tbd u=tbd p=0
Assignee | ||
Comment 1•11 years ago
|
||
Most of the symptoms described here are fixed by the patch on bug 919232.
This patch just fixes a newly revealed issue where SelectHelperUI.onSelect was not getting called when tapping on a menu item, resulting in multiple selections in a single-select control.
Assignee: nobody → sfoster
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
Attachment #826147 -
Flags: review?(rsilveira)
Comment 2•11 years ago
|
||
Comment on attachment 826147 [details] [diff] [review]
Walk up to to the list item when handling click events in SelectHelperUI
Review of attachment 826147 [details] [diff] [review]:
-----------------------------------------------------------------
As discussed on IRC, it would be cleaner to do a pointer-events: none; on the label.
Attachment #826147 -
Flags: review?(rsilveira) → review-
Assignee | ||
Comment 3•11 years ago
|
||
I scoped the selector to just fix this for #select-commands options, I'm not 100% sure if this can be broadened to all .option-command > label so I'd rather do that in a follow-up if it becomes necessary.
Attachment #826147 -
Attachment is obsolete: true
Attachment #826187 -
Flags: review?(rsilveira)
Comment 4•11 years ago
|
||
Comment on attachment 826187 [details] [diff] [review]
Fix event target for select option clicks
Review of attachment 826187 [details] [diff] [review]:
-----------------------------------------------------------------
Sounds good.
Attachment #826187 -
Flags: review?(rsilveira) → review+
Comment 5•11 years ago
|
||
Hey Sam, saw your note in Comment #1 and adjusted the Defect accordingly. Please provide a point value for this Defect. Thanks.
Flags: needinfo?(sfoster)
Priority: -- → P2
QA Contact: jbecerra
Whiteboard: [release28] feature=defect c=tbd u=tbd p=0 → [block28] feature=defect c=tbd u=tbd p=0
Assignee | ||
Updated•11 years ago
|
Whiteboard: [block28] feature=defect c=tbd u=tbd p=0 → [block28] feature=defect c=tbd u=tbd p=1
Assignee | ||
Comment 7•11 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 28
Comment 9•11 years ago
|
||
Mozilla/5.0 (Windows NT 6.2; WOW64; rv:28.0) Gecko/20100101 Firefox/28.0
Mozilla/5.0 (Windows NT 6.2; rv:28.0) Gecko/20100101 Firefox/28.0
Build ID: 20131114030204
I still got the following issues while testing this:
- when selecting a value with the keyboard arrows, holding the "Up" or "Down" key pressed it will make the dropdown disappear (but the values are scrolled)
- "enter" has to be pressed twice to select a value
- "tab" selects the value but does not move to the next box.
Tested using a checkout (as guest) at partycity.com with the State dropdown.
Comment 10•11 years ago
|
||
Hi Cornel, can you file a separate bug for the issue you are encountering. Thanks.
Flags: needinfo?(cornel.ionce)
Comment 11•11 years ago
|
||
(In reply to Marco Mucci [:MarcoM] from comment #10)
> Hi Cornel, can you file a separate bug for the issue you are encountering.
> Thanks.
Filled bug 939689 for the remaining issues and CC'ed you.
I think we can consider this verified.
Status: RESOLVED → VERIFIED
Flags: needinfo?(cornel.ionce)
You need to log in
before you can comment on or make changes to this bug.
Description
•