Edit Adpative Form - Problem
Hello,
I hope you are all doing well.
We are facing a bug on the edition of an adaptive form.
Let's explain the problem.
Try to create a new adaptive form, use the template basic (for instance), and put the empty theme as selected (now the theme is mandatory).
Try to edit the form container (guideContainer) and put a description, apply...and you will see after on the right...that the css is not applied.
If you refresh the page...the css is applied correctly.
So the problem is when you press the button to save the changes on the container.
What is the difference?
The difference is the form is refreshed via AJAX.
And when the from is refreshed via AJAX the behavior is not the same.
I have found 2 differences between refresh the page and the ajax request (guideContainer.jsp) and this is due because in one case the fallback clientLIbrary is inserted (fallbacklibrary.jsp) and in the AJAX request no.
What i'm thinking to do as a workaround is to put the content of the fallbaklibrary.jsp in the guideContainer.jsp.
Do you see any problem on that?
That bug is reported anywhere? It's is possible to have a patch?
PS: The behavior is only when you are using the empty Theme.
Best Regards and Thanks