Bug 60039 (option)

Summary: select > option visible BUG
Product: WebKit Reporter: Wilson Júnior <wilsonpjunior>
Component: WebKitGTKAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: gustavo
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Linux   

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