[Webkit-unassigned] [Bug 61406] New: Move HTMLSelectElement::setMultiple logic to attribute handling/parsing code

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 24 17:45:36 PDT 2011


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

           Summary: Move HTMLSelectElement::setMultiple logic to attribute
                    handling/parsing code
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: HTML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: eae at chromium.org


>From comment on bug 60986:
<darin> It doesn’t make sense that setting multiple with the binding directly does something different than setting the multiple attribute; all the code to handle the change from single to multiple needs to be in the attribute handling/parsing code and none should be in the setMultiple function. I think all the code in setMultiple is probably wrong. We should test the behavior in other browsers to be sure but I think that is the way to go and this refinement of the code is not sufficient.

-- 
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