WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
13814
Scrollbar position incorrect in certain circumstances
https://bugs.webkit.org/show_bug.cgi?id=13814
Summary
Scrollbar position incorrect in certain circumstances
Tom Brown
Reported
2007-05-22 09:40:22 PDT
The scrollbar position can become un-synchronized with the element it represents. This happens when an element has the "overflow:scroll" style and the size of its is increased when the scrollbar is already at the bottom of the scroll area. The scrollbar will remain at the bottom of the scroll area, while the actual scroll position of the document remains at the same location it was before.
Attachments
Test case reduction
(1.25 KB, text/html)
2007-05-22 09:42 PDT
,
Tom Brown
no flags
Details
View All
Add attachment
proposed patch, testcase, etc.
Tom Brown
Comment 1
2007-05-22 09:42:21 PDT
Created
attachment 14657
[details]
Test case reduction Instructions: 1. Click the 'add line' button a couple of times until a vertical scrollbar appears. 2. Scroll to the bottom. 3.Click the 'add line' button a couple more times. Expected: 1. The scrollbar should remain synchronized with the document. Actual: 1. The scrollbar is positioned at the bottom, but the document remains positioned at the original location.
Tom Brown
Comment 2
2007-05-22 09:44:42 PDT
This looks like it may be related to
bug 7686
.
Robert Hogan
Comment 3
2013-07-27 02:29:48 PDT
The reduction works fine for me on ToT WebKit.
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