Skip to content

fix: keyboard focus for info panel section headers (UAT 2)#9

Merged
kraulerson merged 1 commit intomainfrom
fix/uat-session-2
Apr 7, 2026
Merged

fix: keyboard focus for info panel section headers (UAT 2)#9
kraulerson merged 1 commit intomainfrom
fix/uat-session-2

Conversation

@kraulerson
Copy link
Copy Markdown
Owner

Summary

  • Fix keyboard navigation in info panel collapsible sections (UAT2-001)
  • Change focus policy from TabFocus to StrongFocus on section header buttons
  • Add visible focus indicator (2px blue border) on keyboard focus
  • Prevent QScrollArea from intercepting Tab key

Test Plan

  • 225 tests passing
  • Manual retest: Tab reaches section headers, Enter/Space toggles, blue focus border visible

🤖 Generated with Claude Code

…r section headers

Set StrongFocus on CollapsibleSection header buttons so Tab key reaches them,
add a 2px blue focus border stylesheet so the indicator is visible, and set
QScrollArea to NoFocus so it no longer intercepts Tab before the buttons.
Update test_section_header_keyboard_focusable to assert StrongFocus.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@kraulerson kraulerson merged commit 22bc021 into main Apr 7, 2026
2 of 5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant