Re: Thanks to the reviewer for checking out my bug post

2017-10-17 Thread Kevin Rushforth
Hi Paul, A modal dialog disables the parent window (if Modality.WINDOW_MODAL) or all other windows (if Modality.APPLICATION_MODAL). This includes not processing mouse events, such as window_enter, which means that custom cursors don't get activated for the disabled window. Native apps also

Thanks to the reviewer for checking out my bug post

2017-10-17 Thread Paul Russell
Hi JavaFX mailing list, I posted this bug: http://bugs.java.com/bugdatabase/view_bug.do?bug_id=JDK-8189180 I really appreciate how quickly this was looked into. However, I still can't see how this expected behaviour, unless there is a better way to create modal windows? My application is a game,