bootstrap-wysiwyg / bootstrap3-wysiwyg

Simple, beautiful wysiwyg editor
http://bootstrap-wysiwyg.github.io/bootstrap3-wysiwyg/
MIT License
834 stars 264 forks source link

loading editor in modal makes image/href modals unresponsive #149

Open jamgold opened 9 years ago

jamgold commented 9 years ago

When instantiating the editor into a bootstrap3 modal it is impossible to add a url or image because the modal popups don't allow any input

ghost commented 9 years ago

You can fix the problem with this css :

.modal-backdrop { display: none; }

When you debug the modal with the firefox debugger, this html code is visible :

Image of Debug modal

And the modal window is not selectable, so I deleted this element to select the window properly.

ghost commented 9 years ago

Other issue anyway, I can add some links right now but if I click on my custom link in the textarea, the modal window open event is launched without reasons, to test this issue, just add a link in the textarea and click on it

ilunie commented 8 years ago

I also have an issue for the link in the textarea, it keeps firing the modal 2 or 3 times. Any idea why ?