Open Issues Need Help
View All on GitHubAI Summary: This issue proposes implementing an accessible data viewer that provides three different presentation modes (standard table, quick list, full list) for all tabular data within the app. The goal is to enhance usability for screen reader users by allowing them to choose their preferred data consumption format, with requirements including universal integration, keyboard shortcuts, seamless focus management, and real-time data synchronization.
AI Summary: This critical accessibility bug prevents keyboard users from tabbing into the standings grid after using Ctrl+Tab to switch division tabs in expanded view. The issue likely stems from incorrect focus management in the `keyPressEvent` method, where `w.table.setFocus()` may not be sufficient, requiring further investigation into explicit cell selection, tab order, or event timing.