Skip to content
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

fix(ui5-popover): fix popover flickering #10955

Merged
merged 11 commits into from
Mar 21, 2025
Merged

Conversation

TeodorTaushanov
Copy link
Member

@TeodorTaushanov TeodorTaushanov commented Feb 26, 2025

fixes #10187

@TeodorTaushanov TeodorTaushanov requested review from a team and vladitasev February 28, 2025 09:32
Copy link
Contributor

@alexandar-mitsev alexandar-mitsev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • consider using top: -10000px and left: -10000px to hide it before it is positioned
  • take a look at Popover._showOutsideViewport() - this code was added some time ago , maybe for similar reason, but it looks like it is never executed
  • the opacity:0 is not applied to the Dialog at any point
  • add tests

@TeodorTaushanov TeodorTaushanov requested a review from a team March 18, 2025 09:12
@TeodorTaushanov TeodorTaushanov merged commit 712aae4 into main Mar 21, 2025
12 checks passed
@TeodorTaushanov TeodorTaushanov deleted the popover_flickering branch March 21, 2025 07:33
@ui5-webcomponents-bot
Copy link
Collaborator

🎉 This PR is included in version v2.9.0-rc.2 🎉

The release is available on v2.9.0-rc.2

Your semantic-release bot 📦🚀

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

Successfully merging this pull request may close these issues.

[ToolbarButton with Menu]: Menu is briefly rendered in wrong place when conditionally rendered
3 participants