Bug 21907 - [Transforms] Caret draws incorrectly on transformed elements
Summary: [Transforms] Caret draws incorrectly on transformed elements
Status: RESOLVED DUPLICATE of bug 15671
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:
 
Reported: 2008-10-27 15:44 PDT by Simon Fraser (smfr)
Modified: 2008-10-27 16:05 PDT (History)
1 user (show)

See Also:


Attachments
Testcase (550 bytes, text/html)
2008-10-27 15:44 PDT, Simon Fraser (smfr)
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Simon Fraser (smfr) 2008-10-27 15:44:21 PDT
The caret fails to render properly in textfields that have a transformed parent.
Comment 1 Simon Fraser (smfr) 2008-10-27 15:44:34 PDT
Created attachment 24697 [details]
Testcase
Comment 2 Simon Fraser (smfr) 2008-10-27 15:45:37 PDT
RenderText::caretRect() calls absolutePositionForContent(), which fails to take transforms into account.
Comment 3 Simon Fraser (smfr) 2008-10-27 16:05:23 PDT

*** This bug has been marked as a duplicate of 15671 ***