anthonydresser / testissues

0 stars 0 forks source link

WYSIWYG - inconsistent Enter behavior when editing Quote block #4923

Open anthonydresser opened 3 years ago

anthonydresser commented 3 years ago

Steps to Reproduce:

  1. Create a new notebook
  2. Press Tab to start a quote block. Type something, press Enter, type something, press Enter, type something.
  3. Press Esc. Now you should end up with three separate Quote blocks.
  4. Go back to the cell and edit it. Go to the first line. Press Enter then type a new line.
  5. Press Esc. Now you would end up with a new line from the same Quote block.

This shows that the Enter behavior differs for create new quote block vs editing existing quote block.

Repro file: QuoteBlockEnter.txt

WYSIWYGEnterBehaves differently