Since updating, the RTE insert link does nothing when you hit the green submit button, you can upload the file and select it, however when you go to hit submit it just sits there doing nothing.
On checking the inspect area i found some JS errors listed below:
(seriously why are we using angular? we already have MVC structures through .net and we could just use jquery if something absolutely must be updated on the fly)
TypeError: Cannot read property 'href' of undefined
DependencyHandler.axd?s=L3VtYnJhY28vbGliL2pxdWVyeS9qcXVlcnkubWluLmpzOy91bWJyYWNvL2xpYi9hbmd1bGFyLzE…:8 TypeError: Cannot read property 'href' of undefined
at mceInsertLink (tinymce.min.js?umb__rnd=7.6.3.661778094:8)
at Object.m [as execCommand] (tinymce.min.js?umb__rnd=7.6.3.661778094:8)
at L.execCommand (tinymce.min.js?umb__rnd=7.6.3.661778094:12)
at insertLink (plugin.min.js:221)
at Object.callback (plugin.min.js:252)
at Object.scope.submit (DependencyHandler.axd?s=L3VtYnJhY28vbGliL2pxdWVyeS9qcXVlcnkubWluLmpzOy91bWJyYWNvL2xpYi9hbmd1bGFyLzE…:896)
at DependencyHandler.axd?s=L3VtYnJhY28vbGliL2pxdWVyeS9qcXVlcnkubWluLmpzOy91bWJyYWNvL2xpYi9hbmd1bGFyLzE…:9
at DependencyHandler.axd?s=L3VtYnJhY28vbGliL2pxdWVyeS9qcXVlcnkubWluLmpzOy91bWJyYWNvL2xpYi9hbmd1bGFyLzE…:41
at Object.$eval (DependencyHandler.axd?s=L3VtYnJhY28vbGliL2pxdWVyeS9qcXVlcnkubWluLmpzOy91bWJyYWNvL2xpYi9hbmd1bGFyLzE…:10)
at Object.$apply (DependencyHandler.axd?s=L3VtYnJhY28vbGliL2pxdWVyeS9qcXVlcnkubWluLmpzOy91bWJyYWNvL2xpYi9hbmd1bGFyLzE…:10)
It looks like the system cannot find the correct HREF to assign. (or it is still null?)
Insert Link in RTE on 7.6.3
Since updating, the RTE insert link does nothing when you hit the green submit button, you can upload the file and select it, however when you go to hit submit it just sits there doing nothing.
On checking the inspect area i found some JS errors listed below:
(seriously why are we using angular? we already have MVC structures through .net and we could just use jquery if something absolutely must be updated on the fly)
It looks like the system cannot find the correct HREF to assign. (or it is still null?)
is working on a reply...