Closed (works as designed)
Project:
Twitter Bootstrap Modal
Version:
7.x-3.4
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
6 Feb 2014 at 03:48 UTC
Updated:
13 Feb 2014 at 23:13 UTC
Jump to comment: Most recent
Comments
Comment #1
hatuhay commentedIn practical terms means that in 99% of the cases you have put the trigger class in both admin boxes.
The first one to actually declare the trigger class.
The second one to make TBM to take care of all formating around the content you are loading.
If you do not declare the class on the second admin box, your callback must carry all modal header and footer HTML as from bootstrap 3.x when you load it with ajax, the content loaded is inserted on the outer div, overriting not only the content div but all.
Comment #2
hatuhay commented