Re: Bug in PopupMenu

2014-06-28 Thread David Grieve
Please create a bug for this at javafx-jira.kenai.com. Thanks. On 6/28/14, 5:50 AM, theUser BL wrote: So the "Fancy Design with CSS" with the coded GUI have the popup-bug. Here the code: http://docs.oracle.com/javafx/2/get_started/LoginCSS.zip But the same program created with FXML ("User Inter

Re: Bug in PopupMenu

2014-06-28 Thread Kevin Rushforth
Can you please file a JIRA bug report at: https://javafx-jira.kenai.com/ Thanks. -- Kevin theUser BL wrote: So the "Fancy Design with CSS" with the coded GUI have the popup-bug. Here the code: http://docs.oracle.com/javafx/2/get_started/LoginCSS.zip But the same program created with FXML ("

RE: Bug in PopupMenu

2014-06-28 Thread theUser BL
> So the "Fancy Design with CSS" with the coded GUI have the popup-bug. > Here the code: http://docs.oracle.com/javafx/2/get_started/LoginCSS.zip > > But the same program created with FXML ("User Interface Design with FXML") > have not that bug. > Here the code: http://docs.oracle.com/javafx/2/get

Bug in PopupMenu

2014-06-28 Thread theUser BL
Tried it with Java8 and Java9. In both is the same bug. I have tried out the tutorial programs at http://docs.oracle.com/javafx/2/get_started/jfxpub-get_started.htm on Linux 64bit. And that is the result of the popup-window: http://s16.postimg.org/gt925lvit/Popup_Menu_Bug.png So the "Fancy Desig

Deserializing javafx.event.EventType

2014-06-28 Thread Kay McCormick
Hello, I was poking around in javafx event dispatching and I noted the serialization of EventType. I've serialized MouseEvent.ANY to a file and in trying to deserialize it I got the error: java.io.InvalidObjectException: Cannot find event type "INPUT" (of EVENT) I realize this is because the sta