ckeditor / github-writer

GitHub Writer - WYSIWYG Rich-Text Editor for GitHub, powered by CKEditor.
https://ckeditor.com/
Other
380 stars 61 forks source link

Adding empty table results in error #304

Open FilipTokarski opened 2 years ago

FilipTokarski commented 2 years ago

📝 Provide detailed reproduction steps (if any)

  1. Add empty table
  2. Click Comment to submit the comment

✔️ Expected result

Comment is submitted properly.

❌ Actual result

In Chrome you get error:

An invalid form control with name='comment[body]' is not focusable.

In Firefox the Comment button is inactive.
If you add some text content inside the table, then it works fine.

Other