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

James Forrester <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]
          Component|General                     |JS/General
           Assignee|[email protected]    |[email protected]
            Product|VisualEditor                |Parsoid
            Summary|VisualEditor: distinction   |Parsoid chokes on unescaped
                   |between URL and title not   |single quotes in URLs
                   |handled correctly           |
           Severity|normal                      |minor

--- Comment #2 from James Forrester <[email protected]> ---
A Parsoid issue, though really it's a very messy URL.

Example breaking wikitext:

[http://example.org/Foo'bar No bar in title]

Should be:

<p data-parsoid="…"><a rel="mw:ExtLink" href="http://example.org/Foo'bar"
data-parsoid="…">No bar in title</a></p>

Instead is:

<p data-parsoid="…"><a rel="mw:ExtLink" href="http://example.org/Foo";
data-parsoid="…">'bar No bar in title</a></p>

-- 
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