Last modified: 2013-04-22 16:14:18 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T39846, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 37846 - Parsoid: Does not insert a necessary <nowiki /> between </i></b> and <i>
Parsoid: Does not insert a necessary <nowiki /> between </i></b> and <i>
Status: RESOLVED FIXED
Product: Parsoid
Classification: Unclassified
serializer (Other open bugs)
unspecified
All All
: High normal
: ---
Assigned To: Gabriel Wicke
:
Depends on:
Blocks: 38854 39567
  Show dependency treegraph
 
Reported: 2012-06-22 20:44 UTC by James Forrester
Modified: 2013-04-22 16:14 UTC (History)
9 users (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description James Forrester 2012-06-22 20:44:25 UTC
Create some text - e.g. "Expe dit ious". Set the first seven characters as bold, and the last seven as italics. Round-trip.

Expected wikitext: '''Expe''dit'''''<nowiki></nowiki>''ious''

Expected HTML: <strong>Expe<em>dit</em></strong><em>ious</em>

Actual wikitext:'''Expe''dit'''''''ious''

Actual HTML: <strong>Expe<em>dit''</em></strong>ious
Comment 1 James Forrester 2012-06-22 22:05:53 UTC
Mass-moving items into VisualEditor product
Comment 2 James Forrester 2012-11-13 18:41:19 UTC
Pushing to next milestone as they did not make it to master by yesterday.
Comment 3 Roan Kattouw 2012-11-17 01:18:14 UTC
Please try to reproduce again, if it's still broken, move it into Parsoid.
Comment 4 James Forrester 2012-11-17 03:05:39 UTC
Confirmed that the HTML send from VE to Parsoid is:

"<p data-parsoid="{&quot;dsr&quot;:[0,25]}"><b>Expe<i>dit</i></b><i>ious</i></p>"

But that behaviour by Parsoid is as before. Assigning there.
Comment 5 Gabriel Wicke 2012-12-11 00:37:59 UTC
Patch committed in https://gerrit.wikimedia.org/r/37985.

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links