Skip to content

Commit

Permalink
Commit changed files and submodule updates
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-n-cooper-bot authored and github-actions[bot] committed Aug 8, 2023
1 parent b0b6205 commit 0660baa
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion _external/aria-practices
2 changes: 1 addition & 1 deletion _external/data
Submodule data updated 1 files
+1 −1 navigation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,9 @@ function TreeGrid(treegridElem, doAllowRowFocus, doStartRowFocus) {
// textarea not supported as a cell widget as it's multiple lines
// and needs up/down keys
// These should all be descendants of a cell
var nodeList = root.querySelectorAll('a,button,input,td>[tabindex]');
var nodeList = root.querySelectorAll(
'a,button,input,select,textarea,td>[tabindex]'
);
return Array.prototype.slice.call(nodeList);
}

Expand Down

0 comments on commit 0660baa

Please sign in to comment.