Bug 22787

Summary: [Transforms] Drag code in EventHandler::handleDrag is not transform-aware
Product: WebKit Reporter: Simon Fraser (smfr) <simon.fraser>
Component: Layout and RenderingAssignee: Nobody <webkit-unassigned>
Status: NEW    
Severity: Normal CC: veikko.lehmuskorpi
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Mac   
OS: OS X 10.5   
See Also: https://bugs.webkit.org/show_bug.cgi?id=246734
https://bugs.webkit.org/show_bug.cgi?id=250721
https://bugs.webkit.org/show_bug.cgi?id=196816
https://bugs.webkit.org/show_bug.cgi?id=185161
https://bugs.webkit.org/show_bug.cgi?id=108078
https://bugs.webkit.org/show_bug.cgi?id=274654
Bug Depends on:    
Bug Blocks: 15670    

Simon Fraser (smfr)
Reported 2008-12-10 10:34:00 PST
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.
Attachments
Note You need to log in before you can comment on or make changes to this bug.