[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
Fri Apr 13 14:50:08 PDT 2012


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





--- Comment #3 from Ryosuke Niwa <rniwa at webkit.org>  2012-04-13 14:50:08 PST ---
(From update of attachment 137151)
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