Bug 20772 - [Transforms] Transformed <input> elements render badly (focus ring, search field)
Summary: [Transforms] Transformed <input> elements render badly (focus ring, search fi...
Status: RESOLVED DUPLICATE of bug 18751
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-09-10 15:14 PDT by Chris Marrin
Modified: 2008-10-24 14:40 PDT (History)
1 user (show)

See Also:


Attachments
test case showing bugs (960 bytes, text/html)
2008-09-10 15:15 PDT, Chris Marrin
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Marrin 2008-09-10 15:14:06 PDT
Open the attached file. It has 3 input form fields. 

The first is translated using -webkit-transform. When you click on it, the blue highlight box is rendered incorrectly. It also does not show the caret. And when you type, the first character shows up, but the others do not, until you click outside the widget.

The second is a search box, with -webkit-transform: translate(0,0); style. When you click, the spotlight button does not show up and you get no caret. When you type, the text appears, but still no caret. Also, the blue highlight box seems to show up randomly.

The last is a normal text box, but with a rotation. This one also shows the blue highlight wrong, and shows no characters or caret at all.
Comment 1 Chris Marrin 2008-09-10 15:15:04 PDT
Created attachment 23330 [details]
test case showing bugs
Comment 2 Simon Fraser (smfr) 2008-10-24 14:40:14 PDT

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