I tested the issue fork herein with D11dev and followed the steps in the summary. The article tag indeed linked to its taxonomy page thereafter.
danny englander → changed the visibility of the branch 11.x to active.
danny englander → changed the visibility of the branch 3479665-add-view-to-tags-recipe to active.
danny englander → changed the visibility of the branch 3479665-add-view-to-tags-recipe to hidden.
danny englander → changed the visibility of the branch 11.x to hidden.
Updating site performance to include modern image formats.
tonypaulbarker → credited danny englander → .
Updated text to be a little less colloquial.
I ran into the same issue with a reference of multiple taxonomy terms. #117 working for me with 10.2.5. Pager works fine as well as exposed filters. Thank you!
I tested the patch in #65 and it applies and works fine with Drupal 10.2.5. My use case is that I want different parts of the same exposed Ajax form in 2 areas of the page. This works as expected, no log errors, no console errors, or Ajax errors.
Something that baffles me is the form ids are duplicated for each implementation of the exposed form. There are a number of issues open for that, a few in the "Related" and "Referenced by" section on this page. I always understood that duplicate form ids was not good for accessibility and could cause unexpected issues so just wanted to flag that with this patch.
I tested the code from the MR and it is working fine with all the storybook things right within my theme folder. It sounds like there still needs work on this but I did want to chime in.
I just got hit with this one. My use case is, I have Laveral Mix and BrowserSync running which injects some inline JS to hot reload the page when the CSS has changed from my Sass build. The JS from Laveral Mix inserted itself right within the anti-flicker script so as to break the page just like the screen capture in #3.
If anyone is interested in using this now, I was able to add this to composer using the following code below via my update to the issue fork above.
"repositories": [
{
"type": "composer",
"url": "https://packages.drupal.org/8",
"exclude": [
"drupal/themable_forms"
]
},
{
"type": "git",
"url": "https://git.drupalcode.org/issue/themable_forms-3290022.git"
}
],
and then run:
composer require 'drupal/themable_forms:dev-3290022-automated-drupal-10'
see https://www.drupal.org/docs/develop/git/using-gitlab-to-contribute-to-dr... → for more information on how to do this.
Danny Englander → made their first commit to this issue’s fork.