Closed
Bug 95094
Opened 24 years ago
Closed 24 years ago
abscence of properties and events in DOM relating to CSS: 'overflow: scroll'
Categories
(Core :: DOM: Core & HTML, enhancement)
Tracking
()
People
(Reporter: chris, Assigned: jst)
Details
When an HTML element is given CSS 'overflow:scroll' there does not appear to be
anyway to access the positions (or scroll Offsets) of the particular element
MSIE browsers provide the following values:
scrollWidth,scrollHeight,scrollLeft,scrollTop
and also the onScroll event
these properties are very useful for determining (and as the are not read-only
for controlling) what elements are visible to the user and can be used to
scroll specific elements into view and so forth (I do not believe that there is
a workaround possible)
i have not really found the onscroll event to be of that much use but it may be
worth considering implementing as well, perhaps they should even be in the
specifications
![]() |
||
Comment 1•24 years ago
|
||
See bug 35011 for onScroll...
Severity: normal → enhancement
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 3•24 years ago
|
||
*** This bug has been marked as a duplicate of 62536 ***
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
Updated•12 years ago
|
Component: DOM: Mozilla Extensions → DOM
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•