dolphinsmalltalk / Dolphin

Dolphin Smalltalk Core Image
MIT License
301 stars 58 forks source link

Fix corrupted ListView scroll state when reducing item count (fixes #1071) #1075

Closed daniels220 closed 3 years ago

daniels220 commented 3 years ago

This gets the two skipped tests working again, and handles responding to added, resized or removed columns. I decided against overriding the edge-style setters to add an explicit self autoResizeColumns as this seems like much more of an edge case, though that is an option as well.

blairmcg commented 3 years ago

I decided against overriding the edge-style setters to add an explicit self autoResizeColumns as this seems like much more of an edge case, though that is an option as well.

I was thinking along the same lines.