back to previous focus indication for the tree; show actions for focused tree row

This commit is contained in:
Benjamin Pasero
2016-01-20 19:02:30 +01:00
parent 1b8fca6c2c
commit 3330e7e20e
6 changed files with 23 additions and 20 deletions

View File

@@ -90,7 +90,7 @@ export class Checkbox extends Widget {
}
public disable(): void {
this.domNode.tabIndex = -1;
this.domNode.removeAttribute('tabIndex');
this.domNode.setAttribute('aria-disabled', String(true));
}
}