[Seaside] Missing #fixTemps in #textInputXXX family of methods

Michel Bany m.bany at wanadoo.fr
Mon Mar 14 18:26:34 CET 2005


Avi Bryant a écrit :

>On Mon, 14 Mar 2005 22:22:27 +0800, Yar Hwee Boon <hboon at motionobj.com> wrote:
>  
>
>>Running the following:
>>
>>html
>>                form: [#(1 2 )
>>                                do: [:e | html textInputWithValue: e callback: [:v | e inspect]].
>>                        html submitButton].
>>
>>should pop up inspectors for 1 and 2, instead of 2 and 2.
>>    
>>
>
>I'm amazed nobody has run into that before.  Thanks.  I'll release a
>fixed version immediately.
>
>  
>
The bug does not show up in VisualWorks where the implementations of 
#fixTemps
are empty methods (i.e. just returning self). Apparently the VisualWorks 
blocks
do not need to have their temps fixed.
Michel.



More information about the Seaside mailing list