As Firefox users will know, when pressing the backspace button without selecting an input field will make you return to the previous tab.
Problem is, I have made an input field based on document.onkeydown(data){k=(data.key)}
data. Users do not have to click this field to use it.
When I press backspace into my input field, Firefox goes back to the previous tab. Very annoying.
This works fine in Internet Explorer and Google Chrome.
Anyone knows how to stop Firefox from going back to the previous page when pressing backspace WITHOUT other interactions of the user?