diff --git a/src/app/navbar/expandable-navbar-section/expandable-navbar-section.component.html b/src/app/navbar/expandable-navbar-section/expandable-navbar-section.component.html index 70d6b2b5b2a..00517a74cf0 100644 --- a/src/app/navbar/expandable-navbar-section/expandable-navbar-section.component.html +++ b/src/app/navbar/expandable-navbar-section/expandable-navbar-section.component.html @@ -9,6 +9,7 @@ (keyup.space)="toggleSection($event)" (click)="toggleSection($event)" (keydown.space)="$event.preventDefault()" + (keydown.tab)="deactivateSection($event, false)" aria-haspopup="menu" data-test="navbar-section-toggler" [attr.aria-expanded]="(active$ | async).valueOf()" @@ -22,7 +23,7 @@ -