Issue 57226 - Unreadable tooltips - white on yellow
Summary: Unreadable tooltips - white on yellow
Status: CLOSED NOT_AN_OOO_ISSUE
Alias: None
Product: General
Classification: Code
Component: ui (show other issues)
Version: OOo 2.0
Hardware: PC Linux, all
: P3 Trivial (vote)
Target Milestone: ---
Assignee: thorsten.martens
QA Contact: issues@framework
URL:
Keywords: needmoreinfo, oooqa
Depends on:
Blocks:
 
Reported: 2005-11-02 17:41 UTC by chewi
Modified: 2011-02-12 21:12 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments
XLS on the left, ODS on the right. Tooltips are white on yellow from XLS (113.76 KB, image/png)
2011-02-12 20:49 UTC, katams
no flags Details
MS Excel file showing the error in Openoffice with White on Yellow tooltips (13.50 KB, application/vnd.ms-excel)
2011-02-12 20:51 UTC, katams
no flags Details
Screenshot showing MS Excel 2003 and the same file opened in OpenOffice (165.44 KB, image/png)
2011-02-12 20:53 UTC, katams
no flags Details

Note You need to log in before you can comment on or make changes to this issue.
Description chewi 2005-11-02 17:41:17 UTC
I saw a similar bug to this before and thought it would be fixed for 2.0 final. 
I guess it wasn't quite the same thing. My tooltips are unreadable because they 
have white text on a yellow background. I am using the Geramik GTK engine, which 
borrows its colours from the user's Qt settings. In my case, I have white text 
on a dark blue background - hence the reason why the tooltips have white text. 
This problem also occured in some other apps, including Gaim, but this was fixed 
by adding the following to my .gtkrc-2.0 file.

style "tooltips" {
        fg[NORMAL] = { 0.0, 0.0, 0.0 }
        text[NORMAL] = { 0.0, 0.0, 0.0 }
}

widget "gtk-tooltips*" style "tooltips"
Comment 1 Rainer Bielefeld 2006-09-30 08:18:56 UTC
@chewi:
Problem still visible for you with 2.0.3?
Comment 2 michael.ruess 2007-08-16 15:34:46 UTC
Framework issue.
Comment 3 Olaf Felka 2007-08-16 16:02:15 UTC
No activity of the submitter for years. Closing
Comment 4 Olaf Felka 2007-08-16 16:04:01 UTC
Feel free to reopen this issue if it still exists in OOo 2.21 ot newer.
Comment 5 katams 2011-02-12 20:46:52 UTC
Please see the following Launchpad bug with example files of this issue.
Bug still exists.

There is an example XLS file that shows this behaviour
https://bugs.launchpad.net/bugs/702451
Comment 6 katams 2011-02-12 20:49:06 UTC
Created attachment 75821 [details]
XLS on the left, ODS on the right. Tooltips are white on yellow from XLS
Comment 7 katams 2011-02-12 20:51:03 UTC
Created attachment 75822 [details]
MS Excel file showing the error in Openoffice with White on Yellow tooltips
Comment 8 katams 2011-02-12 20:53:05 UTC
Created attachment 75823 [details]
Screenshot showing MS Excel 2003 and the same file opened in OpenOffice
Comment 9 katams 2011-02-12 20:55:12 UTC
Please reopen this bug.
Comment 10 katams 2011-02-12 21:12:34 UTC
This bug exists in version 3.2 as well so the version in this bug also needs to 
be updated.