[Webkit-unassigned] [Bug 240834] Confusing inconsistencies when programmatically applying edit commands to `display:none` elements

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 23 15:40:31 PDT 2022


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

--- Comment #1 from Tim Horton <thorton at apple.com> ---
I believe the root of the inconsistency in WebKit is the `display: none` check in computeEditabilityFromComputedStyle, which only checks the style of the immediate starting node, not whether or not you're in a `display: none` subtree.

However, I'm not sure which of the more-consistent behaviors to align us with :)

-- 
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/20220523/4090e525/attachment.htm>


More information about the webkit-unassigned mailing list