Saeid Nourian

Results 7 issues of Saeid Nourian

Initially the height of ColorPicker is exactly same as other controls such ChoiceBox and Button as shown here: ![image](https://user-images.githubusercontent.com/3038088/75103069-8a918e00-55c3-11ea-8d0b-db2a5f44f8dc.png) But as soon as you click on the ColorPicker the height...

I add a number of text items to a ChoiceBox, but when the stage is shown, the width is not correctly calculated. Only after clicking on the ChoiceBox the width...

Different controls seem to have different default heights. See different height of Button vs ChoiceBox vs ColorPicker: ![ui](https://user-images.githubusercontent.com/3038088/56181511-d48d0900-5fdb-11e9-9101-8b8ed0de832d.png)

help wanted

I came across a very specific scenario which causes Spinner text color to change into wrong color. Here is the code to reproduce it: ``` public class Test extends Application...

I have a Text3DMesh shape of zero height in my scene but I need to cull the backside of it. The reason I need this is because if you look...

Unfortunately the existing billboard is not useful to me (and probably most ppl) because it expects the target node to directly a child of root. In my case there are...

It's very simple to reproduce this bug. Simply run this one line: `new Text3DMesh("fT", 0);` You will get the following exception thrown: ``` java.lang.IndexOutOfBoundsException: Index 1 out of bounds for...