Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

fix: bring popover overlay to front when used in modeless dialog #8692

Merged
merged 1 commit into from
Feb 20, 2025

Conversation

web-padawan
Copy link
Member

Description

Fixes #8521

Depends on #8690

Type of change

  • Bugfix

Note

For now the vaadin-popover is the only web component where the original issue can be reproduced. Other components e.g. vaadin-combo-box have their overlays as modal by default. The vaadin-tooltip is modeless but should close on mousedown regardless. So for now I thought the fix can be limited to the popover package.

If we decide to add public API for making overlays non-modal (see #451) then we should reconsider this fix as the issue would then likely affect other components using overlays as well.

@web-padawan web-padawan force-pushed the fix/popover-modeless-dialog branch from 7c269f6 to 0840602 Compare February 20, 2025 09:43
@web-padawan web-padawan merged commit 130ef3b into main Feb 20, 2025
9 checks passed
@web-padawan web-padawan deleted the fix/popover-modeless-dialog branch February 20, 2025 13:01
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Popover inside Modeless Dialog
2 participants