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

Jon Paynter kittle at mail.yans.net
Mon Mar 14 19:37:38 CET 2005


Ive seen this happen other places as well.  Take another look at anchorWithAction:text:  and its related messages.  
Seeing this one needed #fixTemps added in, means i'll take another look and see if thats the problem.  

Good catch :)

---------- Original Message ----------------------------------
From: Yar Hwee Boon <hboon at motionobj.com>
Reply-To: "The Squeak Enterprise Aubergines Server - general discussion."
Date: Mon, 14 Mar 2005 22:22:27 +0800

>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.
>
>A simple fix is to add a #fixTemp call to #textInputWithValue: anObject 
>callback:. Maybe its possible to refactor a little and move all the 
>#fixTemps into #valueInputOfType:value:callback: ?
>
>--
>HweeBoon
>MotionObj
>(65) 6764-9774
>
>_______________________________________________
>Seaside mailing list
>Seaside at lists.squeakfoundation.org
>http://lists.squeakfoundation.org/listinfo/seaside
>


More information about the Seaside mailing list