Commit 300b0e94 authored by Dmitry.Vikulov's avatar Dmitry.Vikulov Committed by Alexander.Trofimov

- Не сохранялись resolved комментарии

- Исправлен баг с скрытием хидеров при наличии граф.объекта

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@50798 954022d7-b5bf-4e40-9824-e11837661b57
parent 48786631
...@@ -3302,7 +3302,7 @@ function DrawingObjects() { ...@@ -3302,7 +3302,7 @@ function DrawingObjects() {
} }
} }
// Restore // Restore
_this.restoreGraphicsCanvas(shapeOverlayCtx); _this.restoreGraphicsCanvas(shapeCtx);
} }
} }
if ( !printOptions ) { if ( !printOptions ) {
......
...@@ -1551,7 +1551,7 @@ asc_CCellCommentator.prototype = { ...@@ -1551,7 +1551,7 @@ asc_CCellCommentator.prototype = {
for (var i = 0; i < length; i++) { for (var i = 0; i < length; i++) {
var commentCell = _this.aComments[i]; var commentCell = _this.aComments[i];
if ( !commentCell.asc_getDocumentFlag() && !commentCell.asc_getSolved() && !commentCell.asc_getHiddenFlag() && (commentCell.nLevel == 0) ) { if ( !commentCell.asc_getDocumentFlag() /*&& !commentCell.asc_getSolved()*/ && !commentCell.asc_getHiddenFlag() && (commentCell.nLevel == 0) ) {
if ( !mergedRange ) { if ( !mergedRange ) {
if ( (_col == commentCell.nCol) && (_row == commentCell.nRow) ) if ( (_col == commentCell.nCol) && (_row == commentCell.nRow) )
comments.push(commentCell); comments.push(commentCell);
......
...@@ -1816,7 +1816,7 @@ ...@@ -1816,7 +1816,7 @@
this._fixSelectionOfMergedCells(); this._fixSelectionOfMergedCells();
this._fixSelectionOfHiddenCells(); this._fixSelectionOfHiddenCells();
this._drawGraphic(); this._drawGraphic();
this.objectRender.showDrawingObjects(false); this.objectRender.showDrawingObjectsEx(false);
if (this.overlayCtx) { if (this.overlayCtx) {
this._drawSelection(); this._drawSelection();
} }
......
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