Commit d5aa142f authored by Oleg.Korshul's avatar Oleg.Korshul Committed by Alexander.Trofimov

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@49717 954022d7-b5bf-4e40-9824-e11837661b57
parent d39f7f34
......@@ -1768,7 +1768,12 @@ function Editor_Paste_GetElem(api, bClean)
if(!pastebin){
pastebin = document.createElement("div");
pastebin.setAttribute( 'id', PASTE_ELEMENT_ID );
pastebin.style.position = 'absolute';
if (/MSIE/g.test(navigator.userAgent))
pastebin.style.position = 'fixed';
else
pastebin.style.position = 'absolute';
pastebin.style.top = '-100px';
pastebin.style.left = '0px';
pastebin.style.width = '10000px';
......
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