Bug 84344 - [Chromium] datalist: Should not show invalid values
Summary: [Chromium] datalist: Should not show invalid values
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Forms (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL: data:text/html,<input type=email list...
Keywords:
Depends on:
Blocks: 27247
  Show dependency treegraph
 
Reported: 2012-04-19 07:45 PDT by Kent Tamura
Modified: 2012-05-18 00:55 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kent Tamura 2012-04-19 07:45:58 PDT
1. Open the URL; data:text/html,<input type=email list=dl1><datalist id=dl1><option>foo>></datalist>
2. Type 'f' or '↓' to show a suggestion list

Expected:
'foo>>' is not shown because it's not a valid input for type=email.

Actual:
'foo>>' is shown and selectable.
Comment 1 Keishi Hattori 2012-05-07 19:21:08 PDT
This can be solved on the chromium side.
https://chromiumcodereview.appspot.com/10391002
Comment 2 Keishi Hattori 2012-05-18 00:55:38 PDT
This was fixed with a chromium change r137360