-
Notifications
You must be signed in to change notification settings - Fork 802
Closed as duplicate of#10366
Closed as duplicate of#10366
Copy link
Labels
accessibilityNarrator, keyboarding, UIA, etcNarrator, keyboarding, UIA, etcarea-RadioButtonsbugSomething isn't workingSomething isn't workingneeds-triageIssue needs to be triaged by the area ownersIssue needs to be triaged by the area owners
Description
Describe the bug
When there are more than 2 radio buttons and the first or last radio button is disabled, tab navigation starts happening cyclically when using the up key (if the disabled item is the first) or the down key (if the disabled item is the last).
If the disabled item is between other items, this phenomenon does not occur.
Check the Video Below:
bandicam.2025-03-12.10-24-17-519.mp4
Steps to reproduce the bug
- Create a page with more than 2 radio buttons.
- Disable either the first or last radio button in the group.
- Focus on the first or last radio button (depending on which one you disabled).
- Use the Up key (if the first radio button is disabled) or the Down key (if the last radio button is disabled) to navigate through the radio buttons.
- Observe that the tab navigation starts cycling between the enabled radio buttons instead of stop at the first/last item.
- If the disabled radio button is placed between other enabled radio buttons, the issue does not occur.
Expected behavior
The navigation should stop at the first or last enabled item, instead of cycling back to the start or end of the list.
Screenshots
No response
NuGet package version
None
Windows version
Windows 11 (24H2): Build 26100
Additional context
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
accessibilityNarrator, keyboarding, UIA, etcNarrator, keyboarding, UIA, etcarea-RadioButtonsbugSomething isn't workingSomething isn't workingneeds-triageIssue needs to be triaged by the area ownersIssue needs to be triaged by the area owners