popupAnchor not working on IE 6

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

popupAnchor not working on IE 6

Rajeev Lochan
Hi All,
popupAnchor doesn't seem to work on IE 6.0.2900. I tried the following code. When we click on anchor, we are rendered with a popup browser with counter example, but the main page also renders a counter example. Anyone else has also observed this ??
I tried with Damiens image of 2.7 and 2.8. I am at the verge of completion of a web app and had been testing with Firefox throughout. When recently I tried to test it on IE 6, to my horror, it is not working. Is there any workaround.

renderContentOn: html
       html popupAnchor
               name: 'Counter';
               extent: 800@600;
               callback: [ WARenderLoop new call: WACounter new ];
               with: 'popup counter'


Help needed,
Rajeev

--
Rajeev Lochan

Co-founder, AR-CAD.com

http://www.ar-cad.com
+91 9243468076 (Bangalore)
080 65355873
_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: popupAnchor not working on IE 6

Lukas Renggli
> popupAnchor doesn't seem to work on IE 6.0.2900. I tried the following code.
> When we click on anchor, we are rendered with a popup browser with counter
> example, but the main page also renders a counter example. Anyone else has
> also observed this ??

You need to provide more information: I tried to reproduce your
problem with the included test case WAPopupTest. I cannot reproduce
the problem on IE 6.0.2800.1106 and IE 7.0.6000.16473.

> I tried with Damiens image of 2.7 and 2.8. I am at the verge of completion
> of a web app and had been testing with Firefox throughout. When recently I
> tried to test it on IE 6, to my horror, it is not working. Is there any
> workaround.

The web-images are known to be broken, because of incompatible
versions of Seaside and some of its dependents and dependencies. I
don't know if this affects the popups.

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: popupAnchor not working on IE 6

Rajeev Lochan
Lukas,
Since you are not able to reproduce the problems on your image. As hinted by you, I tried to do it using virgin web image of Damien (web-95-2) and the same problem exists in it.
You are right, the image is broken to perform this function.

Thanks anyways for your help,
Rajeev

On 10/13/07, Lukas Renggli <[hidden email]> wrote:
> popupAnchor doesn't seem to work on IE 6.0.2900. I tried the following code.
> When we click on anchor, we are rendered with a popup browser with counter
> example, but the main page also renders a counter example. Anyone else has
> also observed this ??

You need to provide more information: I tried to reproduce your
problem with the included test case WAPopupTest. I cannot reproduce
the problem on IE 6.0.2800.1106 and IE 7.0.6000.16473.

> I tried with Damiens image of 2.7 and 2.8. I am at the verge of completion
> of a web app and had been testing with Firefox throughout. When recently I
> tried to test it on IE 6, to my horror, it is not working. Is there any
> workaround.

The web-images are known to be broken, because of incompatible
versions of Seaside and some of its dependents and dependencies. I
don't know if this affects the popups.

Lukas

--
Lukas Renggli
http://www.lukas-renggli.ch
_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside



--
Rajeev Lochan

Co-founder, AR-CAD.com

http://www.ar-cad.com
+91 9243468076 (Bangalore)
080 65355873
_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside