Bug 220841
Summary: | Investigate popover attribute implementation | ||
---|---|---|---|
Product: | WebKit | Reporter: | Jeroen Zwartepoorte <jeroen.zwartepoorte> |
Component: | Forms | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | akeerthi, cdumez, ntim, simon.fraser, smoley, webkit-bug-importer, wenson_hsieh |
Priority: | P2 | Keywords: | InRadar |
Version: | Safari Technology Preview | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Jeroen Zwartepoorte
Please investigate (experiment?) with implementing the <popup> element described here: https://github.com/MicrosoftEdge/MSEdgeExplainers/blob/main/Popup/explainer.md
Chrome has already indicated they intent to experiment: https://groups.google.com/a/chromium.org/g/blink-dev/c/9y-Thg9UCxY/m/_4gShWjQAAAJ
Motivation: when creating web components for a design system, I often run into problems with overflow. For example a tooltip or popover that is linked to an element that is inside a scroll container. By default, that element would appear inside the scroll container. There is currently no standard way for content to appear outside of the scroll container. <popup> would fix that omission.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/73681515>
Tim Nguyen (:ntim)
*** This bug has been marked as a duplicate of bug 250171 ***