Hello,
I propose a new property for PopupWindow that would allow developer to
control autohiding policy when PopupWindow has an owner node. Currently,
clicking the owner Node does not hide the window, but the new property
(autoHideOnOwnerNodeMouseEvents) can change this.
JIRA:
https://javafx-jira.kenai.com/browse/RT-37231
Related JIRAs where this behavior was requested/needed:
https://javafx-jira.kenai.com/browse/RT-37531
https://javafx-jira.kenai.com/browse/RT-14899
Webrev: http://cr.openjdk.java.net/~msladecek/rt-37231/webrev.00/
Thanks,
-Martin