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 164956 - [GTK] Incorrect foreground color in view tabs on dark theme
Summary: [GTK] Incorrect foreground color in view tabs on dark theme
Status: CLOSED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: mslama
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-12 14:48 UTC by mslama
Modified: 2013-06-27 12:51 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description mslama 2009-05-12 14:48:26 UTC
View tab labels are unreadable because text is still dark. Problem was that view used UIManager "TabbedPane.foreground"
color which is not updated properly when theme is changed. "textText" used in editor tabs is updated so fix will use
also "textText" color for view tabs foreground.
Comment 1 mslama 2009-05-12 15:46:39 UTC
core-main #6247f9c9619b
Comment 2 Quality Engineering 2009-05-13 07:45:26 UTC
Integrated into 'main-golden', will be available in build *200905130201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/6247f9c9619b
User: Marek Slama <mslama@netbeans.org>
Log: #164956: [GTK] Fix foreground color in view tabs on dark theme