[Webkit-unassigned] [Bug 53187] New: input[type=url] should allow URL fixup behind the scenes
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Jan 26 12:49:47 PST 2011
https://bugs.webkit.org/show_bug.cgi?id=53187
Summary: input[type=url] should allow URL fixup behind the
scenes
Product: WebKit
Version: 528+ (Nightly build)
Platform: All
URL: http://www.whatwg.org/specs/web-apps/current-work/#url
-state
OS/Version: All
Status: NEW
Severity: Normal
Priority: P2
Component: Forms
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: arv at chromium.org
CC: dglazkov at chromium.org, tkent at chromium.org,
jhawkins at chromium.org
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.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list