Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
View issue level access limits(Press Alt + Right arrow for more information)
Attachment actions
Unintended behavior
View staffing
Description
Jetpack Compose component(s) used: androidx.compose.material3:material3-adaptive-navigation-suite
Android Studio Build: "Build #AI-242.23726.103.2422.12816248"
Kotlin version: 2.1.0
Steps to Reproduce or Code Sample to Reproduce:
1. Add NavigationSuiteScaffold with navigation suite items
2. Add a text field inside of a column with the `imePadding` modifier
3. Focus the text field and notice that the ime padding is too large. In the screenshots you can see that the padding is not accounting for the navigation bar
I brought this up in the kotlin slack channel and was directed to open an issue since it was probably a bug in the library.
Minimal reproduction