JDK-8124268 : [FX3D] Picking: MouseEvent not errase last result.
  • Type: Bug
  • Component: javafx
  • Sub-Component: graphics
  • Affected Version: 8
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2013-01-25
  • Updated: 2015-06-17
  • Resolved: 2013-02-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.
JDK 8
8Fixed
Related Reports
Relates :  
Description
Run this code.
Click on some Shape3D, then click on "white space".
On console you will see that after second click, MouseEvent return old PickResult.
More than that!
If you, after second click, will move mouse over another Shape3D to "white space", and click, you will see PickResult points on last Shape.
Comments
As suggested above, the issue was fixed along with RT-28129.
05-02-2013

The problem is not relevant to the new semantics where pickResult is never null and contains valid data even for picking a scene ("white space"). This change is currently undergoing a code review.
30-01-2013