[Webkit-unassigned] [Bug 59825] Respect fixed text-indent on ::-webkit-input-placeholder

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 2 14:46:44 PDT 2011


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


David Kilzer (ddkilzer) <ddkilzer at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #91793|review?                     |review+, commit-queue-
               Flag|                            |




--- Comment #8 from David Kilzer (ddkilzer) <ddkilzer at webkit.org>  2011-05-02 14:46:44 PST ---
(From update of attachment 91793)
View in context: https://bugs.webkit.org/attachment.cgi?id=91793&action=review

r=me with the typo fixed.

> Source/WebCore/rendering/RenderTextControl.cpp:645
> +        int styleTextIdent = placeholderStyle->textIndent().isFixed() ? placeholderStyle->textIndent().calcMinValue(0) : 0;

Typo?  "Ident" -> "Indent"

-- 
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