ngx-ui-loader
ngx-ui-loader copied to clipboard
ngx-ui-loader v7.7.2 mouse hanged after loading finished
Describe the bug mouse still appear loading and can't click on any button on the page after loader finished loading.
To Reproduce Please provide basic setup/reproduction on Stackblitz Steps to reproduce the behavior:
- after loader finished loading and disappear, mouse keep loading and hanged and can'r click on anything for a while
Expected behaviour mouse can be used after loader finished as normal behavior.
Screenshots If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
- OS: Win 10
- Browser chrome,Firefox
- Version Latest
Additional context Add any other context about the problem here.
Same here, latest ngx-ui-loader version, Angular 12. These are left in DIV after loading spinner and overlay stopped:
<ngx-ui-loader>
<div class="ngx-progress-bar ngx-progress-bar-ltr" style="height: 3px; color: rgb(0, 172, 193);"></div>
<div _ngcontent-vrb-c11="" class="ngx-overlay" style="background-color: rgba(40, 40, 40, 0.8); border-radius: 0px;">
<div _ngcontent-vrb-c11="" class="ngx-foreground-spinner center-center" style="color: rgb(0, 172, 193); width: 60px; height: 60px; top: 50%;">
<div _ngcontent-vrb-c11="" class="sk-ball-spin-clockwise">
<div _ngcontent-vrb-c11=""></div>
</div>
</div>
<div _ngcontent-vrb-c11="" class="ngx-loading-text center-center" style="top: 50%; color: rgb(255, 255, 255);"></div>
</div>
<div _ngcontent-vrb-c11="" class="ngx-background-spinner bottom-right" style="width: 60px; height: 60px; color: rgb(0, 172, 193); opacity: 0.5;">
<div _ngcontent-vrb-c11="" class="sk-ball-spin-clockwise">
<div _ngcontent-vrb-c11=""></div>
</div>
</div>
</ngx-ui-loader>
Hi. Any updates on this issue ?