-
Notifications
You must be signed in to change notification settings - Fork 28.7k
[NavigationBar] ink ripple positioned is shifted in M3 #117420
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
Comments
cc: @HansMuller |
@TahaTesser and @Piinks, When you change the height from 80dp, the M3 default, the ink ripple shifts with offset amount up/down equal to height change diff and direction. It affects both M2 and M3 mode. The issue did not exist in stable 3.3 but has now regressed to new stable 3.7. See example reports coming in here: rydmike/flex_color_scheme#114 I tested in master with the fix PR to this issue present and it fixes it in both M2 and M3 mode, Maybe consider a CP for the first 3.7 hotfix. |
@rydmike |
Sadly it did not make it into 3.7.1, nor a bunch of other important M3 fixes that exist in master, oh well, later then... 😄 |
This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug, including the output of |
At first, I thought it might be a resolution issue it looks like the ink ripple rendered at a different vertical offset in M3 for some reason.
https://master-api.flutter.dev/flutter/material/NavigationBar-class.html
When running the example as it is without enabling M3, ink is rendered at the right location and you can't see peeking outside but when M3 is enabled, it's slightly off.
The text was updated successfully, but these errors were encountered: