Commit c7745363 authored by Sergey.Luzyanin's avatar Sergey.Luzyanin

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 7858dd18
...@@ -4420,7 +4420,7 @@ DrawingObjectsController.prototype = ...@@ -4420,7 +4420,7 @@ DrawingObjectsController.prototype =
this.handleEventMode = HANDLE_EVENT_MODE_CURSOR; this.handleEventMode = HANDLE_EVENT_MODE_CURSOR;
oCursorInfo = this.curState.onMouseDown(e, x, y, pageIndex, bTextFlag); oCursorInfo = this.curState.onMouseDown(e, x, y, pageIndex, bTextFlag);
this.handleEventMode = HANDLE_EVENT_MODE_HANDLE; this.handleEventMode = HANDLE_EVENT_MODE_HANDLE;
return !(oTitle === oCursorInfo.title); return !(isRealObject(oCursorInfo) && oTitle === oCursorInfo.title);
}, },
checkChartTextSelection: function(bNoRedraw) 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