We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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!
The text was updated successfully, but these errors were encountered:
find in sceditor.min.js t.wysiwygEditorInsertHtml('<a href="'+e+'">'+n+"</a>") and add to the end of the link after the </a>
t.wysiwygEditorInsertHtml('<a href="'+e+'">'+n+"</a> ") cures the problem
Sorry, something went wrong.
Fixes insert URL/email in Firefox put cursor after closing of a tag
a
8f05b3a
mybb/mybb#3290 samclarke#644
Append a zero width space to inserted links
bf574bd
Fixes samclarke#644
Successfully merging a pull request may close this issue.
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!
The text was updated successfully, but these errors were encountered: