Pressing the List button while in a table cell breaks the table and it is impossible to recover
npcole opened this issue · 3 comments
npcole commented
While inside a table cell, pressing the "List" button on the toolbar results in a broken table layout -- presumably a block being introduced between table cells. Unfortunately, it is impossible to remove this block.
It is possible that this bug affects other block types as well.
tedchou12 commented
yes~ I am having the same, is it possible to error handle or at least prevent users doing the action?
soccerloway commented
Right. Maybe I could prevent users insert list in the table cell.
delewis13 commented
@soccerloway Thank you for the fantastic module. Just wondering if there has been any progress on this issue, or if you have any recommendations about how I can monkey patch this issue, simply by preventing users from inserting <li>
elements?