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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 22 01:57:57 PDT 2012


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

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


While walking through WK2 GTK port found that, the issue "display:none" on <option> elements is still present.

The issue was fixed in GTK WK1 in https://bugs.webkit.org/show_bug.cgi?id=72370

Reproduction for the issue:-
<select>
 <option>First choice</option>
 <option style="display: none">You must NOT see this</option>
 <option>Second choice</option>
</select>

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