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 236484 - RGB color picker values wrong on OSX 10.8.1 Java 7 (update 25)
Summary: RGB color picker values wrong on OSX 10.8.1 Java 7 (update 25)
Status: RESOLVED INVALID
Alias: None
Product: platform
Classification: Unclassified
Component: Property Editors (show other bugs)
Version: 7.3.1
Hardware: Macintosh (x86) Mac OS X
: P2 normal (vote)
Assignee: Stanislav Aubrecht
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-27 16:28 UTC by jakesdg
Modified: 2013-12-06 09:56 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Color chosen vs color displayed (118.43 KB, image/png)
2013-09-27 16:28 UTC, jakesdg
Details

Note You need to log in before you can comment on or make changes to this bug.
Description jakesdg 2013-09-27 16:28:26 UTC
Created attachment 140571 [details]
Color chosen vs color displayed

Change any font color, the color displayed inside netbeans does not match the color values chosen (It doesn't have to be through the RGB picker, RGB was used as an example).

Black is still displayed correctly as 0,0,0
White is still displayed correctly as 255,255,255

The rest of the colors are on a curve (with the displayed RGB being higher than chosen), the colors near 128,128,128 are the most inaccurate, you can clearly see they are wrong without testing the values.

This happens irrespective of color profile used and display connected. Default display is the retina 13" (2013).

This affects all color schemes used, none of them look right.

This happens only in Netbeans and no other Java app.
Comment 1 jakesdg 2013-09-29 23:46:26 UTC
Same issue in Java 7 update 40 and Netbeans 7.4 RC1.
Comment 2 David Strupl 2013-12-06 09:25:36 UTC
Stando can you please have a look? Seems like a Mac specific issue and I think our code invoking is falls into property editors if I am not mistaken. But I am not sure I see the problem --- please check it.
Comment 3 Stanislav Aubrecht 2013-12-06 09:56:15 UTC
Actually this happens in any Java application (e.g. SwingSet demo) and in native applications as well.

When I switch the Color Meter to 'Display Native Values' it does show correct RGB values.

So please clarify what exactly the issue is here and reopen, thanks.