When using Parsoid as parser and clicking on a re-used ref there's another link and text added to the backlinks list.
Steps to replicate the issue (include links if applicable):
- Visit a page with reference reuse and the Parsoid parser e.g. en:Castle
- Click on the footnote [10]
What happens?:
- View jumps down to the references and highlights the backlinks
- You see the text jump up to: as part of the content and an additional backlink c
What should have happened instead?:
- No additional text and the backlinks a b only
See:
Note:
This only happens in Parsoid mode. Not on the legacy Parser output.
Steps to address the issue:
- Fix to not show the buggy text
- Make the feature work on Parsoid
