RESOLVED DUPLICATE of bug 31805522787
[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
Simon Fraser (smfr)
Comment 1 2026-06-29 18:25:27 PDT
*** This bug has been marked as a duplicate of bug 318055 ***
Note You need to log in before you can comment on or make changes to this bug.