[Webkit-unassigned] [Bug 60039] New: select > option visible BUG

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 3 10:44:12 PDT 2011


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

           Summary: select > option visible BUG
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit Gtk
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: wilsonpjunior at gmail.com


The bug happens in the webkit gtk +3,
option even if the element with the attribute display: none; still visible
example:
<select>
<option value="1">Visible</option>
<option style="display: none;" value="0">Hidden</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