patternfly / patternfly/patternfly-react
Drawer - automatically manage focus when drawer is opened/closed
まだ誰も着手していません。
- 主要言語
- TypeScript
- スター
- 862
- フォーク
- 392
- 平均マージ
- 4日 8時間
- マージ済み PR(30日)
- 9
説明
Follow up for core issue https://github.com/patternfly/patternfly/issues/5319
A more consistent solution than was used to fix https://github.com/patternfly/patternfly-react/issues/8394
move the close button to the top of the drawer body rather than the end.
The modal component automatically places focus on the first interactable element in the modal when it is opened.
In the case of the Drawer, that should be the close button by default.
If the close button is not provided, then it should be the first interactable element in the drawer.
If there are no interactable elements, focus should be placed on the drawer body.
Like the modal, this should happen automatically for the drawer, unless overridden by the consumer.
When the drawer is closed, focus should be returned to the drawer toggle - or at least, the props needed for the consumer to implement this focus management should be exposed. All related examples/demos should be updated to use this behavior (including the wizard with drawer)
Jira Issue: PF-145
コントリビューションガイド
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
まず、Drawer のフォーカス動作を既存の Modal の動作と比較し、drawer を使用した wizard を含む Drawer の例を確認します。consumer によるオーバーライドに対応した、指定された開閉時のフォーカス動作を実装し、その後、関連するすべての例とデモを更新します。完了条件は、状況に応じてフォーカスが閉じるボタン、最初の操作可能な要素、または drawer の本体に移動し、閉じたときに drawer のトグルへ戻ることです。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- react, typescript
- 領域
- accessibility, frontend
- issue の種類
- 機能追加
- 難易度
- 4/5
- 見積もり時間
- 3〜5日
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 35/100