-
Notifications
You must be signed in to change notification settings - Fork 839
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[EuiDataGrid] Simplify & DRY out cell/header focus (#7448)
- Loading branch information
Showing
45 changed files
with
1,802 additions
and
1,307 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
**Accessibility** | ||
|
||
- `EuiDataGrid`'s keyboard/screenreader experience has been tweaked to be more consistent for varying complex data: | ||
- Headers are now always navigable by arrow key, regardless of whether the header cells contain interactive content | ||
- Non-expandable cells containing any amount of interactive content now must be entered via Enter or F2 keypress | ||
- Expandable cells continue to be toggled via Enter or F2 keypress | ||
- `EuiDataGrid` now provides a direct screen reader hint for Enter key behavior for expandable & interactive cells |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.