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 220587 - Border around fold popup is not visible in dark theme
Summary: Border around fold popup is not visible in dark theme
Status: CLOSED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: Code folding (show other bugs)
Version: 7.3
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Svata Dedic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-22 14:29 UTC by Jiri Prox
Modified: 2013-06-27 12:51 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
screen shot (20.52 KB, image/png)
2012-10-22 14:29 UTC, Jiri Prox
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Prox 2012-10-22 14:29:29 UTC
Created attachment 126335 [details]
screen shot

Border around code fold popup is not visible when using dark theme, it is probably always rendered with black color. 
In such case it is hard to notice where end the fold popup and continues normal code.
See the screenshot


Product Version: NetBeans IDE Dev (Build 201210220002)
Java: 1.7.0_10-ea; Java HotSpot(TM) 64-Bit Server VM 23.6-b03
System: Windows 7 version 6.1 running on amd64; Cp1250; en_US (nb)
User directory: C:\Users\jprox\AppData\Roaming\NetBeans\dev
Cache directory: C:\Users\jprox\AppData\Local\NetBeans\Cache\dev
Comment 1 Svata Dedic 2012-10-22 14:44:16 UTC
Changeset: bbfd13169609
Author:    Svata Dedic <sdedic@netbeans.org>
Date:      2012-10-22 16:44
Message:   The popup window uses the border color as the color outlining folded block ({...}) in the editor.
Comment 2 Quality Engineering 2012-10-25 01:32:02 UTC
Integrated into 'main-golden', will be available in build *201210250001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/bbfd13169609
User: Svata Dedic <sdedic@netbeans.org>
Log: Issue #220587 - Border around fold popup is not visible in dark theme: fixed
The popup window uses the border color as the color outlining folded block ({...}) in the editor.