[Webkit-unassigned] [Bug 146566] New: REGRESSION (r178097): HTMLSelectElement.add(option, undefined) prepends options to the list of options; should append to the end of the list of options

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 2 17:41:32 PDT 2015


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

            Bug ID: 146566
           Summary: REGRESSION (r178097): HTMLSelectElement.add(option,
                    undefined) prepends options to the list of options;
                    should append to the end of the list of options
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: All
                OS: All
            Status: NEW
          Keywords: Regression
          Severity: Normal
          Priority: P1
         Component: WebCore Misc.
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: dbates at webkit.org

Following the change made in bug #139179 (http://trac.webkit.org/changeset/178097), calling HTMLSelectElement.add(O, undefined) prepends O to the list of options where O is either an HTML option element or an HTML optgroup element. But it should append O to the end of the list of options.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150703/04ca3488/attachment.html>


More information about the webkit-unassigned mailing list