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 262534

Summary: [a11y] Name of active tab in Output window is not readable in high contrast screen mode
Product: platform Reporter: Jiri Kovalsky <jkovalsky>
Component: Output WindowAssignee: Jaroslav Havlin <jhavlin>
Status: NEW ---    
Severity: normal Keywords: A11Y
Priority: P3    
Version: 8.1   
Hardware: PC   
OS: Windows 7   
Issue Type: DEFECT Exception Reporter:
Attachments: Screenshot showing unreadable "Debugger Console" tab in Output window.

Description Jiri Kovalsky 2016-06-22 15:46:55 UTC
Created attachment 160133 [details]
Screenshot showing unreadable "Debugger Console" tab in Output window.

Product Version: NetBeans IDE 8.1 (Build 201510222201)
Updates: Updates available to version NetBeans 8.1 Patch 1
Java: 1.8.0_91; Java HotSpot(TM) 64-Bit Server VM 25.91-b14
Runtime: Java(TM) SE Runtime Environment 1.8.0_91-b14
System: Linux version 3.13.0-37-generic running on amd64; UTF-8; cs_CZ (nb)
User directory: /home/cesilko/.netbeans/8.1
Cache directory: /home/cesilko/.cache/netbeans/8.1

Description:
============
If user switches his/her Windows coloring theme to high contrast mode, it is almost impossible to read the name of active tab in Output window - see attached screenshot.

Steps to reproduce:
===================
1. Switch your Windows coloring theme to high contrast mode.
2. Launch NetBeans IDE, open some Java application such as AnagramGame sample.
3. Press Ctrl+F5 or invoke "Debug > Debug Project (AnagramGame)" action from main menu.

Expected: "Debugger Console" tab name is readable without problems.
Actual: "Debugger Console" tab name is printed in yellow on white background which is very hard to read.