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
I am using bootstrap 3 and am trying to inject remote content into a modal. I want to be able to control the contents of the modal-header, body, and footer within the remote content. However, it seems like content is being injected in .modal-body rather than .modal-content and instead I am getting stacked modals. Please see twbs/bootstrap#9318
The text was updated successfully, but these errors were encountered:
Hey, urzur, just dealt with this myself. The BS3 modal includes another div wrapper with the class .modal-dialog which gives the appearance of stacked modals.
I also had to change "bar" to "progress-bar" in the default loading styles.
Right now, I'm having trouble with tap events passing through the modal on iOS7.
As BS3 is gaining more popularity, been unable to handle the whole modal from the remote content is getting more difficult to handle. Right now, as pointed out by urzur only the .modal-body can be handled and in the case of needing the whole solution, hacking bootstrap-modal seems the least discomfortable solution.
Hello,
I am using bootstrap 3 and am trying to inject remote content into a modal. I want to be able to control the contents of the modal-header, body, and footer within the remote content. However, it seems like content is being injected in .modal-body rather than .modal-content and instead I am getting stacked modals. Please see twbs/bootstrap#9318
The text was updated successfully, but these errors were encountered: