Commit 82928ff8 authored by Sergey.Luzyanin's avatar Sergey.Luzyanin Committed by Alexander.Trofimov

Bug 28301 - JS ошибка после клика в chart title и обратно на канву

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@60635 954022d7-b5bf-4e40-9824-e11837661b57
parent 0dad0512
......@@ -4420,7 +4420,7 @@ DrawingObjectsController.prototype =
this.handleEventMode = HANDLE_EVENT_MODE_CURSOR;
oCursorInfo = this.curState.onMouseDown(e, x, y, pageIndex, bTextFlag);
this.handleEventMode = HANDLE_EVENT_MODE_HANDLE;
return !(oTitle === oCursorInfo.title);
return !(isRealObject(oCursorInfo) && oTitle === oCursorInfo.title);
},
checkChartTextSelection: function(bNoRedraw)
......
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