I am trying to use a stage. Stage as Modal Dialog is not working properly, when its parent stage is in fullscreenmode. Its really strange hard to explain this problem with my poor english, When you try to do this, you will see what i mean i guess. Main stage is hiding when dialog stage is open. I am really confused. I hope someone could help me. Thanks in advance.
Share
The main stage is not hiding, it is pushed back to the endmost in window cascade list order. You can see the main stage after minimizing/closing other non JavaFX App windows. The workaround to push main stage just one step in window order list, could be setting the owner of the modal stage like this:
Try it.