button broken in IE?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

button broken in IE?

EstebanLM
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
Reply | Threaded
Open this post in threaded view
|

Re: button broken in IE?

Conrad Taylor
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,
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][hidden email]
<a onclick="return top.js.OpenExtLink(window,event,this)" href="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside" target="_blank"> http://lists.squeakfoundation<a onclick="return top.js.OpenExtLink(window,event,this)" href="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside" target="_blank">.org/cgi-bin/mailman/listinfo/seaside


 

_______________________________________________
Seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: button broken in IE?

Lukas Renggli
> > 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
Reply | Threaded
Open this post in threaded view
|

Re: button broken in IE?

EstebanLM
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.
> > 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



--
"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