Goal
When the Word Tree overview updates it resets to the top of the list and loses track of the word that has just been edited, requiring multiple scroll-downs. This position should be saved and reapplied.
Acceptance Criteria
Given a Word Tree with a high-enough population to use the vertical scroll bar
And the scroll bar is not at the top
When the view is updated
Then the scroll position is maintained between initial and final states
Out of Scope
When the Word Tree does not have enough words to require a vertical scroll bar
Whether adding or removing an entry (as the update trigger) should alter the returned scroll position.
Goal When the Word Tree overview updates it resets to the top of the list and loses track of the word that has just been edited, requiring multiple scroll-downs. This position should be saved and reapplied.
Acceptance Criteria
Given a Word Tree with a high-enough population to use the vertical scroll bar And the scroll bar is not at the top When the view is updated Then the scroll position is maintained between initial and final states
Out of Scope