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)
Unintended behavior
View staffing
Description
Jetpack Compose version: 1.5.4
Jetpack Compose component(s) used: Material3
TextField
andBasicTextField
Android Studio Build: #AI-231.9392.1.2311.11330709
Kotlin version: 1.8.10
Steps to Reproduce or Code Sample to Reproduce:
All sources I have seen treat text fields as if they were self-explanatory and didn't pose any accessibility implications. In my experience, that's not true: Many Android apps contain inaccessible text fields which do not report the cursor position correctly and sometimes don't report that they are text fields.
I'm trying to track down the root cause of this - whether it got to do with OneUI by Samsung, their distributed TalkBack version, TalkBack itself, or JetPack Compose.