Open
Description
Insert a Link (Hyperlink) doesn't stop editing of the link it self
Firefox only. (Tested with version: 58.0)
- Remove the content of the editor
- Type in some text like "abc"
- Click on 'Insert a link' and type in some text like "http://example.com", leave description empty
- Click on "Insert" to insert the link
- DON'T CLICK ANYWHERE ELSE
- Just continue typing with the text "def".
=> 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!
Activity