San Diego
Account created on 17 December 2008, almost 16 years ago
#

Recent comments

πŸ‡ΊπŸ‡ΈUnited States Danny Englander San Diego

Updated text to be a little less colloquial. 

πŸ‡ΊπŸ‡ΈUnited States Danny Englander San Diego

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!

πŸ‡ΊπŸ‡ΈUnited States Danny Englander San Diego

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.

πŸ‡ΊπŸ‡ΈUnited States Danny Englander San Diego

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.

πŸ‡ΊπŸ‡ΈUnited States Danny Englander San Diego

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.

πŸ‡ΊπŸ‡ΈUnited States Danny Englander San Diego

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.

πŸ‡ΊπŸ‡ΈUnited States Danny Englander San Diego

Danny Englander β†’ made their first commit to this issue’s fork.

Production build 0.71.5 2024