The following simple test case throws an exception, trying to access the internal item with index 2:
Description
Description
Details
Details
Subject | Repo | Branch | Lines +/- | |
---|---|---|---|---|
Update VE core submodule to master (81a4760ea) | mediawiki/extensions/VisualEditor | master | +1 -1 |
Status | Subtype | Assigned | Task | ||
---|---|---|---|---|---|
Open | None | T105173 HTML diffs of edits for everything | |||
Resolved | None | T167508 Visual diff: Make VE visual diffs available for historical diffs via MediaWiki's DiffView page | |||
Resolved | ppelberg | T260008 Visual diff inside 2017WTE section edit doesn't match visual diff from the history page (for changed reference) | |||
Resolved | ppelberg | T170235 Visual diff (on history page) shows changes to reference numbers caused by inserting more references | |||
Resolved | Tchanders | T170269 Reference diffs not working correctly on historical diffs |
Event Timeline
Comment Actions
The current version of the visual diff makes a lot of assumptions about the internal list being append-only, i.e. that document B's internalList is a superset of document A, however if parse the documents separately from the server that is not the case.
Comment Actions
Change 371128 had a related patch set uploaded (by Jforrester; owner: Jforrester):
[mediawiki/extensions/VisualEditor@master] Update VE core submodule to master (81a4760ea)
Comment Actions
Change 371128 merged by jenkins-bot:
[mediawiki/extensions/VisualEditor@master] Update VE core submodule to master (81a4760ea)