JDK-8117024 : WebView no longer renders LCD Text
  • Type: Bug
  • Component: javafx
  • Sub-Component: web
  • Affected Version: fx2.1
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • Submitted: 2012-01-06
  • Updated: 2015-06-17
  • Resolved: 2012-01-13
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.1Fixed
Related Reports
Blocks :  
Relates :  
Description
WebView renders all text in gray-scale independent if LCD Text is turned on.  This is a regression, since LCD text worked for WebView early December 2011.
Comments
Modified toys HelloWebView to provide simple test. Screenshot has a Text node and WebView text. Text node is rendered using LCD and WebView is in gray-scale. Test against current build vs build 2.1 b04.
06-01-2012

Dec 13, 2011 WebView scene rendering LCD text after fix for RT-15263. Cause by the introduction of g.clear() on line 1193 in WCGraphicsPrismContext
06-01-2012