JDK-8108019 : Clicks don't work if text or button is added to a 3d scene
Type:Bug
Component:javafx
Sub-Component:graphics
Affected Version:fx1.3
Priority:P2
Status:Closed
Resolution:Fixed
Submitted:2009-08-17
Updated:2015-06-16
Resolved:2011-03-25
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.
Run CurveWallImageView file. It has mouse events handlers, however no one of them is triggered. Comment out Button and Text (lines 134-140) and click events start to work.
Comments
I've verified that this is now fixed with the completion of the new 3D bounds work.
25-03-2011
Forgot to mention that I have verified toys/cameraTest works well. Note that these buttons have no 3D transform though there is a 3D sub-tree attached to the scene.
27-02-2011
With the new bounds works completed, I believe button and UI components should be pickable once RT-10360 is fixed.