Closed
Bug 80657
Opened 25 years ago
Closed 25 years ago
Scrollto does not work anymaore
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
VERIFIED
WORKSFORME
People
(Reporter: cyril.elkaim, Assigned: jst)
Details
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux 2.2.19-6.2.1 i686; en-US; rv:0.8.1+)
Gecko/20010427
BuildID: 2001051015
The javascript ScrollTo raises the following exeception:
Javascript Error: uncaught exception: permission denied to create wrapper for object
Reproducible: Always
Steps to Reproduce:
1.put scrollTo functions in a javascript and try it
2.
3.
Expected Results: Should scroll the document
Comment 2•25 years ago
|
||
Im experiencinga form of this:
If you click a link where you have scrolled a little down the page, wait
for the linked page to load then click back it wont go to where it left
off rather going to the top of the page.
Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9+) Gecko/20010513
| Assignee | ||
Comment 3•25 years ago
|
||
Andrew, that's a different problem than the one reported here, please file that
as a separate bug (if one doesn't exist already).
| Assignee | ||
Comment 5•25 years ago
|
||
Worksforme, tested with
javascript:window.scrollTo(0,100);
Status: UNCONFIRMED → RESOLVED
Closed: 25 years ago
Resolution: --- → WORKSFORME
| Reporter | ||
Comment 7•25 years ago
|
||
Hi,
Mistake from me. See bug 82087 that's the REAL reason. My code stops scrolling
because of it. In short this bug doesn't exist.
Sorry for the inconvenience.
Component: DOM: Core → DOM: Core & HTML
QA Contact: stummala → general
You need to log in
before you can comment on or make changes to this bug.
Description
•