Commit 4c2c5ea5 authored by Sergey.Luzyanin's avatar Sergey.Luzyanin Committed by Alexander.Trofimov

Bug 28083 - [CoEdit][Copy&Paste] Происходит вставка данных в залоченную...

Bug 28083 - [CoEdit][Copy&Paste] Происходит вставка данных в залоченную область с помощью контекстного меню

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@60326 954022d7-b5bf-4e40-9824-e11837661b57
parent 6aec71a9
...@@ -1408,6 +1408,8 @@ asc_docs_api.prototype.Cut = function(){ ...@@ -1408,6 +1408,8 @@ asc_docs_api.prototype.Cut = function(){
return Editor_Copy_Button(this, true) return Editor_Copy_Button(this, true)
} }
asc_docs_api.prototype.Paste = function(){ asc_docs_api.prototype.Paste = function(){
if (false === this.WordControl.m_oLogicDocument.Document_Is_SelectionLocked(changestype_Drawing_Props))
{
if (!window.GlobalPasteFlag) if (!window.GlobalPasteFlag)
{ {
if (!window.USER_AGENT_SAFARI_MACOS) if (!window.USER_AGENT_SAFARI_MACOS)
...@@ -1425,6 +1427,7 @@ asc_docs_api.prototype.Paste = function(){ ...@@ -1425,6 +1427,7 @@ asc_docs_api.prototype.Paste = function(){
} }
} }
} }
}
}; };
asc_docs_api.prototype.Share = function(){ asc_docs_api.prototype.Share = function(){
......
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