Bug 62900

Summary: display:none or visibility:hidden on < option > does not work
Product: WebKit Reporter: lvschie <lvschie>
Component: CSSAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal    
Priority: P1    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   

Description lvschie 2011-06-17 12:13:22 PDT
The CSS properties display:none and visibility:hidden on < option > does not work. This works on browsers like FireFox and I would love to see this supported on all Webkit browsers. Could this please be implemented?

Example:

< select >
< option style="display:none;visibility:hidden;">text</option>
< /select >

The display and visibility styles are not respected.
Comment 1 Alexey Proskuryakov 2011-06-17 14:21:24 PDT

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