[Webkit-unassigned] [Bug 8351] New: display:none has no effect on <option> element

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Wed Apr 12 20:34:12 PDT 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=8351

           Summary: display:none has no effect on <option> element
           Product: WebKit
           Version: 420+ (nightly)
          Platform: Macintosh
        OS/Version: Mac OS X 10.4
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at opendarwin.org
        ReportedBy: channel200 at gmail.com


The display:none style has no effect on <option> elements. This really should
be fixed sooner rather than waiting for fully-styled form elements to
implement. As it stands, dynamically-filtered <select> lists are needlessly
complex.

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
        <head>
                <title>
                        Annoying Deficiency
                </title>
                <meta name="generator" content="BBEdit 8.2" />
        </head>
        <body>
                <form method="get">
                <select size="2">
                        <option label="Item1" value="Item1"
style="display:none">this item should be hidden!
                        </option>
                        <option label="Item2" value="Item2">Item2
                        </option>
                </select>
        </form>
</body>
</html>


-- 
Configure bugmail: http://bugzilla.opendarwin.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list