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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 21 12:17:23 PDT 2016


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

indolering <zachlym at indolering.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |zachlym at indolering.com

--- Comment #33 from indolering <zachlym at indolering.com> ---
This bug makes data-binding (ala Polymer) to lists very difficult.  A simple filtered list like the following:

    <select>
        <option hidden="{{!advanced}}">Advanced</option>
        <option>Simple</option>
    </select>

Now requires setting up listeners to global variables and creating/destroying options manually.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160621/0a9f47dc/attachment.html>


More information about the webkit-unassigned mailing list