I'm just checking, in the info tab on Merchello products Is a Rich Text Editor.
The editor allows you to add links, add media, etc.
However for us that seems to fail, when adding a link
Unhanded Exception at line 16499 column 25
Umbraco.controllers.js
In chrome
DependencyHandler.ax…&cdv=156872725:2569 Uncaught TypeError: Cannot read property 'properties' of null
at DependencyHandler.ax…&cdv=156872725:2569
at showDialog (DependencyHandler.ax…&cdv=156872725:1338)
at i.
Manually adding a link in the code of the RTE works
My query is is this RTE locked down, or is this a bug ?
Merchello product info Tab
Hi,
I'm just checking, in the info tab on Merchello products Is a Rich Text Editor. The editor allows you to add links, add media, etc.
However for us that seems to fail, when adding a link
Unhanded Exception at line 16499 column 25 Umbraco.controllers.js
In chrome
DependencyHandler.ax…&cdv=156872725:2569 Uncaught TypeError: Cannot read property 'properties' of null at DependencyHandler.ax…&cdv=156872725:2569 at showDialog (DependencyHandler.ax…&cdv=156872725:1338) at i.
Manually adding a link in the code of the RTE works
My query is is this RTE locked down, or is this a bug ?
Regards
Nick
We've tried
Update-Package umbracocms.core –reinstall Update-Package umbracocms –reinstall Update-Package umbraco.modelsbuilder –reinstall
But still no joy
CurrentTarget AnchorElement are both Null
Unhandled exception at line 16499, column 25 in http://localhost:53553/umbraco/js/umbraco.controllers.js?cdv=1761664846
We've also tried clearing the browser cache
We've fixed this ...
Commented out the lines below in the file “umbraco.controllers.js”
not sure where these came in !
is working on a reply...