[Webkit-unassigned] [Bug 139806] New: HTMLSelectElement add() should support adding group of options element (HTMLOptGroupElement)
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Dec 18 20:58:38 PST 2014
https://bugs.webkit.org/show_bug.cgi?id=139806
Bug ID: 139806
Summary: HTMLSelectElement add() should support adding group of
options element (HTMLOptGroupElement)
Classification: Unclassified
Product: WebKit
Version: 528+ (Nightly build)
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: HTML DOM
Assignee: webkit-unassigned at lists.webkit.org
Reporter: shiva.jm at samsung.com
We can add an option to a SELECT via add(), i.e: select.add(new Option("0", "0", false, false), select.firstChild);
But we cannot add an group of options to HTMLOptGroupElement, i.e: elect.add(new Option("0", "0", false, false), optgroup);
so HTMLSelectElement add() should support adding group of options element (HTMLOptGroupElement);
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20141219/bad4589f/attachment-0002.html>
More information about the webkit-unassigned
mailing list