Re: TextModel and TextInputFieldModel font-size bug?
Posted by
Benjamin Van Ryseghem (Pharo) on
Feb 18, 2014; 9:54am
URL: https://forum.world.st/TextModel-and-TextInputFieldModel-font-size-bug-tp4744094p4744554.html
I think it’s time to open a bug entry :)
Ben
On 18 Feb 2014, at 03:18, Hernán Morales Durand <
[hidden email]> wrote:
I confirm this issue using a vanilla Pharo 3.
PluggableTextFieldMorph new openInWindow
If you comment last line here it works
PluggableTextFieldMorph>>initialize
textMorphClass := TextMorphForFieldView.
super initialize.
" self beDecrypted"
which makes me think. Why #beDecrypted? Are text morphs encrypted by default?
If not we are wasting cycles there. To me it sounds like you should decrypt when something was encrypted, not just in case.
However that does not resolve the issue with TextInputFieldModel.