Closed
Bug 450405
Opened 16 years ago
Closed 14 years ago
scrollIntoView does not work in version 3.0.1
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: ynwebmasters, Unassigned)
References
()
Details
(Whiteboard: [CLOSEME 2010-11-01])
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.04506.648)
Build Identifier: 3.0.1
I have to use scrollIntoView instead of the standard use of anchor links, and it worked just fine on previous versions, and now turns out it doesn't work anymore. I also tried ScrollTo, but no luck.
Reproducible: Always
Steps to Reproduce:
1.Implement an onClick event
2.Run javascript:document.all('AnchorName').scrollIntoView();
Actual Results:
Nothing happens
Expected Results:
Scrolling the selected element into view
Comment 1•16 years ago
|
||
I'd vote to bump the importance of this bug. scrollIntoView is needed by Web2.0 apps (and also for implementing the WAI-ARIA activedescendant pattern of managed focus).
Here is another test: http://www.quirksmode.org/dom/tests/scrollintoview.html
Comment 2•14 years ago
|
||
This is a mass search for bugs which are in the Firefox General component, are
UNCO, have not been changed for 500 days and have an unspecified version.
Reporter, can you please update to Firefox 3.6.10 or later, create a fresh profile, http://support.mozilla.com/en-US/kb/managing+profiles, and test again. If you still see the issue, please update this bug. If the issue is gone, please set the status to RESOLVED > WORKSFORME.
Whiteboard: [CLOSEME 2010-11-01]
Comment 3•14 years ago
|
||
No reply from reporter, INCOMPLETE. Please retest with Firefox 3.6.12 or later and a new profile (http://support.mozilla.com/kb/Managing+profiles). If you continue to see this issue with the newest firefox and a new profile, then please comment on this bug.
Status: UNCONFIRMED → RESOLVED
Closed: 14 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•