Bug 62900 - display:none or visibility:hidden on < option > does not work
Summary: display:none or visibility:hidden on < option > does not work
Status: RESOLVED DUPLICATE of bug 8351
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P1 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-06-17 12:13 PDT by lvschie
Modified: 2011-06-17 14:21 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***