GNOME Bugzilla – Bug 334867
Html view is transparent on start-up
Last modified: 2007-01-22 22:44:35 UTC
Please describe the problem: When devhelp is launched the html view (gecko widget) does not have a background but is transparent and you see the desktop/applications behind. This is not nice because it looks like something has crashed. It would be better if there would be a (gray/white) background. Steps to reproduce: 1. Start devhelp with no options 2. Look at html view before you select any item in the tree Actual results: Expected results: Does this happen every time? yes Other information:
Confirmed. This is a gtkmozembed bug, https://bugzilla.mozilla.org/show_bug.cgi?id=312998 .
Mentioned in https://launchpad.net/products/firefox/+bug/40320 as well.
Created attachment 68512 [details] [review] Quick work-around Display about:blank by default
Any comments on the hack-patch? It's perhaps not the best solution, but this bug is really ugly.
I have no problem with this work-around.
Does that mean I should commit or no?
Yes, please do.
Fixed in the development version. The fix will be available in the next major release. Thank you for your bug report. 2007-01-22 David Trowbridge <trowbrds@gmail.com> * src/dh-html.c: Initialize the GtkMozEmbed widget to display about:blank instead of nothing. Fixes bug #334867.