aria-practices icon indicating copy to clipboard operation
aria-practices copied to clipboard

Grid pattern: Can F2 trigger a dialog instead of inline editing?

Open tedbarth opened this issue 1 month ago • 4 comments

The ARIA grid pattern specifies the F2 key as a way to enter editing mode for a cell (e.g., moving focus into a text field within the cell).

In scenarios where editing requires complex validation or when the cell’s value is derived from multiple inputs (for example, street name + house number or telephone area code + local number), inline editing may not be sufficient. In such cases, a popup dialog (possibly modal) with form fields and validation might be necessary.

Question:
Does the ARIA grid pattern permit opening a dialog via the F2 key as an alternative to inline text input editing inside the cell?

tedbarth avatar Dec 03 '25 11:12 tedbarth

[!NOTE]

ASLE90 avatar Dec 03 '25 17:12 ASLE90


ASLE90 avatar Dec 03 '25 17:12 ASLE90

[!NOTE]

ASLE90 avatar Dec 03 '25 19:12 ASLE90

The ARIA grid pattern specifies the F2 key as a way to enter editing mode for a cell (e.g., moving focus into a text field within the cell).

In scenarios where editing requires complex validation or when the cell’s value is derived from multiple inputs (for example, street name + house number or telephone area code + local number), inline editing may not be sufficient. In such cases, a popup dialog (possibly modal) with form fields and validation might be necessary.

Question:
Does the ARIA grid pattern permit opening a dialog via the F2 key as an alternative to inline text input editing inside the cell?

ASLE90 avatar Dec 07 '25 03:12 ASLE90