Skip to content

[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

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

rahmanunver
Copy link
Contributor

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.

@rahmanunver rahmanunver requested a review from a team as a code owner April 8, 2025 15:06
@github-actions github-actions bot added the shared label Apr 8, 2025
))}
</ul>
{open && (
<FloatingPortal>
Copy link
Collaborator

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

Copy link
Contributor Author

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.

Copy link
Contributor Author

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

Copy link
Collaborator

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants