[Seaside] Reef bug?

Julian Fitzell jfitzell at gmail.com
Thu Feb 24 15:43:22 UTC 2011


Spaces are urlencoded as + signs. I'd guess something's going on
there, but not sure what level the bug's at...

On Thu, Feb 24, 2011 at 3:10 PM, AxiNat <tibabenfortlapalanca at gmail.com> wrote:
> Hi list, and Esteban :)
> I either found a little bug in Reef or I missunderstood something, here's my
> code:
> initializeContents
> self add: (RETextField new id: 'anId'; onBlur: [:me | me trigger]; on: #text
> of: self).
> self add: (REButton new label: 'Try me!'; callback: [self inform: self
> text])
> The code works, except when you enter a + symbol in the textbox... if you
> input '3+2', you get '3 2' as a response.
> Am I doing something wrong or this is a bug?
> Thanks!
> Bernat Romagosa.
> _______________________________________________
> seaside mailing list
> seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>
>


More information about the seaside mailing list