Closed
Bug 417111
Opened 18 years ago
Closed 18 years ago
User setting scrollLeft on overflow: hidden; doesn't fire a scroll event
Categories
(Core :: DOM: Events, defect)
Core
DOM: Events
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: WeirdAl, Unassigned)
Details
Attachments
(1 file, 2 obsolete files)
|
1.29 KB,
text/html
|
Details |
When the script sets scrollLeft or scrollTop on a scrollable element (without scrollbars, in this case), we don't get a DOM event for the scroll.
Steps to reproduce: Load the testcase and wait one second.
| Reporter | ||
Comment 1•18 years ago
|
||
fixing testcase (removing irrelevant stuff)
Attachment #302930 -
Attachment is obsolete: true
| Reporter | ||
Comment 2•18 years ago
|
||
really fixing the testcase
Attachment #302934 -
Attachment is obsolete: true
Comment 3•18 years ago
|
||
WFM on trunk. Fixed by bug 234455, IIRC
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → WORKSFORME
| Reporter | ||
Updated•18 years ago
|
Flags: in-testsuite?
| Reporter | ||
Updated•16 years ago
|
Flags: in-testsuite?
You need to log in
before you can comment on or make changes to this bug.
Description
•