[Seaside] Re: Seaside login - a write up

Avi Bryant avi at beta4.com
Thu Sep 30 21:32:41 CEST 2004


On Sep 30, 2004, at 9:19 PM, radoslav hodnicak wrote:

> On Thu, 30 Sep 2004, Stefano Turri wrote:
>
>> I'm trying this in 2.5b4 using Squeak 3.7 and the password field is 
>> not
>> hidden.
>>
>> It seems that the following method has a wrong attribute type for the
>> input field:
>>
>> WAHtmlRenderer>>passwordInputWithValue: anObject callback: 
>> callbackBlock
>> 	self
>> 		valueInputOfType: 'text'
>> 		value: anObject
>> 		callback: callbackBlock
>
> Must be recent regression. I have 2.5b2 and there's 'password' there.
> Also, the method is called #passwordInputWithCallback: (no value, you
> probably don't want to supply passwords anyhow)

Bug, but not regression - #passwordInputWithCallback: is still there 
and still fine.  #passwordInputWithValue:callback: was added by 
someone's recent request, but clearly I was way too quick when I added 
it.

I'll put out a new alpha release soon, this will be fixed in it.

Avi



More information about the Seaside mailing list