RevisionSlider should show parsed edit summaries in the tooltips rather than raw edit summaries (which are WikiText). To do this you can just request 'parsedcomment' instead of 'comment' from the API. You may also need to relax the output escaping. Note that parsedcomment is already htmlescaped for you, so this shouldn't be a security issue.
Description
Description
| Status | Subtype | Assigned | Task | ||
|---|---|---|---|---|---|
| Duplicate | Niharika | T110160 Turn RevisionJumper/RevisionSlider into an extension [AOI] | |||
| Declined | Niharika | T114172 User test the slider prototype for RevisionJumper [AOI] | |||
| Resolved | Niharika | T116452 RevisionSlider should show parsed edit summaries in the tooltips |
Event Timeline
Comment Actions
I changed comment to parsed comment but if I remove the mw.html.escape(), the output is unescaped and we see long vertical lines of characters on the slider again. So I put the escaping back on.