[Webkit-unassigned] [Bug 22064] New: Clean up scrollXOffset/addScrollOffset stuff on RenderLayer

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 4 10:46:01 PST 2008


https://bugs.webkit.org/show_bug.cgi?id=22064

           Summary: Clean up scrollXOffset/addScrollOffset stuff on
                    RenderLayer
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: simon.fraser at apple.com


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.


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list