[Webkit-unassigned] [Bug 191581] Hidden attribute does not apply to optgroup and option

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 13 08:57:32 PST 2018


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

Chris Dumez <cdumez at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |simon.fraser at apple.com,
                   |                            |wenson_hsieh at apple.com

--- Comment #1 from Chris Dumez <cdumez at apple.com> ---
Web Inspector properly reports that both the <option> and <optgroup> have "display: none" computed style, yet they are indeed visible :/

If I add "hidden" attribute the the <select> element then the <select> also becomes "display: none", and then it becomes indeed hidden.

The issue is therefore specific to <option> and <optgroup> elements somehow. Also, I do not believe this is actually a DOM/HTML issue since the CSS style was properly set. This is more likely a CSS or rendering issue.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20181113/6694fadc/attachment-0001.html>


More information about the webkit-unassigned mailing list