There appears to be a bug with the DynamicForm layout.
When a DynamicForm is placed within a TabSet and the tab with the form inside is NOT selected (ie: a different tab is selected) and the position of the form is moved within the browser (because it's embedded within a Window), then the layout will be wrong when switching back to the tab that contains the DynamicForm.
I have attached some example code that illustrates the problem, and some screenshots showing the rendered output.
Steps to reproduce.
1) Load the page.
2) Notice the form on tab "one" looks fine (submit button on the bottom).
3) Select tab "two"
4) Drag the Window to new position in the browser's view
5) Switch back to tab "one"
6) Notice the messed up rendering
7) Drag the Window again with tab "one" selected. Notice that the rendering becomes corrected as long as tab "one" is selected when dragging.
I have had large RichTextEditors completely hide some of the fields (although that isn't shown in this example.
This is using SmartClient_81_Evaluation.
Any help in figuring out how to fix the rendering problem would be greatly appreciated.
Thanks,
Chris
When a DynamicForm is placed within a TabSet and the tab with the form inside is NOT selected (ie: a different tab is selected) and the position of the form is moved within the browser (because it's embedded within a Window), then the layout will be wrong when switching back to the tab that contains the DynamicForm.
I have attached some example code that illustrates the problem, and some screenshots showing the rendered output.
Steps to reproduce.
1) Load the page.
2) Notice the form on tab "one" looks fine (submit button on the bottom).
3) Select tab "two"
4) Drag the Window to new position in the browser's view
5) Switch back to tab "one"
6) Notice the messed up rendering
7) Drag the Window again with tab "one" selected. Notice that the rendering becomes corrected as long as tab "one" is selected when dragging.
I have had large RichTextEditors completely hide some of the fields (although that isn't shown in this example.
This is using SmartClient_81_Evaluation.
Any help in figuring out how to fix the rendering problem would be greatly appreciated.
Thanks,
Chris
Comment