-
Notifications
You must be signed in to change notification settings - Fork 48
[WC-2886]: DG2 Filters floating positioning fix #1526
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
base: main
Are you sure you want to change the base?
Conversation
))} | ||
</ul> | ||
{open && ( | ||
<FloatingPortal> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This will probably cause z-index issues
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Other option was to switch the floatingUI strategy(position) to absolute, which I believe would cause even more issues, I'll see the e2e's to make sure.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The snapshot tests are also passing, you think we can head on? @iobuhov
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok, no problem. I think can be tested by Leo
c78f538
to
d3b7ba0
Compare
Pull request type
Bug fix (non-breaking change which fixes an issue)
Description
Fix an issue where mount/unmount of a filter popup causes it to lose it's capability to observe it's own position.