focus on OK button when we pop an alert
This commit is contained in:
@@ -952,6 +952,9 @@ define([
|
||||
cb(ev);
|
||||
stopListening(keyHandler);
|
||||
});
|
||||
window.setTimeout(function () {
|
||||
findOKButton().focus();
|
||||
});
|
||||
};
|
||||
|
||||
common.prompt = function (msg, def, cb, opt) {
|
||||
|
||||
Reference in New Issue
Block a user