Element names problem in multi-part forms

In editor, I can’t access the element .name property for any element that’s not in the header or body of a multipart form. (Servoy 2.2.5, WinXP)

For example, I have a form with
Title Header
Leading Subsummary
Body
Trailing Subsummary

I have named elements in each part of the form, and I wish to change the .visible property via a method.

The named elements in the subsummary parts don’t appear in the method editor, and can’t be called in a script. The elements definitely have a name property in designer.

As a test, moving a named element from the subsum to the body or header in designer makes it available as an element in editor. Moving it back again makes it disappear.

Bug or feature?

Mostly fixed, but still seeing some problems in 3.1, eg. when there are 2 trailing subsummary parts, elements in the first part don’t appear in the editor.

bug report lodged.

In 3.1.6, when there are 2 trailing subsummary parts I’m still not able to see named elements in the first part. They don’t appear under the elements node in the editor. Move the element to the 2nd trailing subsummary part and it appears.