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

Popup of a ComboBox doesn't show on MacOS #12383

Open
JanTamis opened this issue Jul 30, 2023 · 15 comments
Open

Popup of a ComboBox doesn't show on MacOS #12383

JanTamis opened this issue Jul 30, 2023 · 15 comments
Labels
bug help-wanted A contribution from the community would be most welcome. os-macos

Comments

@JanTamis
Copy link

JanTamis commented Jul 30, 2023

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):

  • OS: Mac
  • Version 11.0.1

Additional context

@SKProCH
Copy link
Contributor

SKProCH commented Jul 30, 2023

Also, can be related to AvaloniaCommunity/Material.Avalonia#128

@JanTamis
Copy link
Author

JanTamis commented Aug 2, 2023

I've tried it with the fluent theme and it doesn't work either.

@timunie
Copy link
Contributor

timunie commented Aug 2, 2023

@JanTamis please provide a minimal sample to reproduce

@JanTamis
Copy link
Author

JanTamis commented Aug 2, 2023

@timunie How would you like the sample (zip or as GitHub project)

@timunie
Copy link
Contributor

timunie commented Aug 2, 2023

GitHub link is preferred as one can file a PR if a simple fix is there, but zip also works for us.

@JanTamis
Copy link
Author

JanTamis commented Aug 2, 2023

@maxkatz6
Copy link
Member

maxkatz6 commented Aug 3, 2023

Works here.
Screenshot 2023-08-02 at 5 01 39 PM

@maxkatz6 maxkatz6 added help-wanted A contribution from the community would be most welcome. needs-repro labels Aug 3, 2023
@JanTamis
Copy link
Author

JanTamis commented Aug 3, 2023

Could it be because im using the Sonoma beta?

@timunie
Copy link
Contributor

timunie commented Aug 3, 2023

@JanTamis maybe you can do the following:

  1. clone Avalonia source (mind build instructions)
  2. add your sample to samples/Sandbox for testing
  3. Try to debug it on your machine. If you find anything that fixes your issue, a PR is welcome.

@dbriard
Copy link
Contributor

dbriard commented Aug 3, 2023

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.

@JanTamis
Copy link
Author

JanTamis commented Aug 4, 2023

I'll take a look if i can find in which version of Avalonia it begun happening.

@MilkyBrain
Copy link

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.

@JulanDeAlb
Copy link

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

@henrrymoraes83
Copy link

henrrymoraes83 commented Jan 22, 2024

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.

@timunie
Copy link
Contributor

timunie commented Dec 23, 2024

Seems really be related to Rider i Fullscreen mode. Has anybody reported it to Rider and could share a link?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug help-wanted A contribution from the community would be most welcome. os-macos
Projects
None yet
Development

No branches or pull requests

8 participants