squeak-smalltalk / squeak-object-memory

Issues and assets related to the Squeak object memory.
https://bugs.squeak.org
MIT License
11 stars 1 forks source link

Multi-selection via drag in filtered AlternatePluggableListMorphOfMany broken #105

Open LinqLover opened 6 months ago

LinqLover commented 6 months ago

Steps to reproduce: Bring up a message set with many items, type something to filter the list, and click-and-drag to select a range. Press enter to delete the filter.

Expected: Just the items that were visible during the filtering are selected.

Actual: Many more items are selected. In some situations, some items are already (de)selected unintentionally while dragging beyond the "frontMatching/substringMatching" border.