You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<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.
The text was updated successfully, but these errors were encountered:
@rsimon Hey cool, thanks! I probably should have tried that, but given the description, it didn't sound right for my use case, we aren't using pre
Set this to pre if the content is preformatted text (pre tag or white-space: pre CSS style) In pre mode, TextPositionSelectors stored in the annotations will precisely match the text formatting in the markup, whereas positions in html mode will correspond more closely to the character offsets rendered in the browser.
If you instantiate Recogito on this content:
You end up with this:
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.
The text was updated successfully, but these errors were encountered: