"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.

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

Reply via email to