Closed Bug 210878 Opened 21 years ago Closed 21 years ago

Can't scroll page using keys or mousewheel.

Categories

(Core :: DOM: UI Events & Focus Handling, defect)

x86
All
defect
Not set
normal

Tracking

()

VERIFIED DUPLICATE of bug 97283

People

(Reporter: adam, Assigned: aaronlev)

References

(Blocks 1 open bug, )

Details

Attachments

(1 file)

This page can't be scrolled using the arrow or space or pgup/pgdown keys
on Linux-x86/GTKFE, with either Mozilla trunk or MozillaFirebird trunk.

It seems to be a fairly ordinary page; no frames.  Clicking within the
page content area before scrolling does not help matters, so it's
(probably) not a simple issue of keyboard focus.

It mostly just seems to happen with this site/page, I haven't noticed the
problem elsewhere.
Confirmed on Win2K.

Same deal with mousewheel.
OS: Linux → All
Summary: Can't scroll page using keys. → Can't scroll page using keys or mousewheel.
(I forgot to mention, of course: mousing the window's scrollbar still works fine.)
Notes: you can tab through the controls and scroll that way. The same page works
correctly in IE. You can use caret browing mode (F7) and the page will scroll as
you move the caret past the bottom line.
Blocks: focusnav
Another data point: this has been happening for months.  (It might have been
happening forever, but my memory gets all misty further back than a few
minu^H^H^H^Hmonths.)
MozillaFirebird's 'autoscroll' is also inoperative on this page (it doesn't
cause any scrolling).
The key is the following CSS:
BODY
{
    MARGIN: 0px;
    OVERFLOW: auto;
    HEIGHT: 100%;
}
Remove any of those lines and it is scrollable.

If you remove MARGIN: 0px a second scrollbar appears which you can use to
scroll.
Attachment #127237 - Attachment is patch: false
Attachment #127237 - Attachment mime type: text/plain → text/html
More notes:

overflow: scroll still produces the problem
height: 50% still produces the problem

If you don't set the margin, you can scroll up and down the outer scroll bars,
but not the inner scroll bars. So, that doesn't really get rid of the problem
either.

Clicking in the scrollable region doesn't help, so it's not a focus problem.

CC'ing various folks who might have a clue what to do about this problem.
CC'ing various folks who might have a clue what to do about this problem. It's a
layout/view problem no?

*** This bug has been marked as a duplicate of 97283 ***
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → DUPLICATE
verified.
Status: RESOLVED → VERIFIED
Component: Keyboard: Navigation → User events and focus handling
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: