You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As per the docs "'manual' Overlays act much like "auto" Overlays, but do not close when losing focus or interacting with other parts of the page"
Actual behavior
An overlay with type="manual" is closed when interacting with other parts of the page. The attribute popover="manual" is added but there is some code in OverlayStack that closes the open overlay.
Quick note to triaging, the demo linked above places type="manual" on the wrong element, see https://codepen.io/Westbrook/pen/yLGRERg for usage on <sp-overlay> not <sp-popover>.
Code of conduct
Impacted component(s)
overlay
Expected behavior
As per the docs "'manual' Overlays act much like "auto" Overlays, but do not close when losing focus or interacting with other parts of the page"
Actual behavior
An overlay with
type="manual"
is closed when interacting with other parts of the page. The attributepopover="manual"
is added but there is some code in OverlayStack that closes the open overlay.Screenshots
https://www.loom.com/share/87ac4011b05041568b8c23b949503d46
What browsers are you seeing the problem in?
All
How can we reproduce this issue?
<sp-overlay type="manual">
)Sample code that illustrates the problem
https://codepen.io/karbonhq/pen/XWoxqBm
The text was updated successfully, but these errors were encountered: