Closed
Bug 74107
Opened 24 years ago
Closed 24 years ago
[RFE] .scroll() support
Categories
(Core :: DOM: Core & HTML, enhancement)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: redball, Assigned: jst)
References
()
Details
Where as we've had use of window.scroll() since JavaScript 1.1, it's somehow
been omitted, apparently, from the 1.5 revision implemented in Gecko. This not
only causes a backwards compatibility issue, it causes a compatibility issue
with my site. I merely thought that before I publish a script in which I'd be
forced to tell users not to use Netscape 6 that I would alert someone to this
flaw, and perhaps receive an alternative resolution.
Comment 1•24 years ago
|
||
Not a JS engine issue.
Assignee: rogerl → jst
Component: Javascript Engine → DOM Other
QA Contact: pschwartau → janc
Comment 2•24 years ago
|
||
marking NEW.
Severity: normal → enhancement
Status: UNCONFIRMED → NEW
Ever confirmed: true
Summary: No .scroll() support → [RFE] .scroll() support
| Assignee | ||
Comment 3•24 years ago
|
||
?
The Mozilla DOM does support window.scroll(), in fact it supports many different
scroll related methods, such as:
window.scroll(x, y);
window.scrollBy(x, y);
window.scrollTo(x, y);
window.scrollByPages(numPages);
window.scrollByLines(numLines);
What's missing?
I'm closing this as worksforme, please reopen if something's still
missing/broken here.
(the provided url only says "Chat not yet available to visitors.", it doesn't
show any scrolling related problems).
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → WORKSFORME
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
•