Closed
Bug 254408
Opened 20 years ago
Closed 20 years ago
mouse wheel doesn't scroll document if focus inside element with overflow property
Categories
(Core :: DOM: UI Events & Focus Handling, defect)
Tracking
()
People
(Reporter: nrlz, Unassigned)
Details
Attachments
(1 file)
1.84 KB,
text/html
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7) Gecko/20040707 Firefox/0.9.2
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7) Gecko/20040707 Firefox/0.9.2
If a link is inside a div tag with style "overflow:{scroll|hidden|auto}" and the
link is given the focus, the mouse wheel no longer scrolls the document. The
arrow keys still work though.
See attachment.
Reproducible: Always
Steps to Reproduce:
1. See attachment.
2. Tab to link to give it the focus. (will see dotted border around link.)
3. press up/down keyboard keys and document scrolls.
4. Scroll mouse wheel and document does not scroll.
Comment 3•20 years ago
|
||
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
Updated•20 years ago
|
Status: RESOLVED → VERIFIED
Updated•6 years ago
|
Component: Event Handling → User events and focus handling
You need to log in
before you can comment on or make changes to this bug.
Description
•