Open
Description
If you instantiate Recogito on this content:
<p>Stuff and Things</p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p>More Stuff and Things</p>
You end up with this:
<p>Stuff and Things</p>
<p></p>
<p></p>
<p></p>
<p></p>
<p>More Stuff and Things</p>
Recogito removes the
, causing the layout to incorrectly collapse. This is especially noticeable with tables, where the cells have a non breaking space, but the entire row collapses because the
was removed.
How can I prevent Recogito from doing this? It's completely breaking table layouts for us.
Metadata
Metadata
Assignees
Labels
No labels