-
Notifications
You must be signed in to change notification settings - Fork 77
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Double clicking the reference element of an open popover causes unexpected placement #6404
Comments
Also repro'd in the calcite components public doc site: https://developers.arcgis.com/calcite-design-system/components/popover/ |
Can we get a timeline on a fix for this? It's frustrating for many of our analysis components. |
Adding priority labels, which weren't available at the time of issue creation. Priority is mentioned since it was an issue reported by support, and aiming to get a resolution as soon as possible. |
This is scheduled for the April milestone. For now, setting |
…placed floating-ui elements when associated-components are closed (#6709) **Related Issue:** #6404 ## Summary This removes a utility added in #5484 that would reset position of floating-UI elements using the absolute strategy to avoid scroll bars when hidden. Unfortunately, the util would lead to undesired position resets in some scenarios (e.g., quick toggling between transitions). Moving forward, it is recommended to use `overlay-positioning='fixed'`to escaping clipping containers and prevent hidden floating-ui elements from affecting layout/creating scrollbars.
Installed and assigned for verification. |
Actual Behavior
Double clicking the reference element of an open popover makes it position weird, going to the top left of the screen
Expected Behavior
I would expect it to not change position at all, possibly close? Not clear
Reproduction Sample
https://codepen.io/eborgen/pen/OJwBrPK?editors=1000
Reproduction Steps
Reproduction Version
1.0.3
Relevant Info
Regression?
No response
Impact
Its pretty consistent and easy for a user to accidentally do this
Esri team
ArcGIS Map Viewer
The text was updated successfully, but these errors were encountered: