-
Type:
Bug
-
Resolution: Not an Issue
-
Priority:
P4
-
None
-
Affects Version/s: 7u6
-
Component/s: javafx
-
Environment:
2.2.0b11. Win7, Ubuntu12, mac; JDK7x32.
In attached code I have 2 popups. Difference between them - first has autoHide property set to true, the second - set to false.
If I show popup 1, I need 2 clicks on stage to press any button: I need 1 click on stage to hide it, and only after that I can press smth on the parent stage. So 1 click event is used for purposes of hiding.
If I show popup 2, only 1 click is needed to click button on parent stage.
If I show popup 1, I need 2 clicks on stage to press any button: I need 1 click on stage to hide it, and only after that I can press smth on the parent stage. So 1 click event is used for purposes of hiding.
If I show popup 2, only 1 click is needed to click button on parent stage.