WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED DUPLICATE of
bug 106298
106293
REGRESSION: <optgroup> with a text node only hides all subsequent <option>s
https://bugs.webkit.org/show_bug.cgi?id=106293
Summary
REGRESSION: <optgroup> with a text node only hides all subsequent <option>s
Félix Cloutier
Reported
2013-01-07 20:06:55 PST
Created
attachment 181628
[details]
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.
Attachments
Test case for the bug
(1.29 KB, text/html)
2013-01-07 20:06 PST
,
Félix Cloutier
no flags
Details
View All
Add attachment
proposed patch, testcase, etc.
Elliott Sprehn
Comment 1
2013-01-08 01:39:21 PST
*** This bug has been marked as a duplicate of
bug 106298
***
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug