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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 15 02:58:27 PST 2011


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

           Summary: [Gtk] display:none has no effect on <option> element
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: xqb748 at motorola.com


The display:none style has no effect on <option> elements.

<select>
 <option>First choice</option>
 <option style="display: none">You must NOT see this</option>
 <option>Second choice</option>
</select>

Bug 8351 is the master bug of this.
Bug 49169 fixes the chromium port. This bug will fix the Gtk port.

-- 
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