Put keyboard focus on the 'Close' button of the problems dialog to make

it quicker to dismiss.
10.8-maintenance
Hydra 2021-05-25 13:31:59 +02:00 committed by Dominic Clifton
parent f828cab249
commit 90de7768cf
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();