Open
Bug 1082441
Opened 11 years ago
Updated 5 years ago
<input type=url> should not accept "http:" as a valid value (the "//" is required)
Categories
(Core :: DOM: Core & HTML, defect, P5)
Tracking
()
NEW
People
(Reporter: sooraj.jayaram, Unassigned)
References
()
Details
Attachments
(1 file)
165.95 KB,
image/jpeg
|
Details |
User Agent: Mozilla/5.0 (Windows NT 6.1; rv:33.0) Gecko/20100101 Firefox/33.0
Build ID: 20141007073543
Steps to reproduce:
1) Visited the site https://quality.mozilla.org/docs/test-case-writing-primer/test-case-writing-primer/
2) Entered some values in the Comments sections
Actual results:
1) When a complete web address was added to the text box "Your Website" in the format, "www.abc.com", an error was shown.
2) When only the value "http:" was entered, no error was shown
Expected results:
1) An error should be shown when only "http:" is entered as it is not a complete website.
As an additional note, the value https:// can be set by default, making the users to enter only their website.
Severity: normal → trivial
Comment 1•11 years ago
|
||
I guess it's related to this TODO:
http://hg.mozilla.org/mozilla-central/annotate/eb1b8ecbefde/content/html/content/src/HTMLInputElement.cpp#l6432
Severity: trivial → normal
Status: UNCONFIRMED → NEW
Component: Layout → DOM: Core & HTML
Ever confirmed: true
OS: Windows 7 → All
Hardware: x86 → All
Summary: Inappropriate error ui notification → <input type=url> should not accept "http:" as a valid value (the "//" is required)
Comment 3•5 years ago
|
||
Bulk-downgrade of unassigned, 4 years untouched DOM/Storage bugs' priority.
If you have reason to believe this is wrong (especially for the severity), please write a comment and ni :jstutte.
Severity: normal → S4
Priority: -- → P5
You need to log in
before you can comment on or make changes to this bug.
Description
•