Wrong url in rich text editor widget

1
When I insert a link in the rich text editor, the url is always: https://appurl/#mcetempurl#. So this seems like a little bug to me and I've searched in the widget source files on "mcetempurl" and found these results: {widget-dir}\Widget\RichText\widget\lib\tiny_mce\plugins\advlink\js\advlink.js (2 hits) Line 410: tinyMCEPopup.execCommand("mceInsertLink", false, "#mce_temp_url#", {skip_undo : 1}); Line 412: elementArray = tinymce.grep(inst.dom.select("a"), function(n) {return inst.dom.getAttrib(n, 'href') == '#mce_temp_url#';}); {widget-dir}\Widget\RichText\widget\lib\tiny_mce\themes\advanced\js\link.js (2 hits) Line 54: tinyMCEPopup.execCommand("mceInsertLink", false, "#mce_temp_url#", {skip_undo : 1}); Line 57: if (ed.dom.getAttrib(n, 'href') == '#mce_temp_url#') { {widget-dir}\Widget\RichText\widget\templates\linkbrowser.js (2 hits) Line 157: tinyMCEPopup.execCommand("CreateLink", false, "#mce_temp_url#", {skip_undo : 1}); Line 161: return this.mce.dom.getAttrib(n, 'href') == '#mce_temp_url#'; Anyone with the right JS skills who can show me the error? Edit after filing a support ticket This bug will be released in the appstore soon.
asked
0 answers