Hi all,
can you reproduce the following?
I assume it this bug was revealed (not caused) by Morphic-mt.1520, so by
default, each TextMorph now has the wrapFlag true. Is this really what we want?
Minimal example to reproduce:
Works before, does not work after the recent commit.
Should we maybe initialize wrapFlag with false, in order to revert the behavior from before Morphic-mt.1520? I know also other implementations, aside from Trunk, which are failing after the update.
Best, Christoph
Carpe Squeak!
|
> Is this really what we want? Maybe, maybe not. We cannot know without context information. :-) I suppose it should be "false" by default. In the MenuMorph, however, I would assume that the filter text was not initialized correctly. Best, Marcel
|
... TextMorph >> #fit works as expected in this case. :-) Best, Marcel
|
Another thought: Since the older meaning of TextMorph >> #contents: was to reset the wrapFlag to "false" we might want to fix all those cases: TextMorph new contents: 'foobar'. So, yes, we maybe want to initialize the wrapFlag with "false"... Best, Marcel
|
Free forum by Nabble | Edit this page |