Commit 3fd17575 authored by Igor.Zotov's avatar Igor.Zotov Committed by Alexander.Trofimov

отменил выставления прозрачного цвета у body на момент вставки

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@57160 954022d7-b5bf-4e40-9824-e11837661b57
parent c4a4993c
......@@ -212,9 +212,9 @@ function Editor_Copy(api, bCut)
document.body.style["-webkit-user-select"] = "text";
var oldBackgroundcolor = document.body.style["background-color"];
var oldColor = document.body.style["color"];
//var oldColor = document.body.style["color"];
document.body.style["background-color"] = "transparent";
document.body.style["color"] = "transparent";
//document.body.style["color"] = "transparent";
ElemToSelect.style.MozUserSelect = "all";
......@@ -293,7 +293,7 @@ function Editor_Copy(api, bCut)
document.body.style["-webkit-user-select"] = "none";
document.body.style["background-color"] = oldBackgroundcolor;
document.body.style["color"] = oldColor;
//document.body.style["color"] = oldColor;
ElemToSelect.style.MozUserSelect = "none";
......
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