From c8d7e63f4b5cd6aaf7d30c3d7afc6b3af02443fd Mon Sep 17 00:00:00 2001 From: nikita Date: Fri, 28 Feb 2020 16:09:10 +0530 Subject: [PATCH] Bug #22573 fixed --- 400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js index d7b26fc..5f5b1f5 100644 --- a/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js +++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js @@ -1018,7 +1018,7 @@ AIA.controller("DAController", ["$scope", "$rootScope", "$compile", "$http", "$l $("#navigatorDiv_"+windowviewid).css({"min-width":"auto", "min-height":"auto"}); $(".containment-wrapper-"+windowviewid).css("min-width", "auto"); } - $("#transparencyScale_"+windowviewid).draggable(); + $("#transparencyScale_" + windowviewid).draggable({containment:'window'}); $("#draggable_"+windowviewid).draggable({ containment: ".containment-wrapper-"+windowviewid, scroll: false }); } -- libgit2 0.21.4