- 🇮🇳India sanjayk
Facing the same issue with Drupal 10 as well. Is there any solution?
Problem Statement
We are using autosave_form module with max length module and it is found that the node edit form flashes periodically upon each set interval.
I guess this happening because autosave_form keep reloading the form periodically with the time set in its interval configuration and as maxlength module calculates the number of character in the field and displays it below the field which is done at client side using js, hence every time the form is reloaded by autosave_form maxlength modules js takes delay and then shoes the count of characters in the field.
Proposed Solution:-
Not sure how can this be handled but i think the solution provided in the issue
https://www.drupal.org/project/autosave_form/issues/2999320 →
should also resolve this bug.
Active
1.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Facing the same issue with Drupal 10 as well. Is there any solution?