[Webkit-unassigned] [Bug 106298] New: REGRESSION(r137406): Text inside an empty optgroup prevents subsequent options from appearing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 7 22:21:29 PST 2013


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

           Summary: REGRESSION(r137406): Text inside an empty optgroup
                    prevents subsequent options from appearing
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
               URL: http://jsfiddle.net/CjpY6/
        OS/Version: All
            Status: NEW
          Keywords: InChromiumBugs
          Severity: Major
          Priority: P1
         Component: HTML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: tkent at chromium.org
                CC: koivisto at iki.fi, rniwa at webkit.org


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

<select>
<option>a</option>
<optgroup label="b"> </optgroup>
<option>c</option>
</select>

Option 'c' doesn't appear in the popup menu. If we remove space in the optgroup, The option 'c' appears.

It seems this happens on all platforms.  I confirmed with Apple Mac and Chromium Mac.
I verified this was a regression by http://trac.webkit.org/changeset/137406 webkit.org/b/104685 .

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