WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED DUPLICATE of
bug 318055
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
Add attachment
proposed patch, testcase, etc.
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.
Top of Page
Format For Printing
XML
Clone This Bug