pharo-graphics / Toplo

A widget framework on top of Bloc
MIT License
17 stars 8 forks source link

ToAlbum is still editable after disabling #166

Open tinchodias opened 5 days ago

tinchodias commented 5 days ago

Reproduce with:

t := ToAlbum new.
t disable.
s := t inSpace.
s show

albumDisableBug

tinchodias commented 1 day ago

Among others, this affects this example of Spec-Toplo, because the "cheatsheet" on the right shouldn't change when user types:

Screenshot 2024-07-05 at 18 21 59