Bug 252297
| Summary: | [popover] Avoid conflicting interactions in the top layer | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Tim Nguyen (:ntim) <ntim> |
| Component: | DOM | Assignee: | Tim Nguyen (:ntim) <ntim> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | jarhar, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| See Also: | https://github.com/web-platform-tests/wpt/pull/38844 | ||
| Bug Depends on: | |||
| Bug Blocks: | 250171 | ||
Tim Nguyen (:ntim)
HTMLDialogElement::showModal() should fail on popovers, same for Element::requestFullscreen().
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Tim Nguyen (:ntim)
Actually it shouldn't fail, those 2 methods should just run the "hide all popovers" algorithm
Radar WebKit Bug Importer
<rdar://problem/105763866>
Tim Nguyen (:ntim)
So there are 2 items:
- run "hide all popovers" when showing
- Forbid elements in popover showing state from being modal/fullscreen
Tim Nguyen (:ntim)
Pull request: https://github.com/WebKit/WebKit/pull/11155
Tim Nguyen (:ntim)
Submitted web-platform-tests pull request: https://github.com/web-platform-tests/wpt/pull/38844
EWS
Committed 261317@main (ffc70a735c9b): <https://commits.webkit.org/261317@main>
Reviewed commits have been landed. Closing PR #11155 and removing active labels.
Tim Nguyen (:ntim)
*** Bug 255232 has been marked as a duplicate of this bug. ***