Hello,
I am using jdev 11.1.2.3.
I have a task flow that opens in an inlineWindow.
I found javascript code that catches the ESC key press when the focus is on one of the element inside the popup,
and it works fine.
But if I click the mouse on the frame of the window and press the ESC key, the popup windows closes, but the javascript doesn't catch the event.
I am using ie10. It works fine in chrome.
I need to catch any close of the popup and do some actions in the managed bean.
How can I catch the ESC when the focus is on the frame ( panelWindow)?
Thank you,
Nina