JDK-8091705 : Implement WebView 3D transforms
  • Type: Enhancement
  • Component: javafx
  • Sub-Component: web
  • Affected Version: 8
  • Priority: P4
  • Status: Open
  • Resolution: Unresolved
  • Submitted: 2013-07-23
  • Updated: 2018-09-05
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
tbdUnresolved
Related Reports
Blocks :  
Description
Looking at http://www.the-art-of-web.com/css/3d-transforms/#.UemI7BK9LCQ the 3D transforms are incorrect. Note that the web uses +Z values as meaning towards the viewer and -Z and farther away, whereas we are the opposite. This might be at fault?
Comments
Lower priority to P4.
16-12-2014

Other test pages: - http://famo.us/ - http://css3.bradshawenterprises.com/transforms/
12-08-2013

Apparently, 3D transforms are not implemented in WebView yet. What you are seeing is 2D approximation of 3D transforms. The problem is, we don't know how to pass WebKit 4x4 transforms to Prism yet.
01-08-2013