pharo-spec / Spec

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

SpNumberInputFieldPresenter issue with panned layout and ProportionalLayout #1437

Open akevalion opened 1 year ago

akevalion commented 1 year ago

Hello there,

This issue involves SpPanedLayout, SpNumberInputFieldPresenter and ProportionalLayout

Steps

To fix this

change the method ProportionalLayout >> #minExtentOf:in:, return 0@0 or remove the method then try again.

As you can see now the arrows are in the correct position. Although I do know the impact of this change, probably we will need a better solution.