Nested content not working inside doctype grid editor that is inside a Vorto editor
I'm currently facing an issue in which i have a nested content picker inside of a doctype grid editor that is inside a Vorto editor.
All the package versions versions are up to date.
When i press the (+) button to add a nested content item, the modal appears is off-screen, instead of where the plus button is. This was working in version 0.3.0 of DocTypeGridEditor and NestedContent.
Here is an image to try an help highlight the issue. Has anyone come across this bug before? It guessing it's something to do with the JavaScript not using the correct div to calculate the position of the modal, but i'm not sure.
For those interested, i think i have found a potential cause for the problem. I have opened up an issue on the NestedContent repo which contains a bit more info.
Nested content not working inside doctype grid editor that is inside a Vorto editor
I'm currently facing an issue in which i have a nested content picker inside of a doctype grid editor that is inside a Vorto editor.
All the package versions versions are up to date.
When i press the (+) button to add a nested content item, the modal appears is off-screen, instead of where the plus button is. This was working in version 0.3.0 of DocTypeGridEditor and NestedContent.
Here is an image to try an help highlight the issue. Has anyone come across this bug before? It guessing it's something to do with the JavaScript not using the correct div to calculate the position of the modal, but i'm not sure.
For those interested, i think i have found a potential cause for the problem. I have opened up an issue on the NestedContent repo which contains a bit more info.
https://github.com/umco/umbraco-nested-content/issues/120
This issue has now been fixed. https://github.com/umco/umbraco-nested-content/pull/123. Thanks again Matt.
is working on a reply...