ngx-ui-loader icon indicating copy to clipboard operation
ngx-ui-loader copied to clipboard

ngx-ui-loader v7.7.2 mouse hanged after loading finished

Open hossameh opened this issue 5 years ago • 2 comments

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:

  1. 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.

hossameh avatar Sep 18 '20 22:09 hossameh

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>

majadinjar avatar Aug 27 '21 19:08 majadinjar

Hi. Any updates on this issue ?

xakeppok avatar Nov 08 '21 13:11 xakeppok