I'm guessing it's a know issue tab/accessibility/a...
# webassembly
c
I'm guessing it's a know issue tab/accessibility/autofill/password managers don't seem to work correctly on wasmJs yet? If they do what am I missing, got semantics added/ime types etc? If not I'm hoping they are high on the fix list as wasmJs is beta now?
t
Is it question about Compose components?
c
Yes, but only doens't work on WasmJs
I.e. TextFields
Setting semantics and focuseProperties seems to not help at all, guessing it's an issue with canvas interactions?
Autofill I could punt, but getting tab to go to the next field would be really nice on web
v
Autofill - I did notice myself that it does not really work But, "TAB" should be working out of the box when using
pointerInput
,
clickable
, material components such as
Button
,
TextField
and so on Not sure what, but you likely have something incorrectly set up OR something in your UI is catching such focus change events and not letting them pass through.
c
Yeah it seems to focus to something else, despite two text fields being in a column one after the other, (Can't tab from email > password)
And whats odd is that I setup up focusProperties to make sure next etc goes to password, focus still disapears somewhere else
o
Hi Chris! Could you please file a bug report here https://youtrack.jetbrains.com/projects/CMP with a reproducer?
c
I can try, seems like most of the time they are super unique to my project and can never create sample projects
thank you color 1
o
Reported one of the cases https://youtrack.jetbrains.com/issue/CMP-9041 - seems like similar to what you described
c
Yeah that's probably what's happening