[Webkit-unassigned] [Bug 101807] New: LayoutState's call to localToAbsolute() should not take page scale into account

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 9 15:35:02 PST 2012


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

           Summary: LayoutState's call to localToAbsolute() should not
                    take page scale into account
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: simon.fraser at apple.com
                CC: mitz at webkit.org


The LayoutState::LayoutState(RenderObject* root) ctor, which is called when doing a subtree layout (e.g. typing into a textarea), calls container->localToAbsolute() to get its starting offset. That call takes into account page scale (a transform on the RenderView), which is not normally taken into account by layout, so I think this is wrong.

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



More information about the webkit-unassigned mailing list