From 101bf89c5da9eea2274008d56bfc1e0062bfbb8f Mon Sep 17 00:00:00 2001 From: Alexei Koshelev Date: Wed, 19 Jul 2023 16:06:04 +0300 Subject: [PATCH] [PE SSE] Added loader after password entry in embed mode --- apps/documenteditor/embed/js/ApplicationController.js | 1 - apps/presentationeditor/embed/index.html | 6 +++++- apps/presentationeditor/embed/js/ApplicationController.js | 4 +++- apps/spreadsheeteditor/embed/index.html | 7 ++++++- apps/spreadsheeteditor/embed/js/ApplicationController.js | 4 +++- 5 files changed, 17 insertions(+), 5 deletions(-) diff --git a/apps/documenteditor/embed/js/ApplicationController.js b/apps/documenteditor/embed/js/ApplicationController.js index 19a0605acc..39ec087608 100644 --- a/apps/documenteditor/embed/js/ApplicationController.js +++ b/apps/documenteditor/embed/js/ApplicationController.js @@ -685,7 +685,6 @@ DE.ApplicationController = new(function(){ common.controller.modals.createDlgPassword(submitPassword); $('#loading-mask').removeClass("end-animation"); $('#loading-mask').addClass("none-animation"); - //hidePreloader(); onLongActionEnd(Asc.c_oAscAsyncActionType['BlockInteraction'], LoadingDocument); } } diff --git a/apps/presentationeditor/embed/index.html b/apps/presentationeditor/embed/index.html index 0c50e4d949..1bcbdfd454 100644 --- a/apps/presentationeditor/embed/index.html +++ b/apps/presentationeditor/embed/index.html @@ -23,7 +23,7 @@ overflow: hidden; border: none; background-color: #f4f4f4; - z-index: 10000; + z-index: 1000; } .loadmask > .brendpanel { @@ -138,6 +138,10 @@ 50% { opacity:0.3; } 100% { opacity:1; } } + + .loadmask.none-animation > .placeholder .slide-container { + animation: none; + }