Bug 22791 - [Transforms] Some selectionRect() methods not transform-friendly
Summary: [Transforms] Some selectionRect() methods not transform-friendly
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 15670
  Show dependency treegraph
 
Reported: 2008-12-10 11:05 PST by Simon Fraser (smfr)
Modified: 2010-01-22 20:11 PST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Simon Fraser (smfr) 2008-12-10 11:05:15 PST
RenderText::selectionRect() and RenderListMarker::selectionRect() both have calls to localToAbsolute() which ignore transforms. This probably causes some selection painting issues in transformed text/lists.
Comment 1 Simon Fraser (smfr) 2010-01-22 20:11:28 PST
This was fixed at some point.