You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix test failures: Add Window.CreationOrder for stable Alt+number shortcuts, add Spacebar support to ButtonControl, and correct focus navigation tests for splitter focusability
- Add CreationOrder property to Window for stable ordering independent of ZIndex changes
- Update InputCoordinator and RenderCoordinator to use CreationOrder for Alt+number window selection
- Add Spacebar key support to ButtonControl.ProcessKey (matches Enter key behavior)
- Fix ShortcutsTests to use Alt+1-9 instead of Alt+0-9 (matching status bar display)
- Fix FocusNavigationTests to account for splitters being focusable (they support keyboard resizing)
- Tests passing: 376/397 (21 failures remaining)
0 commit comments