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, and my hand-drawn cursor is
distinct from the windows system cursor. Hence, this behaviour looks
appalling, I've switched to

.initModality(Modality.NONE);

But disabling parent windows controls is cluttering my code.

Thanks

Reply via email to