-
-
Notifications
You must be signed in to change notification settings - Fork 463
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
🐛 Unexpected jitter on MenuFlyoutSubItem
appears
#1014
Labels
bug
Something isn't working
Comments
TENX-S
changed the title
Unexpected jitter on
Unexpected jitter on Jan 21, 2024
MenuFlyoutSubItem
🐛 MenuFlyoutSubItem
appears🐛
TENX-S
changed the title
Unexpected jitter on
🐛 Unexpected jitter on Jan 21, 2024
MenuFlyoutSubItem
appears🐛 MenuFlyoutSubItem
appears
This is probably because of the following lines: fluent_ui/lib/src/controls/flyouts/content_manager.dart Lines 63 to 72 in 9c0840d
The sub items doesn't get to know the box size at the very first frame, causing this jitter. |
Yeah. To fix this, we'd need to make use of Flutter box system - which is kind of complex. We already do it for other widgets, like |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When the
MenuFlyoutSubItem
appears, it quickly moves a short distance to the lower right corner.bug.mp4
The text was updated successfully, but these errors were encountered: