<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>100935</bug_id>
          
          <creation_ts>2012-11-01 02:35:32 -0700</creation_ts>
          <short_desc>[Meta] BaseDateAndTimeInputType should not inherit from TextFieldInputType</short_desc>
          <delta_ts>2013-01-11 04:23:48 -0800</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>Forms</component>
          <version>528+ (Nightly build)</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          <dependson>100910</dependson>
    
    <dependson>101007</dependson>
    
    <dependson>101031</dependson>
    
    <dependson>101038</dependson>
    
    <dependson>101039</dependson>
    
    <dependson>101196</dependson>
    
    <dependson>101722</dependson>
    
    <dependson>101886</dependson>
    
    <dependson>106306</dependson>
          <blocked>29359</blocked>
          <everconfirmed>1</everconfirmed>
          <reporter name="Kent Tamura">tkent</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>aberent</cc>
    
    <cc>jonlee</cc>
    
    <cc>morrita</cc>
    
    <cc>olilan</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>756011</commentid>
    <comment_count>0</comment_count>
    <who name="Kent Tamura">tkent</who>
    <bug_when>2012-11-01 02:35:32 -0700</bug_when>
    <thetext>We don&apos;t represent date/time input types as text fields any more.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>757187</commentid>
    <comment_count>1</comment_count>
    <who name="Kent Tamura">tkent</who>
    <bug_when>2012-11-02 07:31:42 -0700</bug_when>
    <thetext>
Implementation of Date/time input types in Chromium-Android is hacky. We intercepts input events for the input types at outside of WebKit, and opens date/time pickers provided by Android system.  I guess iOS uses a similar way.

WebCore has interfaces to handle date/time chooser; ChromeClient::openDateTimeChooser, DateTimeChooser, and DateTimeChooserClient.

* Date/time types are not textfields essentially. BaseDateAndTimeInputType should stop inheriting from TextFieldInputType. It wastes memory.  A text block with -webkit-appearance:menulist would be enough.

* Use the existing date/time chooser interfaces, and stop the hack in Chromium-Android.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>757191</commentid>
    <comment_count>2</comment_count>
    <who name="Hajime Morrita">morrita</who>
    <bug_when>2012-11-02 07:43:08 -0700</bug_when>
    <thetext>So we are going to eliminate text fields in such input elements for some platforms like Android, right?
That sounds reasonable change.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>805166</commentid>
    <comment_count>3</comment_count>
    <who name="Kent Tamura">tkent</who>
    <bug_when>2013-01-11 04:23:48 -0800</bug_when>
    <thetext>Completed all of changes.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>