RESOLVED FIXED 73629
[Chromium] Show placeholder even if the element is focused
https://bugs.webkit.org/show_bug.cgi?id=73629
Summary [Chromium] Show placeholder even if the element is focused
Kent Tamura
Reported 2011-12-01 23:30:39 PST
Follows the behavior of Apple ports. The new behavior is allowed by the standard. http://www.whatwg.org/specs/web-apps/current-work/multipage/common-input-element-attributes.html#the-placeholder-attribute
Attachments
Patch (4.25 KB, patch)
2011-12-01 23:34 PST, Kent Tamura
no flags
Kent Tamura
Comment 1 2011-12-01 23:34:32 PST
Kent Tamura
Comment 2 2011-12-01 23:38:01 PST
Comment on attachment 117578 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=117578&action=review > Source/WebCore/ChangeLog:8 > + No new tests. Need to update some existing placeholder tests. Affected tests were already marked as FAIL in http://trac.webkit.org/changeset/101742. > Source/WebCore/rendering/RenderThemeChromiumSkia.h:160 > + int menuListInternalPadding(RenderStyle*, int paddingType) const; > + bool paintMediaButtonInternal(GraphicsContext*, const IntRect&, Image*); > + IntRect convertToPaintingRect(RenderObject* inputRenderer, const RenderObject* partRenderer, IntRect partRect, const IntRect& localOffset) const; > +}; Note: The declaration of RenderThemeChromiumSkia starts at the first column. The current indentation of these functions and '};' are wrong.
Kent Tamura
Comment 3 2011-12-01 23:54:21 PST
Kent Tamura
Comment 4 2011-12-02 13:56:00 PST
Comment on attachment 117578 [details] Patch Clearing flags on attachment: 117578 Committed r101848: <http://trac.webkit.org/changeset/101848>
Kent Tamura
Comment 5 2011-12-02 13:56:06 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.