-
-
Notifications
You must be signed in to change notification settings - Fork 475
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
🐛 Strange effect when opening a compact NavigationPane #112
Comments
It's caused by the info badge |
Hi, this bug is still there. Either for trailing or infoBadge on PaneItem and PaneItemExpander. |
@pasleto can you post here the result of your |
fluent_ui: ^4.0.1 [√] Flutter (Channel stable, 3.3.2, on Microsoft Windows [Version 10.0.19044.2006], locale cs-CZ) [√] Chrome - develop for the web [√] IntelliJ IDEA Ultimate Edition (version 2022.2) [√] VS Code (version 1.72.0) [√] Connected device (2 available) [√] HTTP Host Availability • No issues found! |
Describe the bug
Strange effect when opening a compact NavigationPane
And on the example App, we had the following error: (Maybe not directly linked to this bug).
To Reproduce
See on the example app.
Expected behavior
Smooth open.
Screenshots
In fact, I think that come from the "Overflow" rectangle shown by Flutter in debug Mode. Not tested in Release.
But we always had an weird effect when
open
tocompact
.The text was updated successfully, but these errors were encountered: