ember-animation / liquid-fire

Animations & transitions for ambitious Ember applications.
Other
1.14k stars 199 forks source link

liquid fire conflicts with bootstrap modal #439

Open Sureshowler opened 8 years ago

Sureshowler commented 8 years ago

I am using boostrap modal inside liquid outlet. The below html is added everytime i try to invoke the modal and it makes the page misbehave

eddieduro commented 8 years ago

can you paste some code on here maybe we can trace down the issue.

fatihakkoyun commented 7 years ago

use ember-wormhole to avoid this situation

{{#ember-wormhole to="ember-wormhole-container"}}
  <div class="modal fade" id="myModal" tabindex="-1" role="dialog">
     <div class="modal-dialog">
         .........................
     </div>
  </div>
{{/ember-wormhole}}
nadnoslen commented 7 years ago

I experienced the same issue but with the Blueimp Gallery. Pushing the gallery div through wormhole worked for me.