3 Open Issues Need Help Last updated: Sep 1, 2025

Open Issues Need Help

View All on GitHub

AI 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.

Complexity: 4/5
enhancement help wanted

sports score app

Python

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.

Complexity: 3/5
bug help wanted

sports score app

Python