RESOLVED FIXED 139806
HTMLSelectElement add() should support adding group of options element (HTMLOptGroupElement)
https://bugs.webkit.org/show_bug.cgi?id=139806
Summary HTMLSelectElement add() should support adding group of options element (HTMLO...
Shivakumar J M
Reported 2014-12-18 20:58:38 PST
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);
Attachments
Patch (9.33 KB, patch)
2014-12-18 21:33 PST, Shivakumar J M
no flags
Shivakumar J M
Comment 1 2014-12-18 21:33:24 PST
Created attachment 243539 [details] Patch HTMLSelectElement add() should support adding group of options (optgroup) element.
Shivakumar J M
Comment 2 2014-12-21 00:12:30 PST
Darin Adler
Comment 3 2014-12-21 17:26:48 PST
Comment on attachment 243539 [details] Patch I’m not sure that the other functions all handle optgroup elements properly.
WebKit Commit Bot
Comment 4 2014-12-21 18:00:09 PST
Comment on attachment 243539 [details] Patch Clearing flags on attachment: 243539 Committed r177629: <http://trac.webkit.org/changeset/177629>
WebKit Commit Bot
Comment 5 2014-12-21 18:00:14 PST
All reviewed patches have been landed. Closing bug.
Shivakumar J M
Comment 6 2014-12-21 18:59:48 PST
(In reply to comment #3) > Comment on attachment 243539 [details] > Patch > > I’m not sure that the other functions all handle optgroup elements properly. Dear Darin, I will check for the other fucntions, if they are not handling, will add suppourt for the same. Thanks
Note You need to log in before you can comment on or make changes to this bug.