gwtbootstrap3 / gwtbootstrap3-extras

Extra (third party) wrappers for GwtBootstrap3
Apache License 2.0
43 stars 89 forks source link

Summernote inside modal #333

Closed liwston closed 7 years ago

liwston commented 7 years ago

I have a Summernote inside a Modal, when I click on close in anyone Summernote modal window (like a "insert a link") my first Modal is closed too

1 2

crevete commented 7 years ago

This is not a summernote issue, please check this: http://stackoverflow.com/questions/32162747/bootstrap-close-all-open-modals-prior-to-opening-a-new-one

liwston commented 7 years ago

Thank you, I solved this problem using mySummernote.setDialogsInBody(true);