Bug 62900
Summary: | display:none or visibility:hidden on < option > does not work | ||
---|---|---|---|
Product: | WebKit | Reporter: | lvschie <lvschie> |
Component: | CSS | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | ||
Priority: | P1 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | All | ||
OS: | All |
lvschie
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.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Alexey Proskuryakov
*** This bug has been marked as a duplicate of bug 8351 ***