pharo-spec / Spec

Spec is a framework in Pharo for describing user interfaces.
MIT License
61 stars 63 forks source link

Use identity comparisons when looking for elements in a list #1568

Closed guillep closed 2 months ago

guillep commented 3 months ago

This fixes https://github.com/pharo-vcs/iceberg/issues/1831, which fails to update the drop down list because objects are wrapped in SpDropListItem that are badly configured (all have the same display block so chances are that they are all equal).