After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 334867 - Html view is transparent on start-up
Html view is transparent on start-up
Status: RESOLVED FIXED
Product: devhelp
Classification: Applications
Component: General
git master
Other All
: Normal normal
: ---
Assigned To: Mikael Hallendal
Mikael Hallendal
Depends on:
Blocks:
 
 
Reported: 2006-03-17 12:21 UTC by Johannes Schmid
Modified: 2007-01-22 22:44 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Quick work-around (1.20 KB, patch)
2006-07-07 01:12 UTC, David Trowbridge
committed Details | Review

Description Johannes Schmid 2006-03-17 12:21:42 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:
Comment 1 Christian Persch 2006-03-17 20:02:29 UTC
Confirmed.

This is a gtkmozembed bug, https://bugzilla.mozilla.org/show_bug.cgi?id=312998 .
Comment 2 Daniel Holbach 2006-04-20 14:54:48 UTC
Mentioned in https://launchpad.net/products/firefox/+bug/40320 as well.
Comment 3 David Trowbridge 2006-07-07 01:12:54 UTC
Created attachment 68512 [details] [review]
Quick work-around

Display about:blank by default
Comment 4 David Trowbridge 2006-11-03 02:22:42 UTC
Any comments on the hack-patch?  It's perhaps not the best solution, but this bug is really ugly.
Comment 5 Mikael Hallendal 2006-11-03 07:47:14 UTC
I have no problem with this work-around.
Comment 6 David Trowbridge 2007-01-08 02:14:43 UTC
Does that mean I should commit or no?
Comment 7 Richard Hult 2007-01-22 13:04:14 UTC
Yes, please do.
Comment 8 David Trowbridge 2007-01-22 22:44:02 UTC
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.