NEW 22787
[Transforms] Drag code in EventHandler::handleDrag is not transform-aware
https://bugs.webkit.org/show_bug.cgi?id=22787
Summary [Transforms] Drag code in EventHandler::handleDrag is not transform-aware
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.