pharo-spec / Spec

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

Morphic tabs content should be lazily loaded #162

Closed jecisc closed 5 years ago

jecisc commented 5 years ago

Currently, in the morphic binding of the TabPresenter, when we open the tab presenter, all tabs content are initialized.

If you have something that is long to display, you need to not set any content and set it when you select the tab.

This is not good, by default the content should only be computed when we select the tab. Not at opening

jecisc commented 5 years ago

@estebanlm is working on that.

estebanlm commented 5 years ago

yup, and almost finished :)