Bug 53187
Summary: | input[type=url] should allow URL fixup behind the scenes | ||
---|---|---|---|
Product: | WebKit | Reporter: | Erik Arvidsson <arv> |
Component: | Forms | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | dglazkov, jhawkins, tkent |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | All | ||
OS: | All | ||
URL: | http://www.whatwg.org/specs/web-apps/current-work/#url-state |
Erik Arvidsson
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Kent Tamura
*** This bug has been marked as a duplicate of bug 29235 ***