WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
33965
Clean up code that repositions scrollbars on painting
https://bugs.webkit.org/show_bug.cgi?id=33965
Summary
Clean up code that repositions scrollbars on painting
Simon Fraser (smfr)
Reported
2010-01-21 12:14:31 PST
Bug 33927
fixed an issue with plugin widgets caused by the fact that we use tx,ty to position widgets during painting. This is wrong, since tx and ty may be relative to some compositing layer. The same issue exists with scrollbars, which get repositioned in RenderLayer::positionOverflowControls(). We should update the scrollbar positions eagerly after scrolling, as we do for RenderWidgets.
Attachments
Add attachment
proposed patch, testcase, etc.
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