[Seaside] button broken in IE?

Esteban Lorenzano estebanlm at gmail.com
Thu Aug 9 03:47:48 UTC 2007


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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/seaside/attachments/20070809/f5554076/attachment-0001.htm


More information about the Seaside mailing list