[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 17:21:23 PDT 2011


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





--- Comment #9 from Joseph Pecoraro <joepeck at webkit.org>  2011-05-02 17:21:23 PST ---
> > Source/WebCore/rendering/RenderTextControl.cpp:645
> > +        int styleTextIdent = placeholderStyle->textIndent().isFixed() ? placeholderStyle->textIndent().calcMinValue(0) : 0;
> 
> Typo?  "Ident" -> "Indent"

Good catch. Fixed.

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