Skip to content

Commit 2c240fa

Browse files
orsolyaDekanymarkocikos
authored andcommitted
AUI-3202 Add tabindex to allow focus on scroll
1 parent 4cbeabc commit 2c240fa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/aui-scheduler/js/aui-scheduler-base-view.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -452,6 +452,7 @@ var SchedulerView = A.Component.create({
452452
if (bodyNode) {
453453
bodyNode.toggleClass(CSS_SCHEDULER_VIEW_SCROLLABLE, val);
454454
bodyNode.toggleClass(CSS_SCHEDULER_VIEW_NOSCROLL, !val);
455+
bodyNode.setAttribute('tabindex', 0);
455456
}
456457
}
457458
}

0 commit comments

Comments
 (0)