We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17ef53d commit f2c6493Copy full SHA for f2c6493
webapp/public/js/domjudge.js
@@ -976,7 +976,7 @@ function initializeKeyboardShortcuts() {
976
return;
977
}
978
// Check if the user is not typing in an input field.
979
- if (e.target.tagName === 'INPUT' || e.target.tagName === 'TEXTAREA') {
+ if (e.target.tagName === 'INPUT' || e.target.tagName === 'TEXTAREA' || document.activeElement.role === 'textbox') {
980
981
982
var key = e.key.toLowerCase();
0 commit comments