-
-
Notifications
You must be signed in to change notification settings - Fork 475
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
🐛 Flyout menu - strange icon (feedback v4.0.0) #487
Comments
Weird. Is there any chance of it being a rendering issue on the skia side? I can't reproduce it |
Tested on Firefox + Edge, same problem. (current demo app here https://bdlukaa.github.io/fluent_ui/) |
Reproducible on VM-based environments as well! |
FlyoutListTile builds the trailing widget twice. Removing line 212 solved it for me. fluent_ui/lib/src/controls/surfaces/flyout/content.dart Lines 187 to 215 in de0e316
|
Nice catch! |
Describe the bug
On demo app:
There is a icon on the left and the indicator.
And Btw, when we open a submenu, if we click outside the menu, only the submenu is closed (on Windows, when we click outside the menu, all menu is closed). Maybe related to #332)
The text was updated successfully, but these errors were encountered: