maria icon indicating copy to clipboard operation
maria copied to clipboard

Editor bugs

Open yuhan0 opened this issue 5 years ago • 1 comments

Issue:

Attempting to enter a literal string with newlines causes the cell to break into two invalid cells. Pressing backspace to fix the issue crashes the webpage and the entire document is corrupted upon refresh:

2019-05-18 04 28 47

A similar thing happens when the user tries to delete from the start of a cell adjacent to another cell above, the contents of the second cell disappear after the crash and can't be retrieved:

2019-05-18 05 59 45

Environment:

  • Browser: Firefox
  • Platform (Mac/Windows/Linux): Mac

URL to a gist replicating the issue (if possible/relevant)

yuhan0 avatar May 17 '19 22:05 yuhan0

Another bug: typing Space after a single : or :: inserts the keyword :lark.tree.parse/error directly before the cursor.

Also, commas are currently highlighted red like syntax errors (they aren't), and the editor moves the cursor backward when trying to type spaces after a comma image

yuhan0 avatar May 22 '19 10:05 yuhan0