Seaside callbacks Firefox 3

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

Seaside callbacks Firefox 3

Sebastian Sastre-2
Hi there,

        I just found something very strange using the brand new Firefox 3 on a
seaside app. Some anchor callbacks wont be found. The same page have proper
callback with opera, safari, ff2 even IE6

        I didn’t found the cause yet but I wanted to know if others found this
problem too or if there is a know issue about it,

        cheers,

Sebastian Sastre

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

RE: Seaside callbacks Firefox 3

Sebastian Sastre-2
To add some observation info, I saw the callback key generated for the failing
anchors is always a value (like 104) for the source code of that page in the
browsers which has it working fine and another value in FF3 (like 70).
I can't imagine why seaside will render differently the callback keys depending
on UA. Any clue about that?

        thanks,

Sebastian Sastre

> -----Mensaje original-----
> De: [hidden email]
> [mailto:[hidden email]] En nombre
> de Sebastian Sastre
> Enviado el: Jueves, 19 de Junio de 2008 10:46
> Para: 'Seaside - general discussion'
> Asunto: [Seaside] Seaside callbacks Firefox 3
>
> Hi there,
>
> I just found something very strange using the brand new
> Firefox 3 on a
> seaside app. Some anchor callbacks wont be found. The same
> page have proper
> callback with opera, safari, ff2 even IE6
>
> I didn’t found the cause yet but I wanted to know if
> others found this
> problem too or if there is a know issue about it,
>
> cheers,
>
> Sebastian Sastre
>
> _______________________________________________
> seaside mailing list
> [hidden email]
> http://lists.squeakfoundation.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: Seaside callbacks Firefox 3

Lukas Renggli
This is strange, maybe it is related with this bug?

     http://code.google.com/p/seaside/issues/detail?id=75

What version of Seaside are you using? What server adapter?

Cheers,
Lukas

On 6/19/08, Sebastian Sastre <[hidden email]> wrote:

> To add some observation info, I saw the callback key generated for the failing
>  anchors is always a value (like 104) for the source code of that page in the
>  browsers which has it working fine and another value in FF3 (like 70).
>  I can't imagine why seaside will render differently the callback keys depending
>  on UA. Any clue about that?
>
>         thanks,
>
>  Sebastian Sastre
>
>  > -----Mensaje original-----
>  > De: [hidden email]
>  > [mailto:[hidden email]] En nombre
>  > de Sebastian Sastre
>  > Enviado el: Jueves, 19 de Junio de 2008 10:46
>  > Para: 'Seaside - general discussion'
>  > Asunto: [Seaside] Seaside callbacks Firefox 3
>
> >
>  > Hi there,
>  >
>  >       I just found something very strange using the brand new
>  > Firefox 3 on a
>  > seaside app. Some anchor callbacks wont be found. The same
>  > page have proper
>  > callback with opera, safari, ff2 even IE6
>  >
>  >       I didn't found the cause yet but I wanted to know if
>  > others found this
>  > problem too or if there is a know issue about it,
>  >
>  >       cheers,
>  >
>  > Sebastian Sastre
>  >
>  > _______________________________________________
>  > seaside mailing list
>  > [hidden email]
>  > http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>
>  _______________________________________________
>  seaside mailing list
>  [hidden email]
>  http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>


--
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: Seaside callbacks Firefox 3

Philippe Marschall
In reply to this post by Sebastian Sastre-2
Could you submit a small test case? I have been using FireFox 3 for
quite some time now and not noticed a problem.

Cheers
Philippe

2008/6/19, Sebastian Sastre <[hidden email]>:

> Hi there,
>
>         I just found something very strange using the brand new Firefox 3 on a
>  seaside app. Some anchor callbacks wont be found. The same page have proper
>  callback with opera, safari, ff2 even IE6
>
>         I didn't found the cause yet but I wanted to know if others found this
>  problem too or if there is a know issue about it,
>
>         cheers,
>
>  Sebastian Sastre
>
>  _______________________________________________
>  seaside mailing list
>  [hidden email]
>  http://lists.squeakfoundation.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
|

Firebug 1.2b for FF3 issue (RE: Seaside callbacks Firefox 3)

Sebastian Sastre-2
In reply to this post by Lukas Renggli
Hi Lukas,

        I was using lr.545 and now upgraded to lr.563. The issue is the same in
both versions. I don't know if its related to issue 75 as you asked. I've
checked with the 563 the FF3 is working fine when requesting the /config page.

.... Ok!!! I've found something: I've tested exactly the same page but with
Firefox3 extensions *disabled* and, don't ask me why but, those anchors worked
just as expected.

        Enabling only Firebug 1.2b also works. It start to complain when I
enable Firebug 1.2 *and* Yslow 0.9.5b2. So I'll keep YSlow out of the equatin by
now.

        There is something curious anyway about the anchor key numbers being
equal for all UA except for FF3 which firebug or yslow seems not able to
explain: the key numbers of those anchors where the same when working fine and
bad. The only thing changed results was disabling yslow.

        Regards,

Sebastian Sastre


 

> -----Mensaje original-----
> De: [hidden email]
> [mailto:[hidden email]] En nombre
> de Lukas Renggli
> Enviado el: Jueves, 19 de Junio de 2008 12:31
> Para: Seaside - general discussion
> Asunto: Re: [Seaside] Seaside callbacks Firefox 3
>
> This is strange, maybe it is related with this bug?
>
>      http://code.google.com/p/seaside/issues/detail?id=75
>
> What version of Seaside are you using? What server adapter?
>
> Cheers,
> Lukas
>
> On 6/19/08, Sebastian Sastre <[hidden email]> wrote:
> > To add some observation info, I saw the callback key
> generated for the failing
> >  anchors is always a value (like 104) for the source code
> of that page in the
> >  browsers which has it working fine and another value in
> FF3 (like 70).
> >  I can't imagine why seaside will render differently the
> callback keys depending
> >  on UA. Any clue about that?
> >
> >         thanks,
> >
> >  Sebastian Sastre
> >
> >  > -----Mensaje original-----
> >  > De: [hidden email]
> >  > [mailto:[hidden email]] En nombre
> >  > de Sebastian Sastre
> >  > Enviado el: Jueves, 19 de Junio de 2008 10:46
> >  > Para: 'Seaside - general discussion'
> >  > Asunto: [Seaside] Seaside callbacks Firefox 3
> >
> > >
> >  > Hi there,
> >  >
> >  >       I just found something very strange using the brand new
> >  > Firefox 3 on a
> >  > seaside app. Some anchor callbacks wont be found. The same
> >  > page have proper
> >  > callback with opera, safari, ff2 even IE6
> >  >
> >  >       I didn't found the cause yet but I wanted to know if
> >  > others found this
> >  > problem too or if there is a know issue about it,
> >  >
> >  >       cheers,
> >  >
> >  > Sebastian Sastre
> >  >
> >  > _______________________________________________
> >  > seaside mailing list
> >  > [hidden email]
> >  >
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
> >
> >  _______________________________________________
> >  seaside mailing list
> >  [hidden email]
> >  http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
> >
>
>
> --
> Lukas Renggli
> http://www.lukas-renggli.ch
> _______________________________________________
> seaside mailing list
> [hidden email]
> http://lists.squeakfoundation.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: Seaside callbacks Firefox 3

Sebastian Sastre-2
In reply to this post by Philippe Marschall
Hi Phillipe,

        the page is kind of complex and I cant isolate the case right now. Anyway seems YSlow is injecting some noise. Did you use it in FF3?

        regards,

Sebastian Sastre

 

> -----Mensaje original-----
> De: [hidden email]
> [mailto:[hidden email]] En nombre
> de Philippe Marschall
> Enviado el: Jueves, 19 de Junio de 2008 13:29
> Para: Seaside - general discussion
> Asunto: Re: [Seaside] Seaside callbacks Firefox 3
>
> Could you submit a small test case? I have been using FireFox 3 for
> quite some time now and not noticed a problem.
>
> Cheers
> Philippe
>
> 2008/6/19, Sebastian Sastre <[hidden email]>:
> > Hi there,
> >
> >         I just found something very strange using the brand
> new Firefox 3 on a
> >  seaside app. Some anchor callbacks wont be found. The same
> page have proper
> >  callback with opera, safari, ff2 even IE6
> >
> >         I didn't found the cause yet but I wanted to know
> if others found this
> >  problem too or if there is a know issue about it,
> >
> >         cheers,
> >
> >  Sebastian Sastre
> >
> >  _______________________________________________
> >  seaside mailing list
> >  [hidden email]
> >  http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
> >
> _______________________________________________
> seaside mailing list
> [hidden email]
> http://lists.squeakfoundation.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: Seaside callbacks Firefox 3

Philippe Marschall
2008/6/19, Sebastian Sastre <[hidden email]>:
> Hi Phillipe,
>
>         the page is kind of complex and I cant isolate the case right now. Anyway seems YSlow is injecting some noise. Did you use it in FF3?
>

Use what? Seaside?

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

RE: Seaside callbacks Firefox 3

Sebastian Sastre-2
well I expect so.. Heh.

Disambiguating: I meant Yslow (0.9.5b2) on Firefox 3

        I had to disable it and all went normal

        cheers,

Sebastian Sastre


 

> -----Mensaje original-----
> De: [hidden email]
> [mailto:[hidden email]] En nombre
> de Philippe Marschall
> Enviado el: Jueves, 19 de Junio de 2008 15:43
> Para: Seaside - general discussion
> Asunto: Re: [Seaside] Seaside callbacks Firefox 3
>
> 2008/6/19, Sebastian Sastre <[hidden email]>:
> > Hi Phillipe,
> >
> >         the page is kind of complex and I cant isolate the
> case right now. Anyway seems YSlow is injecting some noise.
> Did you use it in FF3?
> >
>
> Use what? Seaside?
>
> Cheers
> Philippe
> _______________________________________________
> seaside mailing list
> [hidden email]
> http://lists.squeakfoundation.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: Seaside callbacks Firefox 3

Philippe Marschall
In reply to this post by Sebastian Sastre-2
2008/6/19, Sebastian Sastre <[hidden email]>:
> To add some observation info, I saw the callback key generated for the failing
>  anchors is always a value (like 104) for the source code of that page in the
>  browsers which has it working fine and another value in FF3 (like 70).
>  I can't imagine why seaside will render differently the callback keys depending
>  on UA. Any clue about that?

No and I can't reproduce it. Could you submit a small test?

Cheers
Philippe
_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside