This repository has been archived by the owner on May 29, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6.7k
Modal backdrop does not fade out on close #3182
Labels
Milestone
Comments
Hi @ezzatron - Are you able to provide a plunkr and the version(s) of Angular/Bootstrap and UI you are using? |
I don't have it in front of me right now, but both bootstrap and angular-ui/bootstrap are the latest stable versions available on bower. I can put together a plunkr tomorrow if it's required, but the two links I pasted exhibit the behaviors I'm referring to. To demonstrate the expected behavior:
To demonstrate the actual behavior:
It probably sounds like a minor thing, but since the angular-ui backdrop does fade in, it's quite jarring when doesn't fade out. Does that help, or do you still need a plunkr? |
That should be enough, thanks! |
+1 |
AlicanC
added a commit
to AlicanC/bootstrap
that referenced
this issue
Mar 17, 2015
chrisirhc
added a commit
to chrisirhc/angular-ui-bootstrap
that referenced
this issue
Mar 19, 2015
- Fix scope.$apply call not working previously because scope was already destroyed. Use $rootScope instead. - Move $destroy call nearer to the dom removal. - Remove fallback timer (emulateTime param) Fixes angular-ui#2585 Fixes angular-ui#2674 Fixes angular-ui#2536 Fixes angular-ui#2790 Fixes angular-ui#3182
chrisirhc
added a commit
to chrisirhc/angular-ui-bootstrap
that referenced
this issue
Mar 23, 2015
- Fix scope.$apply call not working previously because scope was already destroyed. Use $rootScope instead. - Move $destroy call nearer to the dom removal. - Remove fallback timer (emulateTime param) Fixes angular-ui#2585 Fixes angular-ui#2674 Fixes angular-ui#2536 Fixes angular-ui#2790 Fixes angular-ui#3182 Closes angular-ui#2724
ayakovlevgh
pushed a commit
to ayakovlevgh/bootstrap
that referenced
this issue
Mar 24, 2015
- Fix scope.$apply call not working previously because scope was already destroyed. Use $rootScope instead. - Move $destroy call nearer to the dom removal. - Remove fallback timer (emulateTime param) Fixes angular-ui#2585 Fixes angular-ui#2674 Fixes angular-ui#2536 Fixes angular-ui#2790 Fixes angular-ui#3182 Closes angular-ui#2724
dyatchenko, +1 |
2 similar comments
dyatchenko, +1 |
dyatchenko, +1 |
Modal backdrop does not fade out on close help me |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
See http://getbootstrap.com/javascript/#modals for expected close animation. Whereas with http://angular-ui.github.io/bootstrap/#/modal, the modal itself animates on close, but the backdrop simply disappears suddenly.
The text was updated successfully, but these errors were encountered: