-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
7.64.0.Final
-
None
-
False
-
False
-
NEW
-
NEW
-
-
Assume a DataObject with a field of same type:
public class A1 { private java.lang.String id; private A1 a; ... }
We can create a custom Form Form1 for this DataObject A1. From the left hand menu we can add A1 field into canvas, select the Form1 to be used as Nested Form. Everything works fine, we can go on and Save the changes.
When we close the editor and try to reopen, Unexpected Dialog with inner message
Uncaught exception: (RangeError) : Maximum call stack size exceeded
appears. Also form is rendered wrong underneath.
The reason is understandable, just the handling should be more graceful. We could tackle the situation by either
- not allowing the Form1 to reference itself in Nested Form if that's not a desirable use case.
- selectively catching such exception, but that's questionable what would be the value of having such a form in first place.
- is related to
-
RHPAM-4107 Form Modeler can create but fails to open form with recursion
- New