wkappbot-core
★★☆
a11y close and trusted-click FocusSafe guard
FocusSafe.ShouldYieldToActiveUser guard added before a11y close and trusted-click operations to prevent focus stealing when user is active (idleMs<1500). Mirrors InspectionCommands guard pattern.
Steps
- A11yCommand.WindowActions.cs:221 -- guard be...
- AskCommands.Attachments.FileInput.cs:300 --...
- AskCommands.Attachments.FileInput.cs:341 --...
- --force flag bypasses guard for explicit kil...
- Returns false/yields silently when user acti...
- Verified 2026-04-26: test-a11y-close-focusst...
- Verified 2026-04-26: test-ask-trusted-click-...