[Webkit-unassigned] [Bug 106293] New: REGRESSION: <optgroup> with a text node only hides all subsequent <option>s

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 7 20:05:00 PST 2013


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

           Summary: REGRESSION: <optgroup> with a text node only hides all
                    subsequent <option>s
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh Intel
        OS/Version: Mac OS X 10.8
            Status: UNCONFIRMED
          Severity: Major
          Priority: P2
         Component: Forms
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: felixcca at yahoo.ca


Created an attachment (id=181628)
 --> (https://bugs.webkit.org/attachment.cgi?id=181628&action=review)
Test case for the bug

When a <select> contains an <optgroup> that contains a only a text node instead of <option> tags, subsequent <option> tags are not displayed in the dropdown menu. See attached test case; expected result is a dropdown menu showing "Missing option 1", "Missing option 2", "Missing option 3".

This issue occurs when the <optgroup> contains a text node only. It does not occur when the <optgroup> contains only whitespace characters, or when it contains a text node and <option> tags, or obviously, when it only contains <option> tags.

Marked "severe" because this bug affects Bank of America website features, so there is at least one big website that needs it. Feel free to downgrade the bug if I'm doing this wrong.

This bug happens since before 137793. I'm sorry I can't be more precise. I rarely empty my trash, but that's the last WebKit version I still had there when I realized it was a browser bug.

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