- Issue created by @pixelwhip
- Merge request !13Issue #3519816: Does not work with Ajax form submissions β (Open) created by pixelwhip
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;
});
Active
1.0
Code