steveathon / bootstrap-wysiwyg

Tiny bootstrap-compatible WYSIWYG rich text editor
MIT License
661 stars 1.71k forks source link

Hyperlink doesnt work on Edge #121

Open mazhisai opened 7 years ago

mazhisai commented 7 years ago

When i click the hyperlink button on the toolbar and click into the text box, the focus remains on the main window. So as i type the text gets written out in the main window instead of the text box. If i click into the text box twice, that works.

I was able to repro the issue on Edge using the index.html sample in the repo and http://mindmup.github.io/bootstrap-wysiwyg/

Any idea how to fix this issue? thanks!

codewithtyler commented 7 years ago

Not currently. One of us will have to try and look into the issue.

By the way, the URL you provide is outdated. The official sample can be found at: http://steveathon.github.io/bootstrap-wysiwyg/

mazhisai commented 7 years ago

Thanks for your quick response Tyler. I can repro the issue with official sample as well.

mazhisai commented 7 years ago

Hi @tylerbhughes did you get a chance to look at this? thanks!

codewithtyler commented 7 years ago

I can confirm it happens on our sample editor as well. Unfortunately, I don't know when I'll have an opportunity to look at this again. Perhaps it's something that @kaptainkommie could look into.

spreadred commented 7 years ago

I can further confirm this. It is also related to #109 - the same behavior is present in IE, with the exception that no amount of clicking in IE will allow you to type in the URL field.

dar7hvader commented 7 years ago

I am also seeing this on EDGE. The text selection disappears when I click on the hyperlink button. SO no hyperlink is being created.

hungqcao commented 6 years ago

I have a small PR opening for this issue if you guys are interested in. #126