[Webkit-unassigned] [Bug 24606] New: WebKit cannot add options right into a group via HTMLSelectElement.add()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Mar 15 01:32:05 PDT 2009


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

           Summary: WebKit cannot add options right into a group via
                    HTMLSelectElement.add()
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P3
         Component: Forms
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ap at webkit.org


It is possible to add an option to a SELECT via e.g.

select.add(new Option("0", "0", false, false), select.firstChild);

But it is not possible to add an element to HTMLOptGroupElement in this way:

select.add(new Option("0", "0", false, false), optgroup.firstChild);

Same problem exists with removing.

Disabled cases in fast/forms/mutation-event-recalc.html could check for this.


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list