GNOME Bugzilla – Bug 347967
doesn't follow theme colours
Last modified: 2007-05-16 21:39:49 UTC
Steps: 0) Switch theme to HighContrastInverse 1) Start devhelp and load some doc page Actual result: Glaring white background with black text! Expected result: White text on dark blue background.
Created attachment 69144 [details] [review] fix Always use the theme colours
Thanks! Please commit :)
I committed the patch. But it turns out it causes a problem on gecko < 1.9: the headers on the gtk API docs pages become transparent and when you scroll down, the text shows up under them...
Ah, should we make it conditional only for >= 1.9? I need to make a new release I guess.
Yes, that's easily possible.
I've commented out the document color setting for now, and will make a release.
I'm not sure what happened with this patch and wether it checks the gecko version, but I am currently using devhelp-0.12, linked against firefox 1.5.0.7, and I still get the 'transparant headers' issue (as well as monospaced font refusing to become anti-aliased, no matter what font I select in the font selector, though this is maybe a separate issue). Is this to be expected or a bug?
The patch is in CVS (or rather the patch has been reverted in CVS), but no release has been made yet.
I committed a variant that makes the setting only apply for gecko 1.9 and later. I'm not sure if that will help anyone as even feisty only has 1.8 as far as I can see though :(
Just for reference, the gecko bug about the transparent headers was https://bugzilla.mozilla.org/show_bug.cgi?id=255411 .