| Summary: | Completions unreadable (white on white) for variable completions after method completed | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Severin Gehwolf <sgehwolf> | ||||
| Component: | eclipse | Assignee: | Alexander Kurtakov <akurtako> | ||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | unspecified | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 23 | CC: | 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: |
|
||||||
Reproducible for me too (eclipse-platform-4.5.1-6.fc23.x86_64) Can you try with 4.5.1-7 ? For me 4.5.1-7.fc23 fixes the problem. (In reply to Mikolaj Izdebski from comment #3) > For me 4.5.1-7.fc23 fixes the problem. Confirmed. Fixed in current release. |
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.