From 99fd7a457f90b825f8816dec74e80c0e79329a64 Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 23 Feb 2018 15:13:02 +0530 Subject: [PATCH] Bug #28577: Google Chrome > Lab Exercise > The User should be able to see the preview while dragging the answer. --- 400-SOURCECODE/AIAHTML5.Web/app/controllers/LabExercController.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/LabExercController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/LabExercController.js index 1831c0f..bd8e590 100644 --- a/400-SOURCECODE/AIAHTML5.Web/app/controllers/LabExercController.js +++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/LabExercController.js @@ -171,7 +171,7 @@ function ($scope, $rootScope, pages, log, $http, DataService, $filter, $location $scope.handleDragStart = function (e) { - this.style.opacity = '0.4'; + this.style.opacity = '0.8'; e.dataTransfer.setData('text/plain', this.innerHTML); $scope.dragableId = $(this).attr("Id"); -- libgit2 0.21.4