[Seaside] button broken in IE?

Conrad Taylor conradwt at gmail.com
Thu Aug 9 04:26:11 UTC 2007


Hi, it may be IE instead of Seaside.  VisualWorks?  Squeak?  Version?  If
you're using Squeak what's happening in the Transcript window?
-Conrad

On 8/8/07, Esteban Lorenzano <estebanlm at gmail.com> wrote:
>
> Hi,
> I'm using Seaside version 2.8a1-lr.423 and Scriptaculous version lr-206.
> The following code works with Firefox and does not work with Internet
> Explorer 6:
>
>     html div class: #header;    with: [
>         html heading: 'Login'].
>     html div class: #error; with: [
>         html text: error ].
>     html div class: #form; with: [
>         html form: [
>             html text: 'usuario:'.
>             html space.
>             html textInput on: #userName of: self.
>             html break.
>             html text: 'password:'.
>             html space.
>             html passwordInput on: #password of: self.
>             html break.
>             html button on: #accept of: self; with: 'Aceptar' ] ]
>
> In firefox, when I press "Aceptar", callback is executed correctly. In IE,
> nothing happens... older versions of seaside/scriptaculous (I don't remember
> which ones) worked correctly.
> any ideas?
>
> Thanks,
> Esteban
>
>
> --
> "Querer es suscitar las paradojas"
> Camus. El míto de Sísifo.
> _______________________________________________
> Seaside mailing list
> Seaside at lists.squeakfoundation <Seaside at lists.squeakfoundation.org>.org<Seaside at lists.squeakfoundation.org>
> http://lists.squeakfoundation<http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside>
> .org/cgi-bin/mailman/listinfo/seaside<http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/seaside/attachments/20070808/58cb70f6/attachment.htm


More information about the Seaside mailing list