I have a repeating group that uses ListShifter to place news articles into text boxes. The text boxes are designed to scroll because the amount of data could be long so the text boxes show only 10 lines of data.
There is an odd problem that I’ve had to correct using negative positioning to try and specifically place groups that are below this repeating group on the page because the length of the text within the text box still seems to control where the group below will begin. At least under certain conditions.
The various articles are each a different size and what is happening is that when shifting between these articles, the lower groups will bounce up and down depending on the size of the SHORTEST text box. What is odd is that this only happens when shifting in one direction. If I change directions once, the groups below stop bouncing around and I can go either direction without issue. This can be seen in the video at this link:
https://1drv.ms/v/s!AuFP7_JE0JWclKYc44mH5W7ylOyEew?e=hc3CMh
I have used CSS to try and fix the height of various elements in the hope that the lower groups would only adjust their position according to something other than the invisible text box size but nothing that I’ve done seems to work.
Any suggestions as to how to force the lower groups remain in a fixed position below the repeating group would be welcome…