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 267384 - Editor tabs do not respect theme style
Summary: Editor tabs do not respect theme style
Status: NEW
Alias: None
Product: ide
Classification: Unclassified
Component: UI (show other bugs)
Version: 8.1
Hardware: PC Linux
: P3 normal (vote)
Assignee: issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-08-01 19:20 UTC by mjr_1974
Modified: 2016-08-01 19:24 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
JumpStart.java selected in editor mode -> wrong background color (6.80 KB, image/png)
2016-08-01 19:24 UTC, mjr_1974
Details
JumpStart.java selected in project mode -> right background color (6.59 KB, image/png)
2016-08-01 19:24 UTC, mjr_1974
Details

Note You need to log in before you can comment on or make changes to this bug.
Description mjr_1974 2016-08-01 19:20:38 UTC
Product Version = NetBeans IDE 8.1 (Build 201510222201)
Operating System = Linux version 4.4.14-040414-generic running on amd64
Java; VM; Vendor = 1.8.0_101
Runtime = Java HotSpot(TM) 64-Bit Server VM 25.101-b13

Reproducibility: Happens every time

STEPS:
  * Open file in Editor Mode 
  * Have the project view open

ACTUAL:
  * Background color of selected tab in editor mode does not comply to theme's selected tab background color properly

EXPECTED:
  * Background color of editor tab does should respect theme's colors

If the file opened in the editor mode is dragged and dropped in the project view, then the selected tab is shown properly, so the problem exists in the editor mode only.
Comment 1 mjr_1974 2016-08-01 19:24:27 UTC
Created attachment 161519 [details]
JumpStart.java selected in editor mode -> wrong background color
Comment 2 mjr_1974 2016-08-01 19:24:31 UTC
Created attachment 161520 [details]
JumpStart.java selected in project mode -> right background color