Bug 22791
Summary: | [Transforms] Some selectionRect() methods not transform-friendly | ||
---|---|---|---|
Product: | WebKit | Reporter: | Simon Fraser (smfr) <simon.fraser> |
Component: | Layout and Rendering | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | ||
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Mac | ||
OS: | OS X 10.5 | ||
Bug Depends on: | |||
Bug Blocks: | 15670 |
Simon Fraser (smfr)
RenderText::selectionRect() and RenderListMarker::selectionRect() both have calls to localToAbsolute() which ignore transforms. This probably causes some selection painting issues in transformed text/lists.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Simon Fraser (smfr)
This was fixed at some point.