WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED INVALID
16117
element.scrollIntoView( false ) scrolls the entire windows hierarchy
https://bugs.webkit.org/show_bug.cgi?id=16117
Summary
element.scrollIntoView( false ) scrolls the entire windows hierarchy
webkit
Reported
2007-11-24 09:51:36 PST
The scrollIntoView(false) function currently scrolls all windows in the windows hierarchy, aligning the element to the bottom of all of them. Only the window containing the element should get scrolled. All its parent windows should remain at the same scroll point. The provided URL shows the problem clearly.
Attachments
Add attachment
proposed patch, testcase, etc.
webkit
Comment 1
2007-11-24 09:52:25 PST
Additionally to the provided URL, the following URL can be used to check the effect of the problem in FCKeditor:
http://www.fckeditor.net/_temp/browsers_bugs/safari/1462.html
Timothy Hatcher
Comment 2
2007-11-24 10:12:41 PST
This is an IE extension, so we need to check what WinIE does. I remember Adele worked on this and made sure it matched WinIE as close as possible.
webkit
Comment 3
2008-06-18 02:24:10 PDT
It seems that Opera 9.5 and Firefox 3 have changed their behavior to match WebKit for this feature, which btw matches the IE behavior. So, all browsers have currently the same behavior, which indicates that this ticket is not valid any more.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug