8000 Recogito Removes Non Breaking Spaces ( ) · Issue #107 · recogito/recogito-js · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Recogito Removes Non Breaking Spaces ( ) #107
Open
@Petercopter

Description

@Petercopter

If you instantiate Recogito on this content:

<p>Stuff and Things</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</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 &nbsp;, 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 &nbsp; was removed.

How can I prevent Recogito from doing this? It's completely breaking table layouts for us.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0