Bug 8617 - REGRESSION: Select option with a label="" does not display content
Summary: REGRESSION: Select option with a label="" does not display content
Status: RESOLVED DUPLICATE of bug 8398
Alias: None
Product: WebKit
Classification: Unclassified
Component: Forms (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P1 Normal
Assignee: Nobody
URL:
Keywords: Regression
Depends on:
Blocks:
 
Reported: 2006-04-26 16:37 PDT by Marcus Pallinger
Modified: 2006-04-26 21:52 PDT (History)
0 users

See Also:


Attachments
Example of code that will display data in Safari 2.0.3 (417.9.2) but not Webkit 14080 (371 bytes, text/html)
2006-04-26 16:40 PDT, Marcus Pallinger
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Marcus Pallinger 2006-04-26 16:37:16 PDT
My bank's internet banking has a select which does something like
<select>
        <option value="" label="" selected="selected">Select &gt;&gt;</option>
</select>
(test case to follow)

In Safari, the drop box will display "Select >>" (and the other options will drop down)
Using WebKit-SVN-r14080.dmg, the list is empty.
Comment 1 Marcus Pallinger 2006-04-26 16:40:20 PDT
Created attachment 7987 [details]
Example of code that will display data in Safari 2.0.3 (417.9.2) but not Webkit 14080
Comment 2 Alexey Proskuryakov 2006-04-26 21:52:12 PDT

*** This bug has been marked as a duplicate of 8398 ***