-
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
[List / Popover] List Display issues within Popover when filter-enabled #7545
Comments
its because the filter is positioned sticky. Might be related to #5743 (comment) |
@macandcheese if you add a |
Research will be conducted to determine if the Safari issue is a browser bug, or if additional efforts could be tackled. |
@macandcheese I'm not seeing the safari issue when I use the overflow fix I provided. |
Assigning to @macandcheese per #7545 (comment). ☝🏻 |
Closing as seems like this is expected / has workaround for now. |
Check existing issues
Actual Behavior
When using List within Popover and
filter-enabled
is true - some undesired visuals in a few situations:In all browsers, when the popover is
overlay-positioning: absolute
, undesired placement of the filter bar. Notice some differences across browers:In Safari, when the popover is
overlay-positioning: fixed
, undesired placement of the filter bar. Notice that is displays correctly in Chrome, but incorrect in different ways in Desktop vs. Mobile Safari.Expected Behavior
Correctly positioned filter bar regardless of browser, or parent Popover
overlay-positioning
value.Reproduction Sample
See below
Reproduction Steps
For issues with overlay-positioning="absolute":
https://codepen.io/mac_and_cheese/pen/NWeWqQo?editors=1000
For issues with overlay-positioning="fixed" and Safari:
https://codepen.io/mac_and_cheese/pen/qBLWKXZ?editors=1000
Open above in various browsers to see behavior.
Reproduction Version
1.6.0
Relevant Info
No response
Regression?
No response
Priority impact
p4 - not time sensitive
Impact
No response
Calcite package
Esri team
Calcite (design)
The text was updated successfully, but these errors were encountered: