JDK-8102607 : SubScene picking broken by RT-28446
  • Type: Enhancement
  • Component: javafx
  • Sub-Component: scenegraph
  • Affected Version: 8
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2013-03-20
  • Updated: 2015-06-16
  • Resolved: 2013-03-22
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.
JDK 8
8Fixed
Related Reports
Blocks :  
Relates :  
Description
SubScene has its own camera and produces its own pick ray and pick result.  Recent additions to picking via RT-28446 introduced a regression.
If SubScene ignores the PickRay parallel variable introduced by RT-28446, it works fine.  But if it attempts to set the value it does not.
Comments
The fix for RT-28446 just made more visible the fact that subScene picking handles distances completely wrong. This was fixed by changeset 926f12bce792 as part of RT-29109.
22-03-2013