Ad
  • Custom User Avatar

    Hitting backspace when textarea is not focussed makes browser go history(-1);

    It would be very nice to catch unintended backspaces.
    Twice now I attempted my solution, spotted the error right where my cursor was, hit backspace and ended up browsing to the previous page because the textarea was no longer focussed.

    This is pretty frustrating when you have been working for a considerable amount of time to write a nice piece of code! If you go back to the page you will get a new random kata.

    Possible solutions:

    • Disable backspace is textarea != focussed
    • Track started kata's to finish them later
    • ...?