Skip to content
This repository has been archived by the owner on May 29, 2019. It is now read-only.

NG-animate broke modal in chrome #2803

Closed
johnstonmatt opened this issue Oct 8, 2014 · 3 comments
Closed

NG-animate broke modal in chrome #2803

johnstonmatt opened this issue Oct 8, 2014 · 3 comments

Comments

@johnstonmatt
Copy link

I have a pretty weird bug where my modals won't show up in chrome, but the screen dims and if I tap escape they show for a split second.

Looking at answers to previous issues (december 2013) I think I might have to build with grunt, but I tried that and couldnt seem to get that to work either. I'm running angular 1.2.26 Ui-Bootstrap 0.10.0 and angular-animate 1.2.26

@johnstonmatt
Copy link
Author

the fix for this is to add

.modal {
display: block;
}
to your css

@cvrebert
Copy link
Contributor

Latest UI-Bootstrap release is 0.11.2; you should try upgrading.
Also, I assume from your description that you're talking about Android Chrome?
Finally, you'll need to post a Plnkr demo of the problem, per the contributing guidelines.

@wesleycho
Copy link
Contributor

Closing as fixed by #2724.

@karianna karianna modified the milestones: 0.13.0, Purgatory Apr 12, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

5 participants