-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P2
-
Affects Version/s: 8
-
Component/s: javafx
The attached test case shows that in case Label and Sphere nodes are created then Sphere is not rendered
in case Label was created first.
To reproduce the issue run:
> java -cp "..." SurfaceBug -count 1 -mode 1
The Spehere is rendered fine in case it is created before Label:
> java -cp "..." SurfaceBug -count 1 -mode 0
in case Label was created first.
To reproduce the issue run:
> java -cp "..." SurfaceBug -count 1 -mode 1
The Spehere is rendered fine in case it is created before Label:
> java -cp "..." SurfaceBug -count 1 -mode 0
- blocks
-
JDK-8115461 "Fatal error in JRE" due to creating a new instance of a 3D object(in my tested cases box and it's subclass, face)
-
- Closed
-