-
Enhancement
-
Resolution: Fixed
-
P3
-
fx2.1
-
Mac OS X 10.7.3/JDK 1.6.0_29
Opening a modal window does not currently block execution of the calling code while the window is open. See attached test case - the label in the modal window reads "I am not blocking!" rather than "I am blocking!". This is different from the behavior of ShowDialog() on Windows or runModalForWindow: on the Mac, which prevent the opening window from processing events until the modal window is closed.
- duplicates
-
JDK-8102068 request: show() of modal dialog that blocks waiting for dialog to be closed
-
- Closed
-
- relates to
-
JDK-8097791 Add javafx.scene.control.Alert class
-
- Resolved
-