mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
[ADF-4953] Uploader - confirmation dialog actions should return focus to the upload dialog (#5148)
* trap confirmation dialog * focus dialog when not in confirmation state * test
This commit is contained in:
committed by
Eugenio Romano
parent
b1bccdb0e3
commit
1d7ef62095
@@ -107,7 +107,7 @@
|
||||
</footer>
|
||||
|
||||
<footer class="adf-upload-dialog__actions"
|
||||
*ngIf="isConfirmation">
|
||||
*ngIf="isConfirmation" cdkTrapFocus cdkTrapFocusAutoCapture>
|
||||
<button
|
||||
id="adf-upload-dialog-cancel"
|
||||
[attr.aria-label]="'ADF_FILE_UPLOAD.ARIA-LABEL.CONFIRMATION.CANCEL' | translate"
|
||||
|
Reference in New Issue
Block a user