kas-gui / kas

Another GUI toolkit
Apache License 2.0
893 stars 27 forks source link

README, model/view docs #365

Closed dhardy closed 1 year ago

dhardy commented 1 year ago

Also: fully reset view widgets when changing data binding. This fixes weird issues with text cursor/selection carrying over to new entries when scrolling examples/data-list-view at the cost of also clearing this state for the original entry when scrolling back (an argument for moving this state up to the event viewer, though that approach could only work for "blessed" types of widget interaction state).