Closed Bug 197435 Opened 22 years ago Closed 21 years ago

Keyboard and mouse wheel doesn't trigger onScroll event

Categories

(Core :: DOM: Events, defect)

x86
Linux
defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 189308

People

(Reporter: flucchini, Assigned: saari)

Details

User-Agent:       Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3) Gecko/20030313
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3) Gecko/20030313

The onScroll event of document/body is only triggered by using scrollbars.
Using mouse wheel and keyboard scrolls the page but doesn't generate the
onScroll event.

Reproducible: Always

Steps to Reproduce:
1. Create a document with a line as <BODY onScroll=something(...)
2. Scroll with the scrollbars
3. Scroll with keyboard/mousewheel

Actual Results:  
2. onScroll TRIGGERED
3. onScroll NOT TRIGGERED


Expected Results:  
2. onScroll TRIGGERED
3. onScroll TRIGGERED


Tried on Mozilla 1.2.1/1.3a/1.3b/1.3 on Win32 and Linux

*** This bug has been marked as a duplicate of 189308 ***
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.