Editable ComboBox bug ?

2014-09-01 Thread omathe
Hi, I have reproduce in a small example a ComBox behavior which I suspect to be a bug. When the TextField intercepts the event, the println displays the current value = OK When the ComboBox (which is an editable one) intercept the event the println does not display the current value = bug ?

Re: Editable ComboBox bug ?

2014-09-01 Thread omathe
- De: oma...@free.fr À: openjfx-dev@openjdk.java.net Mailing openjfx-dev@openjdk.java.net Envoyé: Lundi 1 Septembre 2014 15:55:59 Objet: Editable ComboBox bug ? Hi, I have reproduce in a small example a ComBox behavior which I suspect to be a bug. When the TextField intercepts the event