From e12dfabe4aadd597fefd9b19af1209fb94981d48 Mon Sep 17 00:00:00 2001 From: miukimiu Date: Thu, 16 Sep 2021 11:48:50 +0100 Subject: [PATCH 1/5] Fixed focus ring to be contained in cell --- .../views/datagrid/datagrid_focus_example.js | 8 +++---- .../datagrid/_data_grid_data_row.scss | 6 ----- src/components/datagrid/_mixins.scss | 22 +++++++++++++++---- 3 files changed, 22 insertions(+), 14 deletions(-) diff --git a/src-docs/src/views/datagrid/datagrid_focus_example.js b/src-docs/src/views/datagrid/datagrid_focus_example.js index 0f14892cd17..dda1d9dcab4 100644 --- a/src-docs/src/views/datagrid/datagrid_focus_example.js +++ b/src-docs/src/views/datagrid/datagrid_focus_example.js @@ -56,12 +56,12 @@ export const DataGridFocusExample = { element unless a subsequent user action changes it.
  • - Enter or F2 can be used interchangibly to enter inner cell focus + Enter or F2 can be used interchangeably to enter inner cell focus if the logic below allows it.
  • - The content and expandability of the cells dicate the focus target + The content and expandability of the cells dictate the focus target of the cell

    @@ -70,14 +70,14 @@ export const DataGridFocusExample = { a grid with your keyboard.

    - Cell alone recieves the focus, with no possible inner focus action + Cell alone receives the focus, with no possible inner focus action when:

    -

    A single inner element within the cell recieves focus when:

    +

    A single inner element within the cell receives focus when: