Put keyboard focus on the 'Close' button of the problems dialog to make
it quicker to dismiss.10.8-maintenance
parent
f828cab249
commit
90de7768cf
|
@ -429,6 +429,7 @@ function checkReportProblems() {
|
|||
|
||||
problemDialog.showModal();
|
||||
$('#dialogReportProblems').scrollTop(0);
|
||||
$('#dialogReportProblems-closebtn').focus();
|
||||
}
|
||||
|
||||
processUid();
|
||||
|
|
Loading…
Reference in New Issue