Closed Bug 49672 Opened 24 years ago Closed 24 years ago

window.onscroll event doesn't fire as described in the DOM 2 specification

Categories

(Core :: DOM: Core & HTML, defect, P3)

x86
Windows NT
defect

Tracking

()

VERIFIED DUPLICATE of bug 35011

People

(Reporter: mk, Assigned: joki)

Details

Expected result: The scroll event occurs when a document view is scrolled.
(http://www.w3.org/TR/DOM-Level-2/events.html#Events-eventgroupings-htmlevents)

Actual result: The scroll event occurs when a document has a scrollbar, i.e.
when the frame attribute "scrolling" is set to "auto" or "yes". It doesn't fire
when a user scrolls the document.

Test case: Simply put window.onscroll = alert() in a page with scrollbars
Reassigning to the event people, please attach a simple testcase if you can,
doing so will save us some time, thanks!
Assignee: jst → joki

*** This bug has been marked as a duplicate of 35011 ***
Status: UNCONFIRMED → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
Verified dupe.
Status: RESOLVED → VERIFIED
Component: DOM Level 2 → DOM Other
Component: DOM Other → DOM Level 1
Component: DOM → DOM: Core & HTML
You need to log in before you can comment on or make changes to this bug.