Open mnp-mid opened 6 years ago
Insert a Link (Hyperlink) doesn't stop editing of the link it self Firefox only. (Tested with version: 58.0)
=> Result: abc[url=http://example.com]http://example.comdef[/url]
=> Expected result: abc[url=http://example.com]http://example.com[/url]def
Works perfectly in chrome!
find in sceditor.min.js t.wysiwygEditorInsertHtml(\'\'+n+"\\") and add \ to the end of the link after the \
t.wysiwygEditorInsertHtml(\'\'+n+"\ \ \") cures the problem
Insert a Link (Hyperlink) doesn't stop editing of the link it self Firefox only. (Tested with version: 58.0)
=> Result: abc[url=http://example.com]http://example.comdef[/url]
=> Expected result: abc[url=http://example.com]http://example.com[/url]def
Works perfectly in chrome!