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