Opened 12 years ago
Closed 12 years ago
#8758 closed defect (fixed)
[patch] [ccla] tabbing through editable cells should not stop at non-editable cells
Reported by: | Becky Gibson | Owned by: | Bryan Forbes |
---|---|---|---|
Priority: | high | Milestone: | 1.3 |
Component: | DojoX Grid | Version: | 1.3.0b1 |
Keywords: | a11y | Cc: | Becky Gibson |
Blocked By: | Blocking: |
Description
Modify test_edit.html so that the message field is not editable. Navigate to the priority field in a row and press enter to invoke edit mode. Press tab, focus moves to the Mark field, press tab again and focus moves to the status field in edit mode, press tab again and focus moves to the message field - it should not. Instead focus should move to the next editable field (in this example Amount) in edit mode. Focus should not move to non-editable cells when you are navigating via the tab or shift tab key in edit mode.
Attachments (2)
Change History (5)
Changed 12 years ago by
Attachment: | 8758.patch added |
---|
comment:1 Changed 12 years ago by
Summary: | tabbing through editable cells should not stop at non-editable cells → [patch] [ccla] tabbing through editable cells should not stop at non-editable cells |
---|
Marked as 1.3, high so Bryan would take a look. This uses recursion so needs a careful review. Attached patch also fixes #7924
comment:2 Changed 12 years ago by
Changed 12 years ago by
Attachment: | 8758a.patch added |
---|
also fixes #7924