[Webkit-unassigned] [Bug 24900] Render empty optgroup elements.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 2 10:48:34 PDT 2009


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





------- Comment #7 from agl at chromium.org  2009-04-02 10:48 PDT -------
> This doesn't look right. What if current->firstChild() is another optgroup?

You're perfectly correct; it would skip in optgroup immediately inside another.
Thanks.

Patch updated: moved updating current from the for statement to the bottom of
the loop so that a continue can jump to the start without updating. Added an
<optgroup><optgroup> to the test.


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



More information about the webkit-unassigned mailing list