Page MenuHomePhabricator

VisualEditor: Round-trip <b> should not become '''syntax'''
Closed, ResolvedPublic

Description

Can not reproduce on parsoid.wmflabs.org but not sure which version runs where, so reporting as reminder to confirm that it is fixed once deployed on MediaWiki.org as well.

Input:
This sentence contains '''wikitext bold''' and <b>html bold</b>, <strong>html strong</strong>.

Output:
This sentence contains '''wikitext bold''' and '''html bold''', <strong>html strong</strong>.

Example: https://www.mediawiki.org/w/index.php?title=VisualEditor%3ADoom&diff=565804&oldid=565802


Version: unspecified
Severity: normal
See Also:
https://bugzilla.wikimedia.org/show_bug.cgi?id=38738

Details

Reference
bz38737

Event Timeline

bzimport raised the priority of this task from to Needs Triage.Nov 22 2014, 1:05 AM
bzimport set Reference to bz38737.

This is a data model problem: Parsoid is giving us round-trip attributes but the converter isn't preserving them. Same root cause as bug 38738

(In reply to comment #1)

This is a data model problem: Parsoid is giving us round-trip attributes but
the converter isn't preserving them. Same root cause as bug 38738

Fixed, see bug 38738