ref: 3150d72800ec9f49001bf568df224375ea133747
parent: ebb7b4277e2440e66b65ac910a6af143bd2833d8
author: Ben Harris <bjh21@bjh21.me.uk>
date: Thu Nov 24 11:37:26 EST 2022
js: When opening a dialogue box, try to focus it This will make using menus from the keyboard more convenient.
--- a/emccpre.js
+++ b/emccpre.js
@@ -251,6 +251,7 @@
document.body.appendChild(dlg_dimmer);
document.body.appendChild(dlg_form);
+ dlg_form.querySelector("input,select,a").focus();
}
function dialog_cleanup() {