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 48020 - Background color of active links - can't read the link
Summary: Background color of active links - can't read the link
Status: CLOSED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Output Window (show other bugs)
Version: 4.x
Hardware: PC Windows XP
: P4 blocker (vote)
Assignee: _ tboudreau
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-26 18:31 UTC by zikmund
Modified: 2008-12-22 15:45 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Active link in output window (8.90 KB, image/jpeg)
2004-08-26 18:32 UTC, zikmund
Details

Note You need to log in before you can comment on or make changes to this bug.
Description zikmund 2004-08-26 18:31:12 UTC
Build 200408251800

1) Have a JavaApp and a class with compile error
(type e.g. x)
2) Build application
3) Click the link in output window
4) ERROR:
Can't read the link content in the output window.
The background color is too rich. It should be
similar to background colors in editor
(breakpoint, bookmark etc.)
Comment 1 zikmund 2004-08-26 18:32:04 UTC
Created attachment 17173 [details]
Active link in output window
Comment 2 _ tboudreau 2004-08-26 19:15:39 UTC
What platform/look and feel?  All of these colors can be set on a
per-platform basis, but I need to be able to reproduce it to know
where to fix it.
Comment 3 zikmund 2004-08-27 07:57:10 UTC
WinXP with default L&F. (JDK 5.0 rc)
Comment 4 _ tboudreau 2004-09-02 15:20:56 UTC
Checking in src/org/netbeans/core/output2/ui/AbstractOutputPane.java;
/cvs/core/output2/src/org/netbeans/core/output2/ui/AbstractOutputPane
.java,v  <--  AbstractOutputPane.java
new revision: 1.25; previous revision: 1.24
done
Comment 5 zikmund 2004-09-07 10:31:43 UTC
Verified, looks much better now, thanks.