RESOLVED WORKSFORME 58975
text-indent bug at editable elements
https://bugs.webkit.org/show_bug.cgi?id=58975
Summary text-indent bug at editable elements
shenfei
Reported 2011-04-20 02:43:19 PDT
add a text-indent to a editable element,eg, <input > or <textarea></textarea>,or something that contentEditable="true".by default,the cursor will appear at the left edge of the edit box,not the right text-indent position. but, when input any words,the text-indent works! IE and gecko work fine on this.
Attachments
Reduction (144 bytes, text/html)
2011-08-02 13:16 PDT, Andy Estes
no flags
Alexey Proskuryakov
Comment 1 2011-04-20 13:55:17 PDT
Confirmed with Safari/WebKit 5.0.5 and ToT. Would you mind attaching the test case to the bug, instead of linking to it?
Andy Estes
Comment 2 2011-08-02 13:16:47 PDT
Created attachment 102689 [details] Reduction
Andy Estes
Comment 3 2011-08-02 13:17:34 PDT
Alexey Proskuryakov
Comment 4 2011-10-20 20:54:16 PDT
Duplicate of bug 20242?
Jon Lee
Comment 5 2013-05-20 00:04:41 PDT
This appears to be fixed in ToT. Closing.
Note You need to log in before you can comment on or make changes to this bug.