Commit 86a5d140 authored by Alexander.Trofimov's avatar Alexander.Trofimov Committed by Alexander.Trofimov

У ActiveRange не перегружаем isEqual. Если кому-то нужно полное сравнение, будет метод isEqual

Баг с невозможностью уйти с замерженной ячейки клавишей enter или tab

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@56255 954022d7-b5bf-4e40-9824-e11837661b57
parent c1bb7b85
...@@ -398,7 +398,7 @@ ...@@ -398,7 +398,7 @@
this._updateAdditionalData(); this._updateAdditionalData();
return this; return this;
}; };
ActiveRange.prototype.isEqual = function () { ActiveRange.prototype.isEqualAll = function () {
var bRes = ActiveRange.superclass.isEqual.apply(this, arguments); var bRes = ActiveRange.superclass.isEqual.apply(this, arguments);
if(bRes && arguments.length > 0) if(bRes && arguments.length > 0)
{ {
......
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