SC_SNAPSHOT-2010-10-03/EVAL Deployment
I have a couple of DynamicForms with FormItems of various types including some CanvasItems where the Canvas is another DynamicForm. These forms are in different Tabs of a TabSet which is inside a Window. Everything works fine except that from time to time (not sure what causes it) the CanvasItems float on top of the other FormItems in the same form, and each other.
For example, one of the forms has a bunch of FormItems listed first, followed by two CanvasItems, each with another form as it's canvas with a few fields on each. Once every few times the window is drawn one of these forms will show the CanvasItems floating on top of the other form items at the top of the form.
When this happens and I try to move or resize the Window the developer console shows Uncaught JavaScript exception [_5 is undefined] in http://127.0.0.1:8888/ipgui/sc/modul...version=7.0.js, line 1485.
I have a couple of DynamicForms with FormItems of various types including some CanvasItems where the Canvas is another DynamicForm. These forms are in different Tabs of a TabSet which is inside a Window. Everything works fine except that from time to time (not sure what causes it) the CanvasItems float on top of the other FormItems in the same form, and each other.
For example, one of the forms has a bunch of FormItems listed first, followed by two CanvasItems, each with another form as it's canvas with a few fields on each. Once every few times the window is drawn one of these forms will show the CanvasItems floating on top of the other form items at the top of the form.
When this happens and I try to move or resize the Window the developer console shows Uncaught JavaScript exception [_5 is undefined] in http://127.0.0.1:8888/ipgui/sc/modul...version=7.0.js, line 1485.
Comment