Bug 86626
Summary: | -webkit-transform on textarea makes caret unusable | ||
---|---|---|---|
Product: | WebKit | Reporter: | Lukas F. Hartmann <lukas.hartmann> |
Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Major | CC: | ap, dino, simon.fraser |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Mac (Intel) | ||
OS: | OS X 10.7 | ||
URL: | http://jsfiddle.net/mH4xM/ |
Lukas F. Hartmann
As easily seen in this testcase:
http://jsfiddle.net/mH4xM/
Applying something like -webkit-transform: translate3d(50px,50px,0); to a textarea element leads to the caret not being animated and not reacting to cursor movement.
We use this in a note-taking web application and it breaks the feature.
The bug is present in both current versions of Chrome and Safari (including nightly).
It's probably a repainting issue.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Lukas F. Hartmann
The same applies to contentEditable fields, not only to textareas, as this test case demonstrates:
http://jsfiddle.net/dbXUZ/
Alexey Proskuryakov
Is this duplicate of bug 18751?
Simon Fraser (smfr)
Yep.
*** This bug has been marked as a duplicate of bug 18751 ***