I was having some fun working on this example to build my own multilingual starter kit (umbraco7.5.4 - vorto 1.5.3).
Everything works as expected and I was very happy to read on the blog page that "I've even put the Grid inside Nested Content which I put inside Vorto and it just works" so I gave it a try.
The RTE in the grid layout works fine until the user switch the language tab for the third time. From the third time on the grid doesn't renders anymore the RTE, but shows only the respective textarea within the html code.
I also tried it directly on the downloaded sln, by adding a grid layout dataType to the NewsDetached doctype but i have the same problem.
I attached you a screenshot.
The error is in angular but I can't undestand it.
Could someone give me an help?
angular.min.js?cdv=1:63 TypeError: Cannot read property 'getContent' of null
at umbraco.directives.js?cdv=1:3775
at Object.$broadcast (angular.min.js?cdv=1:94)
at vorto.js?cdv=1:402
at Object.$broadcast (angular.min.js?cdv=1:94)
at Object.fn (vorto.js?cdv=1:173)
at Object.$digest (angular.min.js?cdv=1:90)
at a.$apply (angular.min.js?cdv=1:92)
at HTMLLIElement.<anonymous> (angular-mobile.js?cdv=1:269)
at HTMLLIElement.dispatch (jquery.min.js?cdv=1:3)
at HTMLLIElement.r.handle (jquery.min.js?cdv=1:3)
Beautiful and powerful but...
Hi everyone!
I was having some fun working on this example to build my own multilingual starter kit (umbraco7.5.4 - vorto 1.5.3).
Everything works as expected and I was very happy to read on the blog page that "I've even put the Grid inside Nested Content which I put inside Vorto and it just works" so I gave it a try.
The RTE in the grid layout works fine until the user switch the language tab for the third time. From the third time on the grid doesn't renders anymore the RTE, but shows only the respective textarea within the html code.
I also tried it directly on the downloaded sln, by adding a grid layout dataType to the NewsDetached doctype but i have the same problem.
I attached you a screenshot.
The error is in angular but I can't undestand it. Could someone give me an help?
Did you find any solution for this?
I am the same issue.
Did not find any solution so far - it's an issue with the rerendering of the RTE - kind of hard to fix this but it's possible.
I've posted this: https://github.com/umco/umbraco-vorto/issues/75
Have a look here as well for a hacky work around: https://our.umbraco.org/projects/backoffice-extensions/vorto/bugs-feedback-suggestions/75842-vortogridrte-switching-issue
Thank you @Markus.
This solution works for me: https://github.com/impelsystems/umbraco-vorto-grid-rte
is working on a reply...