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 [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
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 <[hidden email]> wrote: Hi, _______________________________________________ Seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
> > 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: > > > > [..] > > > > 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? I copied your code into the latest version in it works for me in IE6, FireFox and Safari. What is the resulting XHTML? Does WAButtonTest work for you? Are you sure that you don't have forms nested? I just fixed WAButtonTag yesterday, there was some code missing in there that broke it. Maybe also try one or two earlier versions. Lukas -- Lukas Renggli http://www.lukas-renggli.ch _______________________________________________ Seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
Thanks for the answers... updating to lastest version works.
E On 8/9/07, Lukas Renggli <[hidden email]
> wrote: > > I'm using Seaside version 2.8a1-lr.423 and Scriptaculous version lr-206. -- "Querer es suscitar las paradojas" Camus. El míto de Sísifo. _______________________________________________ Seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
Free forum by Nabble | Edit this page |