WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
22064
Clean up scrollXOffset/addScrollOffset stuff on RenderLayer
https://bugs.webkit.org/show_bug.cgi?id=22064
Summary
Clean up scrollXOffset/addScrollOffset stuff on RenderLayer
Simon Fraser (smfr)
Reported
2008-11-04 10:46:01 PST
Bug 5826
added some code in RenderLayer that adds a m_scrollLeftOverflow member variable for some RTL issues. So RL now has scrollXOffset/scrollYOffset and addScrollOffset/subtractScrollOffset (which got renamed via
bug 21941
). Only the latter methods take m_scrollLeftOverflow into account, but hyatt thinks that m_scrollLeftOverflow is always equal to -m_scrollX. This needs cleaning up, with any special-case RTL stuff kept internal to RenderLayer.
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