Bug 84344

Summary: [Chromium] datalist: Should not show invalid values
Product: WebKit Reporter: Kent Tamura <tkent>
Component: FormsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: keishi
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
URL: data:text/html,<input type=email list=dl1><datalist id=dl1><option>foo>></datalist>
Bug Depends on:    
Bug Blocks: 27247    

Kent Tamura
Reported 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.
Attachments
Keishi Hattori
Comment 1 2012-05-07 19:21:08 PDT
This can be solved on the chromium side. https://chromiumcodereview.appspot.com/10391002
Keishi Hattori
Comment 2 2012-05-18 00:55:38 PDT
This was fixed with a chromium change r137360
Note You need to log in before you can comment on or make changes to this bug.