[jQuery] open modal from onClose of previous modal -- problems
I have a case where I wanted to open modal "B" from the onClose
handler of modal "A". This works fine, but then the "close" button of
modal "B" fails to function properly. However, if in the onClose
handler, i simply do a setTimeout(...,0) to delay the re-opening of
the modal until immediately after the onClose handler finishes, and
everything works fine.
Are you aware of this problem/bug/limitation?