Bug 22787
| Summary: | [Transforms] Drag code in EventHandler::handleDrag is not transform-aware | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Simon Fraser (smfr) <simon.fraser> |
| Component: | Layout and Rendering | Assignee: | 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)
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. |