[Webkit-unassigned] [Bug 22787] New: [Transforms] Drag code in EventHandler::handleDrag is not transform-aware

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 10 10:34:00 PST 2008


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

           Summary: [Transforms] Drag code in EventHandler::handleDrag is
                    not transform-aware
           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


EventHandler::handleDrag() has this code:

                // FIXME: This doesn't work correctly with transforms.
                FloatPoint absPos = renderer->localToAbsolute();
                IntSize delta = m_mouseDownPos - roundedIntPoint(absPos);

that is not transform-aware.


-- 
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