Commit 8f4bf13f authored by Dmitry.Shahtanov's avatar Dmitry.Shahtanov Committed by Alexander.Trofimov

Fixed issue #30647 - Если ввести недостаточно аргументов в формулу после...

Fixed issue #30647 - Если ввести недостаточно аргументов в формулу после нажатия Enter данные удаляются(http://bugzserver/show_bug.cgi?id=30647)

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@65999 954022d7-b5bf-4e40-9824-e11837661b57
parent e6d87901
......@@ -5122,7 +5122,7 @@ Cell.prototype.setValue=function(val,callback, isCopyPaste){
case c_oAscError.ID.FrmlWrongFunctionName:
break;
case c_oAscError.ID.FrmlParenthesesCorrectCount:
this.setValue("="+this.formulaParsed.Formula);
this.setValue("="+this.formulaParsed.Formula, callback);
return;
default :{
wb.handlers.trigger("asc_onError",this.formulaParsed.error[this.formulaParsed.error.length-1], c_oAscError.Level.NoCritical);
......
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