Bug 58975 - text-indent bug at editable elements
Summary: text-indent bug at editable elements
Status: RESOLVED WORKSFORME
Alias: None
Product: WebKit
Classification: Unclassified
Component: HTML Editing (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Minor
Assignee: Nobody
URL: http://labs.qianduan.net/indent.html
Keywords: HasReduction, InRadar
Depends on:
Blocks:
 
Reported: 2011-04-20 02:43 PDT by shenfei
Modified: 2013-05-20 00:04 PDT (History)
4 users (show)

See Also:


Attachments
Reduction (144 bytes, text/html)
2011-08-02 13:16 PDT, Andy Estes
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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.