I have a form layout-ed with CustomLayout. In this form there is a invisible field.
When the form first appear, the invisible field is hidden as expected.
When I change the form layout to a different CustomLayout (i.e: form.setLayout(new CustomLayout(‘test2’)))
the invisible field is there (its appearance looks weird). The only way to get its visibility back to hidden is to click the “Analyze Layout” in the debug window.
Does anybody know if this is a bug or not?
Doug