[FIX][BUG]UndefinedObject(Object)>>doesNotUnderstand: #focused:

Romain Robbes rrobbes at info.unicaen.fr
Fri Apr 2 09:30:15 UTC 2004


Hi Hernán,

Your fix seems to preserve the behavior of the selection,
but I have been unable to produce the bug ...
Could you tell me how to reproduce it ?

Thanks,
	Romain

On Apr 1, 2004, at 8:47 PM, htylim at yahoo.com.ar wrote:

> Hi,
>
> Poking a little I found that the problem is on
> TextMorph>>keyboardFocusChange: first line:
>
> 	paragraph focused: aBoolean
>
> Which was added on 5849TextMorphSelectionFix-rr
>
> I read on TextMorph>>paragraph's comment that paragraph instantiation 
> is
> lazy so I think that we should use here the getter instead of accesing
> directly to the variable.  Attached is my proposed fix but please
> someone review it first because I know nothing of TextMorphs.
>
> Regards,
> Hernán
> <focusedFix-hpt.cs.gz>




More information about the Squeak-dev mailing list