Bug 1296869 - Completions unreadable (white on white) for variable completions after method completed
Summary: Completions unreadable (white on white) for variable completions after method...
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: eclipse
Version: 23
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Alexander Kurtakov
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-01-08 09:56 UTC by Severin Gehwolf
Modified: 2016-01-11 14:49 UTC (History)
8 users (show)

Fixed In Version: eclipse-4.5.1-7.fc23
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-01-11 14:48:23 UTC
Type: Bug


Attachments (Terms of Use)
screenshot for issue with unreadable possibilities for method params. (14.93 KB, image/png)
2016-01-08 09:56 UTC, Severin Gehwolf
no flags Details

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.


Note You need to log in before you can comment on or make changes to this bug.