Merge pull request #2495 from hydra/set-focus-on-problems-dialog

Put keyboard focus on the 'Close' button of the problems dialog.
10.8-maintenance
Michael Keller 2021-06-06 15:00:17 +12:00 committed by GitHub
commit 517393a289
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -429,6 +429,7 @@ function checkReportProblems() {
problemDialog.showModal();
$('#dialogReportProblems').scrollTop(0);
$('#dialogReportProblems-closebtn').focus();
}
processUid();