-
Notifications
You must be signed in to change notification settings - Fork 76
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
calcite-action-group - Actions are cut off in Safari when action group has fixed overlay positioning in a panel #8028
Comments
This one looks like a Maps SDK issue. I think we can close it. |
Reopening, seems like it does happen in safari within a flow/panel |
I've done some testing. I have a Codepen in which I turn off the |
**Related Issue:** #8028 ## Summary Attempt to fix the clipping of action-menu in Panel and FlowItem. This adds a test demo to approximate one of the use cases where the issue is appearing. I could use some help testing if this update breaks other stuff. cc @geospatialem
Installed and assigned for verification. |
Reopening from the revert above #8028 (reference) |
Confirmed this is still an issue with the latest: https://codepen.io/jcfranco/pen/rNbNKgx?editors=1000. Here are Matt's findings from the revert PR. 🕵️ |
**Related Issue:** #8028 ## Summary - do not cut off menu actions - `position:relative` on the container class within the panel seems to fix the safari issue. Not sure how we can test this without manual testing or getting different browser screenshots setup. @geospatialem @DitwanP could one of you help test this fix?
Installed and assigned for verification. |
Check existing issues
Actual Behavior
In Safari, the grouped actions in the drop down are cut off when expanded.
Expected Behavior
The grouped actions should not be cut off, but they should overlay the rest of the calcite panel. This is the behavior in Chrome and Firefox.
Reproduction Sample
https://codepen.io/driskull/pen/MWZNOMR?editors=1000
Reproduction Steps
Reproduction Version
1.9.2
Relevant Info
macOS 13.6 (22G120)
Safari Version 17.0 (18616.1.27.111.22, 18616)
Regression?
No response
Priority impact
p2 - want for current milestone
Impact
This issue impacts the ArcGIS Online Map Viewer and custom ArcGIS Maps SDK for JavaScript applications used in Safari that utilize popups with many actions. The actions listed at the end of the group will be unusable.
cc @driskull
Example of JS SDK application: https://codepen.io/laurenb14/pen/bGOXayX?editors=1000
Calcite package
Esri team
ArcGIS Maps SDK for JavaScript
The text was updated successfully, but these errors were encountered: