I am using my own version modified based in TestGtkEmbed ( mozilla 1.7.12 ), the blank pop up is the first time that pop-up apears with two buttons (ok and cancel) . If I put wrongly the uri that is going to be loaded, the pop up, that appearas alerting me this error, is ok (it is a one button pop up)

So I 'm thinking that could be the first pop up calling from my javascript applicattion.

I have seen that every the pop ups has to call this funcion:

NS_IMETHODIMP
nsPromptService::Alert(nsIDOMWindow *parent,
                  const PRUnichar *dialogTitle, const PRUnichar *text)

So if you try to load Nick's page you obtain the wrong pop up because it's an alert coming from js...

http://www.elcars.com/popup.html


I dont know if chrome has to do anything with that problem..

but every popup try to load, :
chrome://global/content/commonDialog.xul
(or toolkit.jar)

I think that chrome is not the problem but something that seems really strange is that : mozilla loading a url pass through this function several times each load throuht this function:

nsChromeRegistry::GetBaseURL(const nsACString& aPackage,
                            const nsACString& aProvider,
                            nsACString& aBaseURL)




Carlos Molina


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
_______________________________________________
dev-embedding mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-embedding


_______________________________________________
dev-embedding mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-embedding

Reply via email to