Open sersorrel opened 8 years ago
More details: Canvas uses a ContentEditable div instead of a textarea or similar. Will that make this impossible to fix, given how broken ContentEditable is?
It should be fixable — Gmail uses contenteditables and I've been able to make it work there!
To reproduce:
The only way to recover from this is by selecting all text containing a slash (either with the mouse or the home/end buttons) and deleting it, as all attempts to use backspace/delete without text selected simply cause the characters to reproduce.