Bug 60039 (option) - select > option visible BUG
Summary: select > option visible BUG
Status: RESOLVED DUPLICATE of bug 8351
Alias: option
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Linux
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-03 10:44 PDT by Wilson Júnior
Modified: 2011-05-03 11:28 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Wilson Júnior 2011-05-03 10:44:12 PDT
The bug happens in the webkit gtk +3,
option even if the element with the attribute display: none; still visible
example:
<select>
<option value="1">Visible</option>
<option style="display: none;" value="0">Hidden</option>
</select>
Comment 1 Alexey Proskuryakov 2011-05-03 11:28:36 PDT

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