Hi again, back with some more information.
It turns out this behavior only occurs when the Confirm mixin is
attached to the remove link.
The content is not scrolled until the modal is closed with the confirmed
action. If the modal is canceled, the scroll position stays the same as
expected.
Step
Hi folks,
Within an AjaxFormLoop, I have my RemoveRow Link. I am using the "no
changes persisted until save is pressed" pattern from Jumpstart
(http://jumpstart.doublenegative.com.au/jumpstart/examples/ajax/formloop1).
Accordingly, my onRemoveObject() method is empty.
In Tapestry 5.4, when I pre