[Webkit-unassigned] [Bug 139179] HTMLSelectElement add() should support index as second argument

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 18 01:25:42 PST 2014


https://bugs.webkit.org/show_bug.cgi?id=139179

--- Comment #20 from Shivakumar J M <shiva.jm at samsung.com> ---
Dear  Darin,

      Updated the patch with failed tests, below are the observations:

      1) After adding new add() api to suppourt index as second argument, no need to call add(element1, null), to add element1 at the end of an select list.
so modified the test to not to call null to add element to end of list.

      2) When 'null' is passed as second argument to add() api, the new add() api is adding the element1 to begining of the list. i.e before first element in the list. 

      3) But when i run attached manual test cases in Chrome and FireFox with add(element1, null), element1 adds at the end of an select list.


Thanks

-- 
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/20141218/35a06386/attachment-0002.html>


More information about the webkit-unassigned mailing list