Hello, do you know whether it is possible to disable escape key on a modal dialog? I have a dialog which I want to keep open until the user performs some task. I have disabled the close button (pbShowClose) but the dialog can be closed if the Esc key is pressed.
Something similar happens in WebOrder, you have the "Login" dialog where you need to type "John". However you can press esc and just ignore it. Can you force the user to stay there until the "Login" button is pressed?
Note: This doesn't have anything to do with authentication, I just found that example in WebOrder neat and easy to understand.