Closed
Bug 298146
Opened 19 years ago
Closed 19 years ago
neither mousewheel nor keyboard can scroll DIV
Categories
(Core :: Layout, defect)
Tracking
()
People
(Reporter: admin, Unassigned)
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20050610 Firefox/1.0.4 (Debian package 1.0.4-3)
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20050610 Firefox/1.0.4 (Debian package 1.0.4-3)
If a page contains a small DIV (or any other block element, I guess) with
overflow: auto, the scrollbar appears OK, but remains the only way to scroll the
DIV (can't do it with mouse or keyboard). I've experienced this problem both in
Firefox and the Mozilla Web Browser.
Reproducible: Always
Steps to Reproduce:
1. Create a (X)HTML page with a small DIV with scrollbars, like this:
<html><body><div style="width: 20em; height: 8ex; overflow: auto;">(put some
long text here)</div></body></html>
2. Open this page in the browser.
3. Attempt to sroll the DIV using the mouse wheel and/or keyboard.
Actual Results:
Neither keyboard nor mousewheel could scroll the DIV. Only the scrollbar on its
right side worked for this.
Expected Results:
When the browser window has focus and mouse cursor is over a scroll-able
element, its wheel should be able to scroll it. Keyboard inability doesn't matter.
Comment 1•19 years ago
|
||
*** This bug has been marked as a duplicate of 97283 ***
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → DUPLICATE
Updated•19 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•