Hi all,
im having a problem with inline modals and validations. So the situation is i have a normal modal dialog page with some input fields that have a validation on submit.
In this modal dialog there is a inline dialog region for some extra inputs. Everything works fine when i dont press submit and therefore fire the validations. After i do that i correctly get all error messages but when i try to open the inline dialog now its completly broken and only the title-bar of it is shown.
I inspected the dom elements of the inline modal and after the validation the dialog "body" (.t-DialogRegion) is not a child element of the parent dialog element (.ui-dialog) but its somewhere else in the dom and therefor not visible to the user.
Really strange behaviour.
Any ideas to this?
regards