Closed
Bug 167235
Opened 23 years ago
Closed 23 years ago
scrollLeft and scrollTop cannot be programmatically assigned if the scrollbar is not visible
Categories
(Core :: DOM: CSS Object Model, defect)
Tracking
()
People
(Reporter: mrezaei, Assigned: jst)
Details
Attachments
(1 file)
|
13.50 KB,
text/html
|
Details |
When an element has a "overflow:hidden" style, it is still desirable to be able to scroll that element programmatically by setting scrollTop and scrollLeft.
I'll atttach a test case that illustrates this bug.
The test case works in IE (5.x+)
Using Mozilla 1.1:
Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.1) Gecko/20020826
Comment 2•23 years ago
|
||
see 62536 comment 44 and following.
*** This bug has been marked as a duplicate of 62536 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•