- Issue created by @Lendude
The maxlength message blinks when a ajax call happens in the current form. The Ajax call will currently trigger the 'detach' behaviour which will remove the maxlength message, with will then get attached again, causing the blink.
* Install the Real-time SEO for Drupal module (
https://www.drupal.org/project/yoast_seo →
)
* Enable Real-time SEO for Drupal auto-update in the module settings
* Add Real-time SEO for Drupal field to a content type and a text area with CKeditor and the maxlength set to some value
* Type some text in the text area and wait for the debounce and see the maxlength message blink
* Should be reproducible with other Ajax-ing in the form but didn't dive that deep
Check the trigger in Drupal.behaviors.maxlength.detach to only detach on 'unload', see for example Drupal.behaviors.ViewsAjaxView.detach and Drupal.behaviors.nodePreviewDestroyLinks.detach
No blinking
None
None
Active
3.0
Code