-
Notifications
You must be signed in to change notification settings - Fork 27.4k
Bug Dialog in AngularJS@1.4.4 #12990
Comments
I think it, having a more concise reproduction would help. |
bug in my app too |
It seems in the plnkr, a file called bootstrap-modal.js is missing. |
Okay @Narretz , this bootstrap-modal.js import was a modified version of Bootstrap, but could simulate the problem using the original version of them just forgot to remove the import, I'm sorry. Towards a more concise playing, I do not know how to do, I cleared my code as much as I could without compromising the flow of my scenario. Right now, I need your help with more skills on the subject. Simulation: http://embed.plnkr.co/3fLH5OaVQrnzalj8831U/preview Thank you! |
It's because of this commit: 6838c97 It does seem to have side-effect after all, but we need to investigate more (you are welcome to look at it, too). |
@lgalfaso Do you think you could take a look at this? It seems to happen because of the $q performance improvement you committted. |
removing the lines of commit, works fine! |
I've checked this again, and this is a bug in the dialog directive. This has only worked before by chance, because the directive is doing some really odd stuff. |
Built a module to manage the loading templates for Modal Bootstrap. After upgrading my version of angularjs@1.4.4, to close a Modal, I can not open it.
Simulation: (http://embed.plnkr.co/3fLH5OaVQrnzalj8831U/preview)
Open your console in the browser, click the "Open Modal" button, it opened perfectly and the island was writing an element I scored. After open, close the Modal and try to open it again, see that it was no longer displayed. Note that the console the writing element is different from the first time it was opened.
Note: Change the version of angularjs@1.4.3 and see that the problem does not happen.
The text was updated successfully, but these errors were encountered: