-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Popup of a ComboBox doesn't show on MacOS #12383
Comments
Also, can be related to AvaloniaCommunity/Material.Avalonia#128 |
I've tried it with the fluent theme and it doesn't work either. |
@JanTamis please provide a minimal sample to reproduce |
@timunie How would you like the sample (zip or as GitHub project) |
GitHub link is preferred as one can file a PR if a simple fix is there, but zip also works for us. |
Could it be because im using the Sonoma beta? |
@JanTamis maybe you can do the following:
|
Got similar issue when I tested on MacOS, not only with ComboBox, but with all popups and flyouts in my app... I don't know how it happened and what manipulation I've done, but 30s or a minute after I've noticed the issue, it get back to normal in the same testing session. It was with Rc1 may be... I do not have a Mac to run new tests. |
I'll take a look if i can find in which version of Avalonia it begun happening. |
On my end, this issue occurs when I run the app and have its window over the current full-screen Rider window. However, if I move the app window to the desktop or switch it to full screen, the ComboBox items show up. |
Exactly what I encounter too on a M2 MacBook |
I have the same issue using Avalonia 11.0.7 on Mac OS 14.2.1 (23C71). Both latest version. It is a Bug on Rider Plugin because if you run the app the combo box work correctly. |
Seems really be related to Rider i Fullscreen mode. Has anybody reported it to Rider and could share a link? |
Describe the bug
Popup of a ComboBox doesn't show on MacOS
To Reproduce
Add a ComboBox to a window and add a ItemSource
Expected behavior
the popup is shown with the items in the item source
Screenshots
Desktop (please complete the following information):
Additional context
The text was updated successfully, but these errors were encountered: