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

Fix Bug 21684 - Не происходит перемещение цитаты комментария при...

Fix Bug 21684 - Не происходит перемещение цитаты комментария при "перетаскивании" ячейки содержащей комментарий

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@51107 954022d7-b5bf-4e40-9824-e11837661b57
parent 7392b5ef
...@@ -629,6 +629,9 @@ function asc_CCellCommentator(currentSheet) { ...@@ -629,6 +629,9 @@ function asc_CCellCommentator(currentSheet) {
comment.nCol += colOffset; comment.nCol += colOffset;
comment.nRow += rowOffset; comment.nRow += rowOffset;
var cellAddress = new CellAddress(comment.nRow, comment.nCol, 0);
comment.sQuoteText = cellAddress.getID() + " : " + _this.worksheet.model.getCell(cellAddress).getValueWithFormat();
_this.worksheet.model.workbook.handlers.trigger("asc_onChangeCommentData", comment.asc_getId(), comment);
var commentAfter = new asc_CCommentData(comment); var commentAfter = new asc_CCommentData(comment);
......
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