Closed
Bug 268004
Opened 20 years ago
Closed 20 years ago
can't scroll page with arrow keys or mouse wheel
Categories
(Core :: DOM: UI Events & Focus Handling, defect)
Tracking
()
People
(Reporter: jwz, Unassigned)
References
()
Details
I use CSS "position: fixed" to get a frameset-like look for my Bookmarks page
without actually using frames: http://www.jwz.org/bookmarks.html
I can only scroll the page with the scrollbar; the arrow keys, mouse wheel, and
PgUp/PgDown won't scroll it.
Mozilla 1.7.3
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.3) Gecko/20040922
Comment 1•20 years ago
|
||
It works for me, using:
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8a5) Gecko/20041104
Firefox/0.9.1+
I think this was fixed by the patch for bug 251986.
Comment 2•20 years ago
|
||
WFM in current Linux trunk.
Comment 3•20 years ago
|
||
Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.7.5) Gecko/20041103 Firefox/1.0RC2
Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.7.5) Gecko/20041104
keys are not working, mousewheel initially isn´t working, but works, after a
link has been opened with middle-click.
OS: Linux → All
Version: Trunk → 1.7 Branch
Comment 4•20 years ago
|
||
You use overflow: auto; in the stylesheet. The scrolling works on Mozilla
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8a5) Gecko/20041108. This
problem is described in bug 97283 and was fixed in the 1.8 alpha ~3. The
comments on bug 97283 make it clear that this will not make it into a future
1.7.x release.
*** This bug has been marked as a duplicate of 97283 ***
Status: NEW → 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
•