[Webkit-unassigned] [Bug 84346] New: [Chromium] datalist: Wrong behavior for <input type=email multiple>
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Apr 19 07:51:25 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=84346
Summary: [Chromium] datalist: Wrong behavior for <input
type=email multiple>
Product: WebKit
Version: 528+ (Nightly build)
Platform: Unspecified
URL: data:text/html,<input type=email multiple
list=dl1><datalist
id=dl1><option>keishi at webkit.org<option>tkent at chromium
.org</datalist>
OS/Version: Unspecified
Status: NEW
Severity: Normal
Priority: P1
Component: Forms
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: tkent at chromium.org
CC: keishi at webkit.org
1. Open the URL; data:text/html,<input type=email multiple list=dl1><datalist id=dl1><option>keishi at webkit.org<option>tkent at chromium.org</datalist>
2. Type an email address to the input field
3. Try to add another email address from the suggestion list
Actual behavior:
No way to show the suggestion list
Expected behavior:
There is a way to show the suggestion list.
http://www.whatwg.org/specs/web-apps/current-work/multipage/common-input-element-attributes.html#concept-input-list
> If the element does have a multiple attribute specified, and the multiple attribute does apply
> When the user selects a suggestion, the user agent must either add a new entry to the input element's values, whose value is the selected suggestion's value, or change an existing entry in the input element's values to have the value given by the selected suggestion's value, as if the user had himself added an entry with that value, or edited an existing entry to be that value. Which behavior is to be applied depends on the user interface in a user-agent-defined manner.
--
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