Bug 293660 - [content assist] Autocomplete box painted black
Summary: [content assist] Autocomplete box painted black
Status: RESOLVED WORKSFORME
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Text (show other bugs)
Version: 3.5   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: JDT-Text-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: needinfo
Depends on:
Blocks:
 
Reported: 2009-10-29 08:49 EDT by sthrudel CLA
Modified: 2009-11-09 04:45 EST (History)
1 user (show)

See Also:


Attachments
Autocomplete box that appear black (21.98 KB, image/png)
2009-10-29 08:52 EDT, sthrudel CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description sthrudel CLA 2009-10-29 08:49:02 EDT
User-Agent:       Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US; rv:1.9.1.4) Gecko/20091016 Firefox/3.5.4
Build Identifier: 20090619-0625

Here is a piece of code that makes autocomplete box appear black:

...
...
// Scan through method annotations.
for (Annotation annotation : annotations) {
	if(annotation instanceof MetricQuery) {
		Class<?>[] params = method.getParameterTypes();
		if(params[0].getSuperclass().   // <-- when I insert the last dot, black autocomplete box appears.
	}
}

Reproducible: Always

Steps to Reproduce:
1. Copy/paste the code from bug details description into eclipse
2. Put the dot after "if(params[0].getSuperclass()" piece of code.
Comment 1 sthrudel CLA 2009-10-29 08:52:40 EDT
Created attachment 150816 [details]
Autocomplete box that appear black

Autocomplete box on this particular image appears grey probably because print screen does something but the box actually appears black.
Comment 2 Dani Megert CLA 2009-11-02 03:34:17 EST
Sorry, but I cannot reproduce this.
Is there anything in .log?
Does content assist work at other locations?
Which editor is it?
Comment 3 Dani Megert CLA 2009-11-09 04:45:43 EST
Cannot reproduce.