Commit 79f3d7fa authored by Alexander.Trofimov's avatar Alexander.Trofimov Committed by Alexander.Trofimov

Закрытие при других нажатиях на клавиши.

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@55403 954022d7-b5bf-4e40-9824-e11837661b57
parent 6a7c8bb1
......@@ -115,8 +115,9 @@
if (this.isVisible) {
this.selectorStyle.display = "none";
this.isVisible = false;
this._clearList();
}
this._clearList();
};
PopUpSelector.prototype.setPosition = function (cellRect) {
this.selectorStyle["left"] = (cellRect.asc_getX() + 10) + "px";
......@@ -161,6 +162,8 @@
default:
retVal = true;
}
if (retVal)
this.hide();
return retVal;
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment