coreui / coreui-free-angular-admin-template

CoreUI Angular is free Angular 17 admin template based on Bootstrap 5

Home Page:http://coreui.io/angular/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Modal Problem

kernle27 opened this issue · comments

The Modal in Version 4.2.5 does not show up correctly. If i click once on the button who opens the modal shows only the backdrop. And only i press another input like strg. The modal opens.

Yeah, the problem is , if i click on the button it opens but the animation don't play so it looks like. I only see the backdrop. And after i click control or smthng it opens. Did u have any ideas what i can do?

@kernle27 we cannot reproduce your issue

what's your:

  • Browser and version (Chrome, Firefox, Safari, Microsoft Edge, Opera, Android Browser)
  • @coreui/angular version
  • @coreui/coreui version

What do you see in DevTools Elements for c-modal component? (screenshot will do)

@xidedix i have tryed to reproduce it in Stackblitz. But it works there.
i use Google Chrome Browser.
If i set [transition]="false" on the Modal it looks like that it work.
So i think there is a problem with my Installation / Dependencies or something.

@kernle27 Could you please check if it works with @coreui/angular@4.2.3 exact?

edit: what's your ChangeDetectionStrategy ?

@kernle27
fixed in @coreui/angular@4.2.7
let us know if it works for you

@xidedix yes that did work for me. Very nice 👍 Thank you 😊

@kernle27 thanks for pointing this out 👍