5 件のコメント (5 件のコメント)0 件のリアクション (0 件のリアクション)1 人の担当者 (1 人の担当者)Python7,339 件のフォーク (7,339 件のフォーク)batch import
area: keyboard UIarea: modals and overlaysbughelp wantedin progress
Repository metrics
- Stars
- 19,672 個のスター (19,672 個のスター)
- PR merge metrics
- 平均マージ 36d 6h (平均マージ 36d 6h)30d で 110 merged PRs (30d で 110 merged PRs)
説明
Up/down arrows don't work to navigate between preset statuses in the status picker (just Tab does). We should fix this.
コントリビューターガイド
- 調査方針
- Start by examining the status picker component in the frontend codebase, likely under static/js/ or static/react/. Look for how Tab key navigation is implemented and add similar handling for up/down arrow keys. Test with the browser's native keyboard events. Review any existing test patterns for similar components.
- 技術スタック
- typescriptreact
- 領域
- frontendaccessibility
- Issue 種別
- バグ
- 前提条件
- Basic knowledge of JavaScriptFamiliarity with React event handlingUnderstanding of keyboard navigation patterns