Does not work with Ajax form submissions

Created on 17 April 2025, 7 days ago

Problem/Motivation

click is set to true on a click event. Drupal core uses mousedown events to trigger Ajax calls. So if some code triggers a submission by calling mousedown, the dirty form is never marked clean.

        $(this).click(function() {
          click = true;
        });
πŸ› Bug report
Status

Active

Version

1.0

Component

Code

Created by

πŸ‡ΊπŸ‡ΈUnited States pixelwhip

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024