|
|
@@ -92,6 +92,9 @@ MWF.xApplication.cms.FormDesigner.Main = new Class({
|
|
|
if (this.shortcut) {
|
|
|
if (this.form) {
|
|
|
// if (this.form.isFocus){
|
|
|
+ if (!this.form.node.contains(document.activeElement)){
|
|
|
+ return false;
|
|
|
+ }
|
|
|
if (this.form.currentSelectedModule) {
|
|
|
var module = this.form.currentSelectedModule;
|
|
|
if (module.moduleType != "form" && module.moduleName.indexOf("$") == -1) {
|