Hi,
I am trying to test a capslock indicator with Siesta by this code:
t.chain({
type: '[CAPS]'
}, {
type: 'test',
target: passwordfield
})
The KeyboardEvent I get on running the test indeed contains the getModifierState function, which unfortunately does not return the correct value for getModifierState('CapsLock').
As this might be one of the main use cases for the caps keycode, is there any solution or workaround for this?
Regards,
Laura