JonOfScience / etym_tree_python

A python project designed to allow input, display, and tracking of the vocabulary of a constructed language.
0 stars 0 forks source link

ENHANCEMENT: Return to same position in entry list when the list refreshes #107

Closed JonOfScience closed 1 year ago

JonOfScience commented 1 year ago

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