Boris Zbarsky wrote:
Carlos Molina wrote:
The first pop-up that come up it is blank except for the two main buttons (ok and cancel). I have read previous threads about that but I have not any clear solution.

How would one go about reproducing this? Can the problem be reproduced in TestGtkEmbed, for example?

-Boris

Boris,
I can on MFCEmbed

Here is what I did to reproduce it:
did a "make" on MFCEmbed and moved the .exe into /dist/bin

After running MFCEmbed, paste in the following url
http://www.elcars.com/popup.html

The FIRST time it seems to come up okay...but if you click on the URL edit box and hit enter (or click refresh), the alert box is blank.
Code for the .HTML file used in the above link:

//----------------------------------------
<html>
        <head>
                <title>
                        Popup Test
                </title>
        </head>
        <body>
                <script language="javascript">
                        alert ("test");
                </script>
        </body>
</html>
//----------------------------------------

I compiled MFCEmbed using FF 1.5.0.1 (1.8 branch?), the issue I originally dealt with was on FF 1.0.7....but evidentially I can reproduce it here as well. FF itself seems to handle it just fine though.

Niky Williams
_______________________________________________
dev-embedding mailing list
dev-embedding@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-embedding

Reply via email to