https://bugzilla.wikimedia.org/show_bug.cgi?id=49929

James Forrester <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]
          Component|Data Model                  |JS/General
           Assignee|[email protected]      |[email protected]
            Product|VisualEditor                |Parsoid
            Summary|VisualEditor:               |Paragraphs with leading
                   |Whitespace-indented         |whitespace other than one
                   |paragraphs become           |space become preformatted
                   |preformatted text on        |text on saving, rather than
                   |saving, rather than <p>s    |<nowiki>'ed whitespace
                   |with <nowiki>'ed whitespace |

--- Comment #3 from James Forrester <[email protected]> ---
Parsoid issue; input HTML:

| <p>Foo</p>
| <p> Bar</p>
| <p>  Baz</p>
| <p>   Bang</p>
| <p>    Boom</p> (tab)

->

| Foo
|
| <nowiki> Bar</nowiki>
|
|  Baz
|
|   Bang
|    Boom

First two are correct, rest are not. Presumably checking for " " rather than
"\w+"?

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to