[Webkit-unassigned] [Bug 62900] New: display:none or visibility:hidden on < option > does not work

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 17 12:13:22 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=62900

           Summary: display:none or visibility:hidden on < option > does
                    not work
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P1
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: lvschie at me.com


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.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list