This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 214494 - White text on white background in Output window
Summary: White text on white background in Output window
Status: RESOLVED WONTFIX
Alias: None
Product: php
Classification: Unclassified
Component: Symfony (show other bugs)
Version: 7.2
Hardware: All All
: P4 normal (vote)
Assignee: Tomas Mysik
URL:
Keywords:
Depends on: 214546
Blocks:
  Show dependency tree
 
Reported: 2012-06-20 10:10 UTC by Vladimir Riha
Modified: 2012-06-21 04:15 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
screenshot (20.26 KB, image/png)
2012-06-20 10:10 UTC, Vladimir Riha
Details
screen shot (11.21 KB, image/png)
2012-06-21 04:08 UTC, Tomas Mysik
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Vladimir Riha 2012-06-20 10:10:40 UTC
Created attachment 121089 [details]
screenshot

Not sure if there is anything that could be done, but by default some output (in my case "error" msg) from Symfony has a white font on a white background. Check the screenshot.


The full output text is:
=== OUTPUT START ===
                                                   
  The execution of task "generate:module" failed.  
  - Not enough arguments.                          
                                                   

symfony generate:module  application module
=== OUTPUT END ===

To reproduce, create a new Symfony application, run command "generate:module" with parameter only "home".


Product Version: NetBeans IDE 7.2 RC1 (Build 201206192200)
Java: 1.7.0_06-ea; Java HotSpot(TM) Client VM 23.2-b05
System: Linux version 3.0.0-21-generic-pae running on i386; UTF-8; en_US (nb)
Comment 1 Tomas Mysik 2012-06-21 04:08:00 UTC
Yes, unfortunately, this can happen. We use colored output (since the Output window supports it) and these colors apparently count on black terminal. I will submit an enhancement for the Output window (since I guess that displaying white text on white background does not make sense).

Attaching screen shot from a console.

Thanks.
Comment 2 Tomas Mysik 2012-06-21 04:08:15 UTC
Created attachment 121136 [details]
screen shot
Comment 3 Tomas Mysik 2012-06-21 04:15:13 UTC
Will be solved automatically by solving issue #214546. Unfortunately, cannot be workarounded AFAIK.

Thanks.