Blocking popup and the backspace button

0
Hi, Does anyone recognize the following issue: When a blocking popup is shown and the backspace key is pressed the page behind the popup navigates to the previous page. Issue occurs in Mx version 4.1.0. If so, is there a solution to disable this or do I have to file a bug report for this. Thanks, Arjan
asked
1 answers
0

Are you sure this is a bug: I believe this is the standard behavior of your browser, which returns to the previous page when you press the backspace button outside of an editable field.

You could try to override the default behavior of your browser by catching the key in a javascript listener, but I doubt that would work. You could try this with the Keystroke Widget from the appstore.

answered