The Problem:
I'm writing a script in the Google apps script editor. If I type something on a line let's call that line 'line 1' (not the first line of the script document) and then press enter to drop to 'line 2' I can no longer press backspace to go back up to the end of line 1.
If I move the cursor back up to the end of line 1, by either clicking there or using the arrow keys, I can't use the backspace key to clear any of the text. However, if I put the cursor in front of any of the characters on line 1 I can use the delete button to delete them no problem. Interestingly enough ctrl + backspace does delete the word to the left of the cursor.
Here's what I've found/tried:
tried with:
- scroll lock on/off
- insert on/off
Results:
- arrow keys work fine
- shift + arrow keys work fine (selecting text)
- arrow keys work (navigating)
- delete key works
- home/end keys work
I've tried backspace in multiple tabs i.e. in docs, the omnibox (and here) and it works fine in all of these instances except in the apps script editor.
I've CTRL + F5'ed the editor tab, the document tab (which closes the editor tab), reopened the editor tab, closed and reopened chrome all for good measure but to no avail.
I don't have any extensions that mess with the backspace key but I checked the keyboard shortcuts section to double verify that nothing is mapped to the backspace key and then finally just disabled all extensions...still doesn't work.
Please help.