Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bootstrap 3 with remote Modal doesn't work #10036

Closed
vdrouet opened this issue Aug 22, 2013 · 3 comments
Closed

Bootstrap 3 with remote Modal doesn't work #10036

vdrouet opened this issue Aug 22, 2013 · 3 comments

Comments

@vdrouet
Copy link

vdrouet commented Aug 22, 2013

I can't make the Modal work in the remote mode. I just want that when i click on a link it show the modal with the content a the remote url. I works but the modal layout is completly destroy.

Here is a link to a jsfiffle : http://jsfiddle.net/NUCgp/5/

@cvrebert
Copy link
Collaborator

The remote content is inserted into the div.modal and clobbers the existing content, so the HTML at your remote URL needs to contain a div.modal-dialog and the rest of the subsidiary modal markup.

@elvispt
Copy link

elvispt commented Aug 22, 2013

It seems it is intented funcionality. I would not have made that decision, but it's easy to go around it.

@cvrebert
Copy link
Collaborator

See also #9318.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants