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
Material Compose component used: ExposedDropdownMenuBox
Android Studio Ladybug | 2024.2.1 Patch 2 Build #AI-242.23339.11.2421.12550806, built on October 24, 2024 Runtime version: 21.0.3+-79915917-b509.11 aarch64 VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o. Toolkit: sun.lwawt.macosx.LWCToolkit macOS 14.6.1 GC: G1 Young Generation, G1 Concurrent GC, G1 Old Generation Memory: 8192M Cores: 10 Metal Rendering is ON Registry: ide.instant.shutdown=false debugger.new.tool.window.layout=true ide.experimental.ui=true i18n.locale= terminal.new.ui=true Non-Bundled Plugins: fantom.codeowners (0.9.0) idea.plugin.protoeditor (242.23339.11) Docker (242.23339.19) com.github.copilot (1.5.29.7524)
The project setup is the basic new one from the Android Jetpack with these versions:
If you have the simple text input with the dropdown options, it will work fine (not particularly in this example I provide) in the regular behavior, but when you turn on the talkback and focus on the input, it says: "" but when double-tapping on the focused input, the actual input is never triggered and the input keyboard doesn't show up on the screen to interact with the component. So with the bug, I am stuck with the a11y not being able to interact with the input.
This is the example code: