angular-block-ui icon indicating copy to clipboard operation
angular-block-ui copied to clipboard

When unblocking the UI wait cursor doesn't go away on IE 10

Open marcosvitali opened this issue 10 years ago • 3 comments
trafficstars

Ref: the same in https://github.com/malsup/blockui/issues/59

Workarround:

add in css:

.block-ui-active-cursor-default > .block-ui-container { cursor: default; }

modify in js

$scope.$watch('$_blockUiState.blockCount > 0', function (value) { $element.toggleClass('block-ui-active', !!value); $element.toggleClass('.block-ui-active-cursor-default', !value);
});

marcosvitali avatar Mar 18 '15 20:03 marcosvitali

Sory. my workarround doesnt work :( the real problem is Explores has a 2seg delay. I undesrtand the porblem better I need to move the cursor in IE10 to refresh haha

marcosvitali avatar Mar 18 '15 21:03 marcosvitali

Any update on this issue?

hbostic avatar Sep 23 '15 19:09 hbostic

Any Update? Facing same issue in IE 11 as well.

laxmisalunkhe avatar May 19 '17 05:05 laxmisalunkhe