Commit 8e96ee99 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@50145 954022d7-b5bf-4e40-9824-e11837661b57
parent 03efe349
......@@ -82,6 +82,8 @@ function asc_docs_api(name)
this.ServerIdWaitComplete = false;
this.ServerImagesWaitComplete = false;
this.ParcedDocument = false;
this.DocumentOrientation = orientation_Portrait ? true : false;
this.SelectedObjectsStack = new Array();
......@@ -919,6 +921,8 @@ asc_docs_api.prototype.OpenDocument2 = function(url, gObject)
this.FontLoader.LoadEmbeddedFonts(this.DocumentUrl, this.WordControl.m_oLogicDocument.EmbeddedFonts);
this.FontLoader.LoadDocumentFonts(this.WordControl.m_oLogicDocument.Fonts, false);
this.ParcedDocument = true;
if (window.USER_AGENT_SAFARI_MACOS)
setInterval(SafariIntervalFocus, 10);
}
......
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