Bug 101722 - Don't use RenderTextControlSingleLine for date/time input types without the multiple-fields UI
Summary: Don't use RenderTextControlSingleLine for date/time input types without the m...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Forms (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Kent Tamura
URL:
Keywords:
Depends on:
Blocks: 100935
  Show dependency treegraph
 
Reported: 2012-11-09 01:09 PST by Kent Tamura
Modified: 2012-11-09 02:03 PST (History)
6 users (show)

See Also:


Attachments
Patch (10.21 KB, patch)
2012-11-09 01:20 PST, Kent Tamura
morrita: review+
Details | Formatted Diff | Diff
Reference image (26.53 KB, image/png)
2012-11-09 01:51 PST, Kent Tamura
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Kent Tamura 2012-11-09 01:09:30 PST
Don't use RenderTextControlSingleLine for date/time input types without the multiple-fields UI
Comment 1 Kent Tamura 2012-11-09 01:20:55 PST
Created attachment 173235 [details]
Patch
Comment 2 Hajime Morrita 2012-11-09 01:30:01 PST
Comment on attachment 173235 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=173235&action=review

> Source/WebCore/css/html.css:665
>  #endif

It's a bit surprising for me to see this change having no test result rebaseline.
Comment 3 Kent Tamura 2012-11-09 01:51:49 PST
Created attachment 173240 [details]
Reference image

(In reply to comment #2)
> 
> It's a bit surprising for me to see this change having no test result rebaseline.

That's because I don't have Chromium-Android development environment handy.  I'll attach a reference image generated on OS X.
Comment 4 Kent Tamura 2012-11-09 02:03:41 PST
Committed r134036: <http://trac.webkit.org/changeset/134036>