ACS-3550 Fixed accessibility issues related with move and copy dialogs (#7961)

* ACS-3550 Fixed accessibility issues related with move and copy dialogs

* ACS-3550 Revert changes for button role for cells

* ACS-3550 Shorter css rule

* ACS-3550 Fixed lint issues

* ACS-3550 Changed selector to fix e2e tests
This commit is contained in:
AleksanderSklorz
2022-11-11 21:20:05 +01:00
committed by GitHub
parent 1109a73a19
commit ba05d3a1df
11 changed files with 55 additions and 18 deletions

View File

@@ -20,6 +20,7 @@
"CLAIM": "CLAIM",
"UNCLAIM": "RELEASE",
"START PROCESS": "START PROCESS",
"DATA_LOADING": "Data is loading",
"NOTIFICATIONS": {
"NO_MESSAGE": "You have no notifications at this time.",
"TITLE": "Notifications",
@@ -219,8 +220,7 @@
"CREATED_DATE": "Created Date",
"MODIFIER": "Modifier",
"MODIFIED_DATE": "Modified Date",
"CONTENT_TYPE": "Content Type",
"DATA_LOADING": "Data is loading"
"CONTENT_TYPE": "Content Type"
},
"CONTENT_TYPE": {
"DIALOG": {
@@ -581,6 +581,7 @@
}
},
"ADF_DROPDOWN": {
"LOADING": "Loading..."
"LOADING": "Loading...",
"SELECTION_ARIA_LABEL": "{{placeholder}} listbox {{selectedOption}}"
}
}

View File

@@ -11,5 +11,6 @@
<mat-progress-bar *ngIf="isLoading"
mode="indeterminate"
class="adf-infinite-pagination-spinner"
data-automation-id="adf-infinite-pagination-spinner"></mat-progress-bar>
data-automation-id="adf-infinite-pagination-spinner"
[attr.aria-label]="'DATA_LOADING' | translate"></mat-progress-bar>
</div>