Dorian B. wrote:

"Niky Williams" <[EMAIL PROTECTED]> a écrit :

This makes absolutely no sense. I've implemented the nsIPromptService in my embedding app and they work plenty fine. I've created a page that tests each function of nsIPromptService and they work as designed...THEN I get this prompt "Security Error: Domain Name Missmatch" on a different site, the buttons are there...the title is there....but NO text. I can click on any of the buttons but nothing happens. I've tried trapping which nsIPromptService function it calls...was assuming nsIPromtService:ConfirmEx (). But to no avail...it's like it doesn't even use my prompt service for this prompt. Am I missing something here? I don't understand why this particular prompt is not behaving like it should. Thanks in advance to anyone who can shed some light on this issue.

This dialog is one of thoses that are not handled by the prompt service. If you want to implement them you need to implement another interfaces (nsIBadCertListener in that specific case I think).

Now if the original dialog doesn't work correctly, it's because you're app is not handling chrome content correctly.


Dorian,
Thanks for the reply. I find it odd that everything else seems to work fine with my app. Knowing that you have not seen my code or know much about my application, is there some particular ball park area you could point to that I might look into to see if I have not handled it correctly? Any hint or ideas would be greatly appreciated, since everything else seems to work okay that I've come across, this just baffles me. Again, thanks for the reply.

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

Reply via email to