Open
Bug 1421597
Opened 7 years ago
Updated 9 months ago
Provide an option to ignore scroll events outside of the control when a |select| drop-down is open
Categories
(Core :: Layout: Form Controls, defect, P3)
Core
Layout: Form Controls
Tracking
()
NEW
Tracking | Status | |
---|---|---|
firefox59 | --- | affected |
People
(Reporter: mark, Unassigned)
Details
(Whiteboard: [webcompat])
Attachments
(1 obsolete file)
This was relayed to me from a Mac user, but I'm assuming the same problem occurs for anyone with a touch mouse or other input device with a sensitive scroll trigger.
Currently, Firefox, when opening a |select| drop-down form control, will cancel the drop-down when a mouse scroll event is received *outside* of the drop-down pop-up. If there's a sensitive scroll event trigger, which is the case with most touch-mice, it becomes difficult and frustrating to use drop-down menus because they will close without making a selection due to the scroll event on the page.
Chrome completely disables mouse scroll events on the page when a drop-down on a web page is open, avoiding this issue -- which would probably be the best behavior here (at the very least as an option) in Firefox as well.
Let me know if the description is in any way unclear and I'll do my best to clarify.
Updated•7 years ago
|
Whiteboard: [webcompat]
Updated•7 years ago
|
Priority: -- → P1
Updated•7 years ago
|
Priority: P1 → P3
Comment 1•6 years ago
|
||
Migrating Webcompat whiteboard priorities to project flags. See bug 1547409.
Webcompat Priority: --- → ?
Comment 2•6 years ago
|
||
See bug 1547409. Migrating whiteboard priority tags to program flags.
Updated•5 years ago
|
Webcompat Priority: ? → ---
Updated•2 years ago
|
Severity: normal → S3
Updated•9 months ago
|
Attachment #9383730 -
Attachment is obsolete: true
You need to log in
before you can comment on or make changes to this bug.
Description
•