0

when I click keyboard's back space I get get logged out of the application, oracle adf 12.1.3, this should not be happening i need to disable this feature.

1 Answers1

0

This is browser functionality - the backspace key is the keyboard shortcut for the "back" button:

http://www.laptopmag.com/articles/disable-backspace-chrome-ie-firefox

There are some (not great) ways to disable this in JS, which depend on intercepting the key press event:

How can I prevent the backspace key from navigating back?

Community
  • 1
  • 1
hugh
  • 2,237
  • 1
  • 12
  • 25