You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reproducible in v4.3.beta2.official [b75f048]
StatusIndicator and the "Prefer Native Menu" option on PopupMenu are not available on the latest version of 4.2.2
When linking a PopupMenu to a StatusIndicator, the PopupMenu is forced to use the "Prefer Native Window" option regardless of how the PopupMenu was triggered
Steps to reproduce
Create PopupMenu and StatusIndicator nodes
Link PopupMenu to StatusIndicator node
Add an item to the item list
Trigger the PopupMenu outside of the StatusIndicator node (e.g. with .popup())
Minimal reproduction project (MRP)
bug-report.zip
I've included this project in two other bug reports I've posted recently - If you're coming from/going to one of the other two this is a part of, rest assured you don't need to redownload the project for each report. They are the exact same file.
The text was updated successfully, but these errors were encountered:
The same is true also for children of MenuBar, or nested PopupMenus. I'm not sure if anything should be done with it (except adding a note in the documentation and adding is_native_menu method to check actual status, like MenuBar has), these are cases when menu must be native regardless of settings, and it can't be both native and non-native at the same time.
Tested versions
StatusIndicator and the "Prefer Native Menu" option on PopupMenu are not available on the latest version of 4.2.2
System information
Windows 10 - v4.3.beta2.official [b75f048]
Issue description
When linking a PopupMenu to a StatusIndicator, the PopupMenu is forced to use the "Prefer Native Window" option regardless of how the PopupMenu was triggered
Steps to reproduce
Minimal reproduction project (MRP)
bug-report.zip
I've included this project in two other bug reports I've posted recently - If you're coming from/going to one of the other two this is a part of, rest assured you don't need to redownload the project for each report. They are the exact same file.
The text was updated successfully, but these errors were encountered: