There is a minor focus bug in tab view component - after you change tab the first control on new tab will be out of focus. When you press your keyboard or gamepad arrows (left-right arrows), nothing will happen. The only way to regain control is to press down arrow key, and it will select next element as if first element was in focus.
I noticed this inconsistency when started to work with SCR_TabViewComponent ({A971263DAE3AD8BC}UI/layouts/WidgetLibrary/TabView/WLib_TabViewHorizontal.layout), seems like it's tab control issue.
Description
Description
Details
Details
- Severity
- Minor
- Resolution
- Open
- Reproducibility
- Always
- Operating System
- Windows 10 x64
- Category
- General
Steps To Reproduce
- Load game, go to Settings menu. First control on the first tab (Quality preset) will be highlighted and interactable (in focus).
- Switch tab by using tab switch key (E key on PC).
- First control on the new tab (Audio tab, Stereo Processing mode control) will be neither highlighted nor interactable. Pressing arrow keys to change it's value will do nothing.
- Press down key (either down arrow or S on PC). Second control will highlighted and interactable as if first control was in focus before.
Additional Information
Seems that it's the SCR_TabViewComponent ({A971263DAE3AD8BC}UI/layouts/WidgetLibrary/TabView/WLib_TabViewHorizontal.layout) issue as I noticed the same behaviour when tried to use this control in my mod and SCR_SettingsSuperMenu (SCR_SuperMenuBase) descendant uses the very same tab view control.