<?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>29235</bug_id>
          
          <creation_ts>2009-09-13 18:06:38 -0700</creation_ts>
          <short_desc>Fix up user-input value of input[type=url]</short_desc>
          <delta_ts>2024-04-27 17:18:06 -0700</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>All</rep_platform>
          <op_sys>All</op_sys>
          <bug_status>NEW</bug_status>
          <resolution></resolution>
          
          
          <bug_file_loc>http://www.whatwg.org/specs/web-apps/current-work/#url-state</bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          <dependson>27456</dependson>
          <blocked>19264</blocked>
          <everconfirmed>1</everconfirmed>
          <reporter name="Kent Tamura">tkent</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>ahmad.saleem792</cc>
    
    <cc>annevk</cc>
    
    <cc>arv</cc>
    
    <cc>cmarcelo</cc>
    
    <cc>darin</cc>
    
    <cc>ian</cc>
    
    <cc>jonlee</cc>
    
    <cc>me</cc>
    
    <cc>mikey.j.clarke</cc>
    
    <cc>pkasting</cc>
    
    <cc>ravi.kasibhatla</cc>
    
    <cc>syoichi</cc>
    
    <cc>webmaster</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>147005</commentid>
    <comment_count>0</comment_count>
    <who name="Kent Tamura">tkent</who>
    <bug_when>2009-09-13 18:06:38 -0700</bug_when>
    <thetext>We had better provide some fixing up for values of &lt;input&gt;.
e.g.
If a user specify &quot;www.apple.com&quot; for &lt;input type=url&gt;, a browser fixes it to &quot;http://www.apple.com&quot;

See the discussion in https://bugs.webkit.org/show_bug.cgi?id=27456</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>340526</commentid>
    <comment_count>1</comment_count>
    <who name="Kent Tamura">tkent</who>
    <bug_when>2011-01-26 15:38:43 -0800</bug_when>
    <thetext>*** Bug 53187 has been marked as a duplicate of this bug. ***</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>389331</commentid>
    <comment_count>2</comment_count>
    <who name="Evan Carroll">me</who>
    <bug_when>2011-04-20 10:31:53 -0700</bug_when>
    <thetext>I&apos;d love to see this fixed. HTML5 websites are being created right now with fields erroneously marked type=&quot;text&quot;. We could get the desired effect and start building apps now if this bug was closed -- and in the future, UI improvements that pulled from bookmarks, or history could be enjoyed.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>483131</commentid>
    <comment_count>3</comment_count>
    <who name="Ravi Phaneendra Kasibhatla">ravi.kasibhatla</who>
    <bug_when>2011-10-13 04:57:06 -0700</bug_when>
    <thetext>As per discussion in https://bugs.webkit.org/show_bug.cgi?id=27456#c25, there were 4 approaches for solving the issue. What is the consensus on the approaches? I am planning to take up this issue and provide the patch for the same.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>483734</commentid>
    <comment_count>4</comment_count>
    <who name="Kent Tamura">tkent</who>
    <bug_when>2011-10-13 19:55:48 -0700</bug_when>
    <thetext>(In reply to comment #3)
&gt; As per discussion in https://bugs.webkit.org/show_bug.cgi?id=27456#c25, there were 4 approaches for solving the issue. What is the consensus on the approaches? I am planning to take up this issue and provide the patch for the same.

Now we can have different strings in HTMLInputElement::value (HTMLInputElement::m_valueIfDirty or value= attribute value) and UI value (innerTextValue, visibleValue()).  We can add fix-up implementation to URLInputType::convertFromVisibleValue().</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>746002</commentid>
    <comment_count>5</comment_count>
    <who name="Kent Tamura">tkent</who>
    <bug_when>2012-10-18 22:53:11 -0700</bug_when>
    <thetext>*** Bug 99764 has been marked as a duplicate of this bug. ***</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>