Prevent the tabbable area from being restricted to the toolbox and workspace.

This commit is contained in:
Sean Lip
2016-08-10 18:30:16 -07:00
parent 73fbc06d4a
commit 3a1d9cdec1
6 changed files with 36 additions and 33 deletions

View File

@@ -47,7 +47,7 @@ blocklyApp.WorkspaceComponent = ng.core
<div *ngIf="workspace">
<ol #tree *ngFor="#block of workspace.topBlocks_; #i = index"
tabIndex="0" role="tree" class="blocklyTree blocklyWorkspaceTree"
tabindex="0" role="tree" class="blocklyTree blocklyWorkspaceTree"
[attr.aria-activedescendant]="getActiveDescId(tree.id)"
[attr.aria-labelledby]="workspaceTitle.id"
(keydown)="onKeypress($event, tree)">