pharo-spec / Spec

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

[Backport] SpMorphicBackendForTest>>#doubleClickFirstRowAndColumn: #1428

Closed ironirc closed 1 year ago

ironirc commented 1 year ago

now uses MouseButtonEvent (instead of MouseEvent) Essentially doesn't change much, but allows #asPseudoDoubleClickEvent to be sent to the event. This supports changes made to improve double click handling (e.g. on FTTableMorph) See https://github.com/pharo-project/pharo/issues/14168

ironirc commented 1 year ago

hm, seems I really messed up here, thinking that the 1 method I changed would be picked up as diff, and be applied to Pharo11. Apparently that's not how it works. I'll try to do a new PR.