RESOLVED DUPLICATE of bug 29235 Bug 53187
input[type=url] should allow URL fixup behind the scenes
https://bugs.webkit.org/show_bug.cgi?id=53187
Summary input[type=url] should allow URL fixup behind the scenes
Erik Arvidsson
Reported 2011-01-26 12:49:47 PST
The URL input currently takes the text written by the user literally and uses that as the value. It would be much more useful if we allowed URL fixup to happen. For example, if the user types "webkit.org" the value should be "http://webkit.org". This issue has forced us to change the type of URL inputs to text which defeats a lot of the purpose.
Attachments
Kent Tamura
Comment 1 2011-01-26 15:38:43 PST
*** This bug has been marked as a duplicate of bug 29235 ***
Note You need to log in before you can comment on or make changes to this bug.