Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 378394 - [hovering] class explorer tooltips in debug perspective appear black on black
Summary: [hovering] class explorer tooltips in debug perspective appear black on black
Status: CLOSED DUPLICATE of bug 329720
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Debug (show other bugs)
Version: 3.8   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: JDT-Debug-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-03 13:09 EDT by Chris Bainbridge CLA
Modified: 2012-05-04 04:03 EDT (History)
1 user (show)

See Also:


Attachments
jpg of black on black class explorer tooltip in debug perspective (39.28 KB, image/jpeg)
2012-05-03 13:14 EDT, Chris Bainbridge CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Bainbridge CLA 2012-05-03 13:09:14 EDT
Build Identifier: Version: 3.7.2 Build id: M20120208-0800

When the desktop theme uses a tooltip black background then the "class explorer tooltip" in the debug perspective is not visible because the text is black on black. 

Note: I know that a similar issue has been reported previously where Javadoc tooltips appear in black on black (bug #312966). This is not the same bug. This bug is specifically for the "class explorer tooltip" in the debug perspective. Obviously it is very similar to the previous bug, I would guess that the cause is probably similar, but the Javadoc tooltips appear as white text on black background which is ok.

Reproducible: Always

Steps to Reproduce:
1. Create this:

public class YoWorld {
	static public class X {
		int a,b,c;
		X() {
			a=b=c=0;
		}
	}

	/**
	 * @param args
	 */
	public static void main(String[] args) {
		// TODO Auto-generated method stub
		int x = 5;
		int y=0;
		int z;
		X x2 = new X();
		String s;
		z=x+y;
		z--;
		System.out.println("hello world");
	}

}


2. Set breakpoint at z=x+y
3. Run debugger
4. Hover over x2 in "X x2 = new X();"
Comment 1 Chris Bainbridge CLA 2012-05-03 13:14:31 EDT
Created attachment 215015 [details]
jpg of black on black class explorer tooltip in debug perspective
Comment 2 Dani Megert CLA 2012-05-04 03:20:13 EDT

*** This bug has been marked as a duplicate of bug 368161 ***
Comment 3 Dani Megert CLA 2012-05-04 04:03:14 EDT

*** This bug has been marked as a duplicate of bug 329720 ***