FIX: tab should select and focus next tabindex

This commit is contained in:
Joffrey JAFFEUX 2017-11-21 23:28:48 +01:00 committed by GitHub
parent 8d98752b57
commit 761f4afd85
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -125,9 +125,9 @@ export default Ember.Mixin.create({
if (this.get("isExpanded") === false) {
this.unfocus(event);
} else if (this.$highlightedRow().length === 1) {
this._destroyEvent(event);
Ember.run.throttle(this, this._rowClick, this.$highlightedRow(), 150, 150, true);
this.focus(event);
this.unfocus(event);
return true;
} else {
this._destroyEvent(event);
this.unfocus(event);