[jbosstools-issues] [JBoss JIRA] (JBIDE-18298) Application. Embed wizard: Text cannot be read (black background) on RHEL6

Andre Dietisheim (JIRA) issues at jboss.org
Tue Sep 16 08:01:03 EDT 2014


    [ https://issues.jboss.org/browse/JBIDE-18298?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13002800#comment-13002800 ] 

Andre Dietisheim edited comment on JBIDE-18298 at 9/16/14 8:00 AM:
-------------------------------------------------------------------

stupid me, fix was wrong when it comes to determine what platform we're running on:

{code}
-		if (Platform.getWS() == Platform.WS_GTK) {
+		if (Platform.WS_GTK.equals(Platform.getWS())) {
{code}



was (Author: adietish):
stupid me, fix was wrong when it comes to determine what platform we're running on:

{code}
-		if (Platform.getWS() == Platform.WS_GTK) {
+		if (Platform.WS_GTK.equals(Platform.getWS())) {
{code}

> Application. Embed wizard: Text cannot be read (black background) on RHEL6
> --------------------------------------------------------------------------
>
>                 Key: JBIDE-18298
>                 URL: https://issues.jboss.org/browse/JBIDE-18298
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: openshift
>    Affects Versions: 4.2.0.CR1
>         Environment: RHEL 6
> Java 1.7
>            Reporter: Len DiMaggio
>            Assignee: Andre Dietisheim
>            Priority: Critical
>              Labels: respin-b
>             Fix For: 4.2.0.CR2
>
>         Attachments: application-configuration-wizard-page.png, application-template-wizard-page.png, black-background-details-selected.png, black-background-in-details.png, JBDS_8.0_CR1_respin_b.png, macos-details.png, macos-groups-background.png, rhel65-details.png, Screenshot-1.png, Screenshot.png
>
>
> See the attached screenshots - some text boxes cannot be read as the background and text are both dark.



--
This message was sent by Atlassian JIRA
(v6.3.1#6329)


More information about the jbosstools-issues mailing list