The input tag catches things like checkboxes.
In particular, for LIT, on the Profile page just changed how tablists are implemented. For cards like Activity, Recommendations, and Interests, the tab labels are implemented using checkboxes. Which ends up convincing VMKeyboardService that the keyboard context is InputFocus=true, which turns off the hotkeys (until tabbing out).
The
inputtag catches things like checkboxes.In particular, for LIT, on the Profile page just changed how tablists are implemented. For cards like Activity, Recommendations, and Interests, the tab labels are implemented using checkboxes. Which ends up convincing
VMKeyboardServicethat the keyboard context isInputFocus=true, which turns off the hotkeys (until tabbing out).