-
Bug
-
Resolution: Duplicate
-
P3
-
None
-
fx2.0, fx2.0.2, fx2.1, 8
-
Win7, b46, JDK6.26
From Javadoc we know that APPLICATION_MODAL modality type "Defines a modal window that blocks events from being delivered to any other application window."
We have possibility to programmly create two children of current window: application modal and window modal. Thus, first children must block second.
Use attached application. In the first window press "init". In the second press "APPWIN" button. There will be two children windows, first is APP and second is WINDOW. First must block the second, but it is not true.
We have possibility to programmly create two children of current window: application modal and window modal. Thus, first children must block second.
Use attached application. In the first window press "init". In the second press "APPWIN" button. There will be two children windows, first is APP and second is WINDOW. First must block the second, but it is not true.
- duplicates
-
JDK-8087800 Modality: In the case of APPLICATION_MODAL needs to be able to block new windows that aren't it's descendants (see description for detail)
- Open
- relates to
-
JDK-8087800 Modality: In the case of APPLICATION_MODAL needs to be able to block new windows that aren't it's descendants (see description for detail)
- Open