[Seaside] '+' inside string value of ajax callback

Johan Brichau johan at inceptive.be
Thu Jul 15 08:29:33 UTC 2010


Hi Lukas,

Thanks for this swift fix!
I will load the fix as soon as I can.

cheers!
Johan

On 14 Jul 2010, at 13:41, Lukas Renggli wrote:

> I've committed a fix. Let's see if this solves the issue for you and
> let's hope it doesn't introduce new issues :-)
> 
> For details see: http://code.google.com/p/seaside/issues/detail?id=585
> 
> Lukas
> 
> On 14 July 2010 11:34, Lukas Renggli <renggli at gmail.com> wrote:
>> It is kind of hard to fix and I don't have the time to investigate
>> further right now, so I created a bug report from your mail. Thanks
>> for reporting.
>> 
>> http://code.google.com/p/seaside/issues/detail?id=585
>> 
>> On 14 July 2010 10:34, Lukas Renggli <renggli at gmail.com> wrote:
>>> Hi Johan,
>>> 
>>> That's a serious bug. I can't believe that nobody ever reported that
>>> up to now (it is the same problem in PrototypeJS). I am trying to
>>> provide a fix right now.
>>> 
>>> Lukas
>>> 
>>> On 13 July 2010 22:11, Johan Brichau <johan at inceptive.be> wrote:
>>>> Hi,
>>>> 
>>>> When I am sending a javascript string value containing a '+' character inside to an ajax callback in seaside, the '+' comes out as a whitespace on the other end (in Smalltalk).
>>>> This is what I am doing:
>>>> 
>>>> html jQuery ajax
>>>>        callback: [:value | ... the value here always gets the ' ' instead of a '+' ]
>>>>        value: (html jQuery id: #foobar) value
>>>> 
>>>> -or-
>>>> 
>>>> html jQuery ajax
>>>>        callback: [:value | ... the value here always gets the ' ' instead of a '+' ]
>>>>        value: (JSStream on: 'javascriptVarContainingAStringWithAnAdditionSymbol')
>>>> 
>>>> Is this a bug in Seaside or me writing one?
>>>> 
>>>> Johan_______________________________________________
>>>> seaside mailing list
>>>> seaside at lists.squeakfoundation.org
>>>> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>>>> 
>>> 
>>> 
>>> 
>>> --
>>> Lukas Renggli
>>> www.lukas-renggli.ch
>>> 
>> 
>> 
>> 
>> --
>> Lukas Renggli
>> www.lukas-renggli.ch
>> 
> 
> 
> 
> -- 
> Lukas Renggli
> www.lukas-renggli.ch
> _______________________________________________
> seaside mailing list
> seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside



More information about the seaside mailing list