Commit 472fa089 authored by Oleg Korshul's avatar Oleg Korshul

.

parent 17fa4579
......@@ -762,6 +762,8 @@ function CEditorPage(api)
{
if (this.m_oApi.isMobileVersion)
{
this.m_oThumbnailsContainer.HtmlElement.style.zIndex = "11";
this.TextBoxBackground = CreateControl(AscCommon.g_inputContext.HtmlArea.id);
this.TextBoxBackground.HtmlElement.parentNode.parentNode.style.zIndex = 10;
......@@ -2846,8 +2848,14 @@ function CEditorPage(api)
ctx.stroke();
ctx.beginPath();
ctx.globalAlpha = 1.0;
if (this.MobileTouchManager)
this.MobileTouchManager.CheckSelect(overlay);
}
if (this.MobileTouchManager)
this.MobileTouchManager.CheckTableRules(overlay);
ctx.globalAlpha = 1.0;
ctx = null;
......@@ -3128,6 +3136,9 @@ function CEditorPage(api)
this.Thumbnails.SlideHeight = this.m_oLogicDocument.Height;
this.Thumbnails.SlidesCount = this.m_oDrawingDocument.SlidesCount;
this.Thumbnails.CheckSizes();
if (this.MobileTouchManager)
this.MobileTouchManager.Resize();
};
this.CheckCalculateDocumentSize = function(_bounds)
......
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