SpAbstractTextPresenter>>#selectAll sets a selection starting from 0 !!!
This problem is hidden when the presenter is open because there is a validation of the selection interval by the morph.
But when the presenter is not open, e.g. in tests, the selection is wrong and leads to a SubscripOutOfBounds error.
SpAbstractTextPresenter>>#selectAll
sets a selection starting from 0 !!! This problem is hidden when the presenter is open because there is a validation of the selection interval by the morph. But when the presenter is not open, e.g. in tests, the selection is wrong and leads to a SubscripOutOfBounds error.