- Issue created by @emanaton
- πΊπΈUnited States chaseconklin
I just ran across a very similar issue on the 4.x branch of the module. The patch seems to work on the 4.x branch as well.
- Status changed to Needs work
8 months ago 1:14am 22 March 2024 - π¬π§United Kingdom scott_euser
Thanks for flagging this, will try to get to reviewing this issue in the next few weeks. For now marking as needs work as it has a patch but I think we agree it is a bandage solution rather than solving the issue.
It would be helpful to know:
- Which other filters are enabled in the text format and their order
- Which settings within the filter plugin are enabled within the text format
- Which block configuration is being used (if any)
To make it easier to reproduce.
Thanks!
- πΊπΈUnited States chaseconklin
In our case, it only happens when using the twig tweak block to group all of the footnotes. It happens regardless of using the js group option or not. It doesn't happen when we don't use the grouping option. Here is a list of the filters we're using
Filter processing order Linkit URL converter Limit allowed HTML tags and correct faulty HTML Footnotes filter Responsive wrappers filter Align images Caption images Restrict images to this site Track images uploaded via a Text Editor Lazy load images No Non-breaking Space Filter Replaces global and entity tokens with their values Display embedded entities Embed media
- π¬π§United Kingdom scott_euser
Hmmm not able to reproduce in the 4x branch sorry - I am trying with clean install, enabled a series of filters, used paragraphs, added multiple footnotes within each paragraph, nothing repeated.
- Status changed to Postponed: needs info
7 months ago 8:34pm 4 April 2024 - πΊπΈUnited States chaseconklin
I think I just found a way to replicate the bug. Here are the steps:
- Install Drupal 10.1 latest
- Install metatag module
- Enable footnotes in CKE 5 (Set to collapse duplicates and set block rendering
- Create the metatag field for the basic page content type
- Create a new page with some content in the body field and leave the summary empty (Have the summary be generated for you)
- Add some footnotes to the body field and save the page
- The duplicates should appear
I'm not sure if there is anything you can do about it but I figured I would let you know in case you want to look into it. Some workarounds include manually setting the summary or setting the description to use another token other than
[node:summary]
which is the default. - Status changed to Needs work
7 months ago 6:12am 11 April 2024 - π¬π§United Kingdom scott_euser
Thanks @cmconklin, that makes sense - so essentially if the citations are displayed twice in the main content of the page, the references & backlinks are then also displayed twice and the grouping of duplicates is not kicking in. The displaying twice happens when the text format has a summary and the citations appear in the summary. And just to confirm, we are still talking about the 3x branch correct? I am not contributing to the 3x branch myself, but hopefully someone can help step in to help here.
- πΊπΈUnited States chaseconklin
Sorry for the confusion, this is on the 4.x branch. The original issue was created on 3.x but this issue that I am experiencing is on the 4.x branch. I wasn't sure if a new issue should be created or if the version on this issue should be updated.
- π¬π§United Kingdom scott_euser
Actually, I'm going to create a new issue, just in case @emanaton's is a separate issue
- π¬π§United Kingdom scott_euser
Moved to π Duplicate footnotes when using footnote summary in metatag Needs work