1) Added accessibility support in AlertifyJS. Fixes #5154

2) Fix accessibility issue for the maximize button of the Alertify dialog. Fixes #5143
This commit is contained in:
Pradip Parkale
2020-02-25 18:23:36 +05:30
committed by Akshay Joshi
parent 787c11efda
commit eaf4781f5f
7 changed files with 16 additions and 6 deletions

View File

@@ -44,6 +44,7 @@ export class BackupDialogWrapper extends DialogWrapper {
type: 'button',
url: 'backup.html',
label: gettext('Backup'),
'aria-label': gettext('Backup')
},
}, {
text: '',
@@ -52,7 +53,7 @@ export class BackupDialogWrapper extends DialogWrapper {
attrs: {
name: 'dialog_help',
type: 'button',
label: gettext('Backup'),
label: gettext('Help'),
'aria-label': gettext('Help'),
url: url_for('help.static', {
'filename': get_help_file(this.typeOfDialog),