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 231023 - Dark theme: text in the status has a border
Summary: Dark theme: text in the status has a border
Status: RESOLVED INVALID
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Jan Peska
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-10 10:17 UTC by Tomas Mysik
Modified: 2013-06-19 11:16 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
screenshot (1.40 KB, image/png)
2013-06-10 10:17 UTC, Tomas Mysik
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tomas Mysik 2013-06-10 10:17:55 UTC
Created attachment 135577 [details]
screenshot

Sorry if this is incorrect component.

Have a look at the screenshot - the text in the status has a border. This is wrong, I guess.

Thanks.

Product Version: NetBeans IDE Dev (Build 20130610-cc611c642aa2)
Java: 1.7.0_21; Java HotSpot(TM) 64-Bit Server VM 23.21-b01
Runtime: Java(TM) SE Runtime Environment 1.7.0_21-b11
System: Linux version 3.8.0-23-generic running on amd64; UTF-8; cs_CZ (nb)
Comment 1 Jan Peska 2013-06-19 10:58:09 UTC
I think that this border is set in org.netbeans.core.windows.view.ui.AutoHideStatusText - > reassigning to Platform/Window System
Comment 2 Stanislav Aubrecht 2013-06-19 11:16:37 UTC
The border is intentional as the status text may be painted over other status line components (usually minimized window buttons). The border shows in all look and feels.