JDK-8114735 : LCD text color is darker when not caching the text-container
  • Type: Bug
  • Component: javafx
  • Sub-Component: graphics
  • Affected Version: fx2.0
  • Priority: P4
  • Status: Resolved
  • Resolution: Cannot Reproduce
  • Submitted: 2011-07-12
  • Updated: 2015-06-16
  • Resolved: 2011-11-07
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other
fx2.1Resolved
Related Reports
Blocks :  
Description
There is a deviation of text color to a darker color when not caching the text-container. (tested with Label)
Comments
This is no longer an issue in the current graphics 2.1 scrum, however we should note that caching will cause the LCD request to be ignored. Blitting LCD text to an image and then transforming it makes no sense. (which as far as i can see is the reason for caching text).
07-11-2011

Note: we are disabling LCD text for this release (see RT-15081) starting with b38 so this will no longer be an issue until a subsequent release when we re-enable it
14-07-2011

LCD (sub-pixel) text is currently enabled for the HW-accelerated pipeline, but it doesn't looks like LCD text is being used when caching is turned on.
14-07-2011

This issue is visible only with hardware acceleration, with software pipeline it works fine. Reassigning to graphics.
13-07-2011

It's the same if I use Text instead of Label.
13-07-2011

Actually, looking closer this doesn't look CSS related. Reassigning to scenegraph team for review.
13-07-2011

I'm not sure if this is CSS or scenegraph. Assigning to David for a first look.
13-07-2011

Can you please attach a test application that demonstrates this problem?
12-07-2011