Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
hossameh opened this issue Sep 18, 2020 · 2 comments
Open

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

hossameh opened this issue Sep 18, 2020 · 2 comments

Comments

@hossameh
Copy link

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.

@majadinjar
Copy link

majadinjar commented Aug 27, 2021

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>

@xakeppok
Copy link

xakeppok commented Nov 8, 2021

Hi. Any updates on this issue ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants