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

WinUI: Popup shows underneath AutoSuggestBox results flyout #9935

Closed
eshalisa opened this issue Aug 30, 2024 · 2 comments
Closed

WinUI: Popup shows underneath AutoSuggestBox results flyout #9935

eshalisa opened this issue Aug 30, 2024 · 2 comments
Labels
area-AutoSuggestBox area-Popup bug Something isn't working team-Controls Issue for the Controls team

Comments

@eshalisa
Copy link

eshalisa commented Aug 30, 2024

Describe the bug

Get test project from https://github.com/eshalisa/TestProjects
I have a popup that should show over the AutoSuggestBox results flyout when I hover. It is always showing underneath, even when it opens after the results flyout.

This worked on Microsoft.WindowsAppSDK version 1.3.230724000.

Steps to reproduce the bug

Launch test app
Type "A" into the AutoSuggestBox
Put the curser over the "Apple" result

Expected behavior

The popup should show above the flyout if it opens after the flyout.

Screenshots

image

NuGet package version

WinUI 3 - Windows App SDK 1.5.6: 1.5.240802000

Windows version

Windows 11 (22H2): Build 22621

@eshalisa eshalisa added the bug Something isn't working label Aug 30, 2024
@microsoft-github-policy-service microsoft-github-policy-service bot added the needs-triage Issue needs to be triaged by the area owners label Aug 30, 2024
@codendone codendone added team-Controls Issue for the Controls team area-AutoSuggestBox area-Popup and removed needs-triage Issue needs to be triaged by the area owners labels Sep 12, 2024
@codendone
Copy link
Contributor

Try setting ShouldConstrainToRootBounds=false on the Popup.

@eshalisa
Copy link
Author

Try setting ShouldConstrainToRootBounds=false on the Popup.

That worked, thank you!

@microsoft-github-policy-service microsoft-github-policy-service bot added the needs-triage Issue needs to be triaged by the area owners label Sep 16, 2024
@codendone codendone removed the needs-triage Issue needs to be triaged by the area owners label Sep 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-AutoSuggestBox area-Popup bug Something isn't working team-Controls Issue for the Controls team
Projects
None yet
Development

No branches or pull requests

2 participants