Cuba platform version - 7.1.6
The screen contains 13 group boxes one above the other. Every group box is created with these same attributes but different captions -
< groupBox caption=“GB1” spacing=“true” collapsable=“true” collapsed=“true” width=“100%”>…SomeContent…</ groupBox>
Issue is every time I expand a group box, whole screen comes to bottom of page. Then I have to scroll up to reach group box which I opened. Same thing happens when I collapse an opened group box. Whole screen scrolls to bottom.
This issue exists for both types of group boxes- whose content is greater and smaller than screen size .
Is this cuba platform bug or I need to do any changes in my code ?