mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-4970] Improve breadcrumb accessibility (#5187)
* [ADF-4970] improve accessibility for dropdown-breadcrumb - allow keyboard only control * [ADF-4970] add accessibility improvements to breadcrumb.component * [ADF-4970] more fixes & preventDefault for click event * [ADF-4970] better keyboard-only experience when selecting a breadcrumb option * [ADF-4970] set focus color on content-node-selector breadcrumb * [ADF-4970] set aria-current to location * [ADF-4970] extra check - fix unit test
This commit is contained in:
committed by
Eugenio Romano
parent
0aed1845a0
commit
d35e8d8523
@@ -54,6 +54,7 @@ export class DropdownBreadcrumbComponent extends BreadcrumbComponent implements
|
||||
open(): void {
|
||||
if (this.dropdown) {
|
||||
this.dropdown.open();
|
||||
this.dropdown.focus();
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user