[Webkit-unassigned] [Bug 82688] Caret is not rendered properly inside an input element with text-indent

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 16 07:34:27 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=82688





--- Comment #5 from yi shen <yi.4.shen at nokia.com>  2012-04-16 07:34:27 PST ---
Thanks for the review. Fix it in the latest patch.
(In reply to comment #3)
> (From update of attachment 137151 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=137151&action=review
> 
> > Source/WebCore/rendering/RenderBlock.cpp:6483
> > +            if (currentStyle->isLeftToRightDirection())
> > +                x += textIndentOffset() / 2;
> > +            else
> > +                x -= textIndentOffset() / 2;
> 
> Please add a test for this.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list