pharo-graphics / Toplo

A widget framework on top of Bloc
MIT License
19 stars 9 forks source link

ToCheckbox startIndeterminate fail, ToCheckbox indeterminate works #45

Closed rvillemeur closed 1 year ago

rvillemeur commented 1 year ago

ToCheckbox new startUnchecked openInWorld => works as expected (an unchecked chexbox in a new window) ToCheckbox new startChecked openInWorld => works as expected (a checked chexbox in a new window)

ToCheckbox new startIndeterminate openInWorld => fail with message: "instance of ToCheckbox did not understand #counter" ToCheckBox new indeterminate work, but its appearance does not match the result I can see in ToCheckBoxDresser >> defaultIndeterminateIconImage

plantec commented 1 year ago

Thanks! This raised several issues and a bad design. Last commit should fixe all what your reported

plantec commented 1 year ago

I added ToCheckboxTest that checks theses issues