Closed
Bug 378676
Opened 18 years ago
Closed 18 years ago
autoscroll should scroll overflowing elements
Categories
(SeaMonkey :: General, enhancement)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 295977
People
(Reporter: csthomas, Unassigned)
Details
It'd be nice to be able to use autoscroll within divs with overflow:scroll. This requires walking up the target and looking for something scrollable.
Comment 1•18 years ago
|
||
I am not shure, if I understand correct. You can test it with the attached file aswell: https://bugzilla.mozilla.org/attachment.cgi?id=262645
Reporter | ||
Comment 2•18 years ago
|
||
http://lxr.mozilla.org/seamonkey/source/suite/common/utilityOverlay.js#639 is what needs to change. If we can't actually get a view, we'll need a separate codepath for setting scrollTop as opposed to using scrollBy().
Comment 3•18 years ago
|
||
Chris I am not a programator, but I think a div is very simillar to iframe. If SM supports autoscroll in en iframe, the same technick could may be used in this DIVs with overflow: auto;
Just a idea. Nothing more.
Updated•18 years ago
|
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → DUPLICATE
Comment 5•18 years ago
|
||
Sorry, this one is for Seamonkey. I saw that too late (although, isn't Seamonkey using also Toolkit now?)
Status: RESOLVED → REOPENED
Resolution: DUPLICATE → ---
Reporter | ||
Comment 6•18 years ago
|
||
We're using toolkit autoscroll now, so marking as duplicate is fine.
Status: REOPENED → RESOLVED
Closed: 18 years ago → 18 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•