WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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
Add attachment
proposed patch, testcase, etc.
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