Bug 272727
Summary: | Sometimes the contents of a visibility:hidden iframe become visible | ||
---|---|---|---|
Product: | WebKit | Reporter: | Simon Fraser (smfr) <simon.fraser> |
Component: | Compositing | Assignee: | Simon Fraser (smfr) <simon.fraser> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | simon.fraser, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Simon Fraser (smfr)
If an iframe is `visibility:hidden`, we stop compositing it, which allows the contents to be hidden. However, if it's composited for other reasons (e.g. position:fixed) then we can show the contents when they should be hidden.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Simon Fraser (smfr)
<rdar://126178201>
Simon Fraser (smfr)
Pull request: https://github.com/WebKit/WebKit/pull/27306
EWS
Committed 277643@main (d927d7069616): <https://commits.webkit.org/277643@main>
Reviewed commits have been landed. Closing PR #27306 and removing active labels.