Page MenuHomeFeedback Tracker

Tab View control focus issue
Awaiting internal Testing, NormalPublic

Description

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.

Details

Severity
Minor
Resolution
Open
Reproducibility
Always
Operating System
Windows 10 x64
Category
General
Steps To Reproduce
  1. Load game, go to Settings menu. First control on the first tab (Quality preset) will be highlighted and interactable (in focus).
  2. Switch tab by using tab switch key (E key on PC).
  3. 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.
  4. 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.

Event Timeline

Geez changed the task status from New to Awaiting internal Testing.Mar 18 2024, 12:33 PM