Bug 58975

Summary: text-indent bug at editable elements
Product: WebKit Reporter: shenfei <mienflying>
Component: HTML EditingAssignee: Nobody <webkit-unassigned>
Status: RESOLVED WORKSFORME    
Severity: Minor CC: aestes, jonlee, simon.fraser, yogi.rulzz
Priority: P2 Keywords: HasReduction, InRadar
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
URL: http://labs.qianduan.net/indent.html
Attachments:
Description Flags
Reduction none

Description shenfei 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.
Comment 1 Alexey Proskuryakov 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?
Comment 2 Andy Estes 2011-08-02 13:16:47 PDT
Created attachment 102689 [details]
Reduction
Comment 3 Andy Estes 2011-08-02 13:17:34 PDT
<rdar://problem/9839344>
Comment 4 Alexey Proskuryakov 2011-10-20 20:54:16 PDT
Duplicate of bug 20242?
Comment 5 Jon Lee 2013-05-20 00:04:41 PDT
This appears to be fixed in ToT. Closing.