Open jamgold opened 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 :
And the modal window is not selectable, so I deleted this element to select the window properly.
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
I also have an issue for the link in the textarea, it keeps firing the modal 2 or 3 times. Any idea why ?
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