Bug 1296869

Summary: Completions unreadable (white on white) for variable completions after method completed
Product: [Fedora] Fedora Reporter: Severin Gehwolf <sgehwolf>
Component: eclipseAssignee: Alexander Kurtakov <akurtako>
Status: CLOSED CURRENTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 23CC: akurtako, andjrobins, eclipse-sig, jerboaa, krzysztof.daniel, mat.booth, mizdebsk, rgrunber
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: eclipse-4.5.1-7.fc23 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-01-11 14:48:23 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Attachments:
Description Flags
screenshot for issue with unreadable possibilities for method params. none

Description Severin Gehwolf 2016-01-08 09:56:25 UTC
Created attachment 1112830 [details]
screenshot for issue with unreadable possibilities for method params.

Description of problem:
I'm seeing a strange issue which shows up once I use code completions for a method and then see the possibilities for variables the method takes which are in current scope. The possibilities listed are unreadable since they are white on white background.

Version-Release number of selected component (if applicable):
eclipse-platform-4.5.1-6.fc23.x86_64

How reproducible:
100%

Steps to Reproduce:
1. Create a string variable in some method in Eclipse JDT
2. Be sure to have some int variables in scope suitable for substring params
3. Hit <variable-name> + "." for the string variable. This should show
   auto-completion with all suitable methods on a string.
4. Select method "substring(int beginIndex, int endIndex)".
5. The input focus should move to the first param in method substring
   (beginIndex) and some possibilities should show up. At this point you should
   have it reproduced.

Actual results:
One only sees some red-icons with the variable names being white on white background. Thus, variables are unreadable. See attached screenshot.

Expected results:
Variable names readable, for example black on white background.

Comment 1 Mikolaj Izdebski 2016-01-08 10:10:57 UTC
Reproducible for me too (eclipse-platform-4.5.1-6.fc23.x86_64)

Comment 2 Alexander Kurtakov 2016-01-08 10:20:16 UTC
Can you try with 4.5.1-7 ?

Comment 3 Mikolaj Izdebski 2016-01-08 14:58:18 UTC
For me 4.5.1-7.fc23 fixes the problem.

Comment 4 Severin Gehwolf 2016-01-11 14:48:23 UTC
(In reply to Mikolaj Izdebski from comment #3)
> For me 4.5.1-7.fc23 fixes the problem.

Confirmed. Fixed in current release.