awkward / backbone.modal

A plugin for Backbone.js that simplifies creating modals for your application.
http://awkward.github.io/backbone.modal/
Other
362 stars 71 forks source link

onShow is called twice #75

Closed davidvanleeuwen closed 9 years ago

davidvanleeuwen commented 9 years ago

https://twitter.com/drwxrxrx/status/591381316991524864

alxndr commented 9 years ago

screenshot of putting a console.trace() in the onShow of a Backbone.Modal, which gets called twice when showing the instance in something using regionClass: Backbone.Marionette.Modals:

the screenshot

alxndr commented 9 years ago

:+1: :100:

lachose1 commented 9 years ago

Is it possible this issue is still there, I am experiencing the same problem (Using backbone modal 1.1.5, backbone 1.2.0 and backbone.marionette 2.4.1) capture .