You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 29, 2019. It is now read-only.
Hello,
I got some trouble with uib modal,
Sometimes, it's totally random, when I close modal using $uibModalInstance.close(smth) method, it doesn't close properly.
I saw lot's of the same issue but can't find the same setup as mine.
And as a said it's totally random, i can't reproduce it to make it work 100%.
Link to minimally-working plunker that reproduces the issue:
Here's a plunker reproducing my issue with older version, I don't want to use older version of angular or UIBS
Calling modal on button click, then when i finish to fill my form inside the modal, it fade out but I can't click anywhere, and if I inspect HTML i can see the modal HTML.
Set animation false do not solve the bug.
Any suggestion of what could be wrong ?
Version of Angular, UIBS, and Bootstrap
Angular: 1.5.6
Angular Animate : 1.5.6
UIBS: 2.5.0
Bootstrap: 3.3.7
The text was updated successfully, but these errors were encountered:
I am having a similar issue trying to close a component modal in Chrome Version 61.0.3163.100 (Official Build) (64-bit). Here is what I see in the sources window:
I think this version of Chrome sees this.close as trying to close the window. I am using controllerAs: 'vm' and when I change this.close to vm.close the problem goes away.
Bug description:
Hello,
I got some trouble with uib modal,
Sometimes, it's totally random, when I close modal using $uibModalInstance.close(smth) method, it doesn't close properly.
I saw lot's of the same issue but can't find the same setup as mine.
And as a said it's totally random, i can't reproduce it to make it work 100%.
Link to minimally-working plunker that reproduces the issue:
Here's a plunker reproducing my issue with older version, I don't want to use older version of angular or UIBS
http://plnkr.co/edit/lQMQm5NJuRHkTBfER7cq?p=preview
Steps to reproduce the issue:
Here's my code:
Call modal Method:
Closing method on other Controller :
Calling modal on button click, then when i finish to fill my form inside the modal, it fade out but I can't click anywhere, and if I inspect HTML i can see the modal HTML.
Set animation false do not solve the bug.
Any suggestion of what could be wrong ?
Version of Angular, UIBS, and Bootstrap
Angular: 1.5.6
Angular Animate : 1.5.6
UIBS: 2.5.0
Bootstrap: 3.3.7
The text was updated successfully, but these errors were encountered: