Bug 101722

Summary: Don't use RenderTextControlSingleLine for date/time input types without the multiple-fields UI
Product: WebKit Reporter: Kent Tamura <tkent>
Component: FormsAssignee: Kent Tamura <tkent>
Status: RESOLVED FIXED    
Severity: Normal CC: cmarcelo, macpherson, menard, mifenton, morrita, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 100935    
Attachments:
Description Flags
Patch
morrita: review+
Reference image none

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>