Closed
Bug 182536
Opened 22 years ago
Closed 22 years ago
Mouse wheel does not scroll a fixed position auto overflow div
Categories
(Core :: DOM: UI Events & Focus Handling, defect)
Tracking
()
People
(Reporter: gordon, Assigned: saari)
Details
Attachments
(1 file)
26.71 KB,
text/html
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.2) Gecko/20021126
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.2) Gecko/20021126
I have an XHTML page using fixed position div elements to create a header, table
of contents, main and footer layout. The main div element has "overflow: auto"
set which creates a scrollbar because there is too much content to display dully
in the window. However, the mouse wheel does not scroll the content in that element.
Reproducible: Always
Steps to Reproduce:
1. Create XHTML page as described in details (I will attach an example page)
2. Scroll the mouse wheel over the main area element
3. Click in the main area element
4. Scroll the mouse wheel
Actual Results:
After step 2, the content in the element did not scroll.
After step 4, the content in the element did not scroll.
Expected Results:
After both step 2 and 4, I expect the content of the element to scroll.
Reporter | ||
Comment 1•22 years ago
|
||
Comment 2•22 years ago
|
||
Predictably, this also affects drag-scroll functionality on my laptop
(2002112208/win98).
resolving as dup.
*** This bug has been marked as a duplicate of 97283 ***
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
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
•