bug(web): inconsistency firing `keyboardchange` events
Open
bug
web/
- Dominant language
- Pascal
- Stars
- 534
- Forks
- 143
- Avg merge
- 2d 10h
- Merged PRs (30d)
- 113
Description
With #16080 fixed, the Control-by-Control guide example now reveals an inconsistency when firing `keyboardchange` events:
If the text field was active and we then click in the subject field (with the system keyboard being active), a `keyboardchange` event gets fired.
However, if the address field was active and we click in the subject field (with the system keyboard being active), the `keyboardchange` event is NOT fired. If a Keyman keyboard is active then the event fires.
Contributor guide
Assessment
This issue has not been assessed yet.