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)
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...
| Reporter | ||
Comment 1•21 years ago
|
||
still there ...
| Reporter | ||
Comment 2•21 years ago
|
||
still there ... firefox 0.8
...
Comment 3•21 years ago
|
||
All tooltips exibit this bug. Sometimes the garbage makes the text unreadable.
Comment 4•21 years ago
|
||
Worksforme with 20040429 Firefox linux build
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago
Resolution: --- → WORKSFORME
| Reporter | ||
Comment 5•21 years ago
|
||
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 → ---
| Reporter | ||
Comment 6•21 years ago
|
||
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 ;)
Comment 7•21 years ago
|
||
I switched to another GTK theme and the problem disappeared in all versions.
Could it possibly be a conflict between Firefox and the theme?
| Reporter | ||
Comment 8•21 years ago
|
||
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
| Reporter | ||
Comment 9•21 years ago
|
||
also note that in some occassions you have to switch between two different
tooltips two or three times to make the bug show
| Reporter | ||
Comment 10•21 years ago
|
||
for reference, my gtkrc that caused all that mess.
| Reporter | ||
Comment 11•21 years ago
|
||
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
Comment 12•21 years ago
|
||
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.
Comment 13•20 years ago
|
||
Moving to Core->Widget: Gtk
Assignee: firefox → blizzard
Component: General → Widget: Gtk
Product: Firefox → Core
QA Contact: ian
Version: unspecified → 1.0 Branch
Comment 14•20 years ago
|
||
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/
Comment 15•20 years ago
|
||
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 ago → 20 years ago
Resolution: --- → EXPIRED
You need to log in
before you can comment on or make changes to this bug.
Description
•