[Webkit-unassigned] [Bug 30365] New: empty optgroup crashes browser upon form submit

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 14 13:22:34 PDT 2009


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

           Summary: empty optgroup crashes browser upon form submit
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh Intel
        OS/Version: Mac OS X 10.6
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: derek.jones at ellislab.com


Created an attachment (id=41184)
 --> (https://bugs.webkit.org/attachment.cgi?id=41184)
form snippet

An empty optgroup in a multi select will cause a browser crash when the form is
submitted.

Reproduce with (attached file contains HTML snippet required to reproduce):

<form action="test_optgroup.html">
<div>
    <select id="foo" name="bar">
        <optgroup label="foo" ></optgroup>
    </select>
</div>
<div>
    <input type="submit" value="submit" />
</div>
</form>

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