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

Summary: White text on white background in Output window
Product: php Reporter: Vladimir Riha <vriha>
Component: SymfonyAssignee: Tomas Mysik <tmysik>
Status: RESOLVED WONTFIX    
Severity: normal    
Priority: P4    
Version: 7.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Bug Depends on: 214546    
Bug Blocks:    
Attachments: screenshot
screen shot

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.