banner
margauxclr.bsky.social
@margauxclr.bsky.social
Android developer, try to takes nice photos and make drawings sometimes
It doesn't work because the test tag is on a child component and the content description semantics I want to apply is on the parent component.
March 20, 2025 at 8:01 AM
The issue was when we wanted to use clearSemantics to redefine the content description of several child components that contain clickable elements. The clickable item has a test tag, it has bee, removed by clearSemantics.
March 19, 2025 at 3:47 PM
Currently our accessibility content description are managed by the backend driven labels to ensure consistency across platforms and localized. So it's not easily to reuse them for testing.
March 19, 2025 at 3:47 PM
It would be interesting to isolate test tag from semantics or at least having a way to keep test tag when using clearAndSetSemantics method. Is there a plan to improve this? Thanks (2/2)
March 19, 2025 at 9:09 AM
I will look at this API, thanks for your help :)
December 20, 2024 at 4:54 PM
Is there a good way to handle testTag and accessibility ? If not, in future versions of compose will we have more flexibility to manage this? Thanks :)
December 19, 2024 at 9:00 AM