-
Notifications
You must be signed in to change notification settings - Fork 802
Open
Labels
area-AutoSuggestBoxarea-NumberBoxNumberBox ControlNumberBox ControlbugSomething isn't workingSomething isn't working
Description
Describe the bug
Certain controls, including but possibly not limited to the NumberBox and the AutoSuggestBox (and not TextBox), fail to respect IsTabStop="False", and will remain as a tab stop.
Steps to reproduce the bug
- Create a NumberBox or TextBox with
IsTabStop="False"specified in XAML - Create an element that is a tab stop before this element's effective TabIndex
- Focus the "before" element and press "tab"
- See that the element with
IsTabStop="False"is functioning as a tab stop
Expected behavior
Elements with IsTabStop="False" should not get focus while IsTabStop is false when the user presses the "Tab" key.
Screenshots
NuGet package version
WinUI 3 - Windows App SDK 1.6.5: 1.6.250205002
Windows version
Windows 11 (23H2): Build 22631
Additional context
Minimal reproducable example available at https://github.com/jb-bcl/repro/tree/main/WinUI3_AsbAndNumberBoxNotRespectingTabStopFalse
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area-AutoSuggestBoxarea-NumberBoxNumberBox ControlNumberBox ControlbugSomething isn't workingSomething isn't working
