If you are using an optimized build, Assertions will not be triggered.
I'm just guessing here, but the problem is probably that you have not
implemented a WindowCreator, which is necessary to have any pop up
windows appear - either for links targeted to "_blank", or error
dialogs.  I have not tried building or using gtkMozEmbed, but in my
experience, this failure is a silent one and doesn't cause any problems
other than not getting the expected behavior.  I imagine, in your case,
it depends on what the page you're attempting to load wants to do with
the return value from the dialog, and how it is displaying the dialog.

I believe that winEmbed() implements a WindowCreator. You may want to
look at that code.

J

Peter Szinek wrote:
> Hello all,
>
> I am developing a gecko-based simple web browser as a part of my PhD
> thesis. I am having problem with loading https pages where dialogs
> should pop-up
> (e.g. https pages with own issued/expired certificates). When i enter

> the url to the URL field and hit enter, the page loading begins and
> hangs for ever (i receive a loading_started signal but no
> loading_finished) but nothing else happens (no dialog box at all -
> simple a blank page with no response). I think mozilla should
> supply some default dialog boxes in this case, or?

_______________________________________________
mozilla-embedding mailing list
[email protected]
http://mail.mozilla.org/listinfo/mozilla-embedding

Reply via email to