bootstrap-wysiwyg / bootstrap3-wysiwyg

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

Hyperlink tool problem #167

Open Unconformed opened 8 years ago

Unconformed commented 8 years ago

I have located an issue when using the URL link tool

When we create a link to an address, save, and select the input box to the right of the newly created link, the modal will appear again (uninvited).

If the dismiss cross is not immediately selected (and you instead select cancel), the modal will continue to render (as many times as you select cancel, the modal will return) . Only when we select the dismiss icon again will the browser crash, and a refresh will return an empty text box.

This will also happen if the user selects the entire link.

There is another issue where a user will create a second link, and the first link will interfere with the newly created one (harder to replicate).

Has anyone else had this issue? Does anyone have a working site that does not have this issue?

Using the minfied code. Ty so much for building this tool, I can provide a production example required.

Unconformed commented 8 years ago

I think I may have stumbled on the answer, will advise.

https://github.com/bootstrap-wysiwyg/bootstrap3-wysiwyg/issues/104