[Webkit-unassigned] [Bug 88749] New: HTMLSelectElement::selectedOptions returns wrong collection

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jun 10 21:30:24 PDT 2012


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

           Summary: HTMLSelectElement::selectedOptions returns wrong
                    collection
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
               URL: http://jsfiddle.net/f39cC/5/
        OS/Version: All
            Status: NEW
          Keywords: InChromiumBugs
          Severity: Normal
          Priority: P2
         Component: HTML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: tkent at chromium.org
                CC: benjamin at webkit.org, alexis.menard at openbossa.org


http://code.google.com/p/chromium/issues/detail?id=131890

1. Open http://jsfiddle.net/f39cC/5/
2. Select One, then add Two to the selection, then Three
3. Select Two only

What is the expected result?
The following results are respectively expected: "One", "One,Two", "One,Two,Three", "Two".

What happens instead?
We get "One", "One", "One,Two", "Two,,".

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



More information about the webkit-unassigned mailing list