Closed Bug 228590 Opened 22 years ago Closed 20 years ago

tooltips with gtk2 seems distorted as if memory garbage is all over them

Categories

(Core :: Widget: Gtk, defect)

1.0 Branch
x86
Linux
defect
Not set
normal

Tracking

()

RESOLVED EXPIRED

People

(Reporter: danny_milo, Assigned: blizzard)

Details

Attachments

(2 files)

User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; X11; Linux i686) Opera 7.23 [en] Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.5) Gecko/20031214 Firebird/0.7 With mozilla firebird 0.6 and 0.7 gtk2, all tooltips look distorted. Easiest seen by placing mouse on a toolbar button. I know this is a very generic Reproducible: Always Steps to Reproduce: 1.use firebird gtk2 2.make a tooltip (hint) show up, for example by hovering a toolbar item 3.see gibberish on tooltip Actual Results: gibberish on tooltip, text can be read somehow Expected Results: uniform background color on tooltip, text using another foreground color that the background default theme, new installation...
still there ...
still there ... firefox 0.8 ...
All tooltips exibit this bug. Sometimes the garbage makes the text unreadable.
Worksforme with 20040429 Firefox linux build
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago
Resolution: --- → WORKSFORME
asa: With gtk2 too ? I updated to 0.9.2 in hope it would help. Nope, still there. (maybe 0.9.2 was before 20040429 though?) Hope you dont mind me reopening...
Status: RESOLVED → UNCONFIRMED
Resolution: WORKSFORME → ---
also note that if it is hard to reproduce for you, I can program C and can put debugging messages here and there to find that, but I dont know the location of the tooltips drawing stuff in the source and dont feel like reading it all ;)
I switched to another GTK theme and the problem disappeared in all versions. Could it possibly be a conflict between Firefox and the theme?
yeah, seems that way. The offender in my case was: (in my home .gtkrc-2.0) # Aqua fixup: style "gtk-tooltips-style" { bg[NORMAL] = "#ffffc0" fg[NORMAL] = "#000000" engine "pixmap" { image { function = FLAT_BOX detail = "tooltip" } } bg_pixmap[NORMAL] = "<none>" } widget "gtk-tooltips*" style "gtk-tooltips-style" If I change that to # Aqua fixup: style "gtk-tooltips-style" { bg[NORMAL] = "#ffffc0" fg[NORMAL] = "#000000" bg_pixmap[NORMAL] = "<none>" } widget "gtk-tooltips*" style "gtk-tooltips-style" It works O_o
also note that in some occassions you have to switch between two different tooltips two or three times to make the bug show
for reference, my gtkrc that caused all that mess.
also note that it doesnt matter which gtk theme (at least I couldnt find a single one that worked in this regard), if this custom gtkrc is used, it breaks
This happens when the gtk engine doesn't properly draw a background for the tooltip widget. Neglecting to draw a background doesn't show up in normal gtk applications presumably because gtk fills the background with the standard background color before calling the engine.
Moving to Core->Widget: Gtk
Assignee: firefox → blizzard
Component: General → Widget: Gtk
Product: Firefox → Core
QA Contact: ian
Version: unspecified → 1.0 Branch
This is an automated message, with ID "auto-resolve01". This bug has had no comments for a long time. Statistically, we have found that bug reports that have not been confirmed by a second user after three months are highly unlikely to be the source of a fix to the code. While your input is very important to us, our resources are limited and so we are asking for your help in focussing our efforts. If you can still reproduce this problem in the latest version of the product (see below for how to obtain a copy) or, for feature requests, if it's not present in the latest version and you still believe we should implement it, please visit the URL of this bug (given at the top of this mail) and add a comment to that effect, giving more reproduction information if you have it. If it is not a problem any longer, you need take no action. If this bug is not changed in any way in the next two weeks, it will be automatically resolved. Thank you for your help in this matter. The latest beta releases can be obtained from: Firefox: http://www.mozilla.org/projects/firefox/ Thunderbird: http://www.mozilla.org/products/thunderbird/releases/1.5beta1.html Seamonkey: http://www.mozilla.org/projects/seamonkey/
This bug has been automatically resolved after a period of inactivity (see above comment). If anyone thinks this is incorrect, they should feel free to reopen it.
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago20 years ago
Resolution: --- → EXPIRED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: