You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bug description
The form textarea appears empty, even when it should be populated by the advanced form.
Steps for reproducing
Steps to reproduce the behavior:
Open module settings with Firefox
Switch to advanced form.
Delete contents of textarea element.
Save
Refresh (F5)
Expected behavior
Textarea is filled with advanced form.
Actual behavior
Textarea is empty.
Screenshots
In inspect element, the textarea HTML seems to be filled but yet appears empty.
WordPress version
5.4
Module version
2.3
Additional context
This doesn't happen in Google Chrome but happens on FireFox 85.0.1-1
Editing and saving the HTML will make textarea contents visible again.
Ctrl+Shift+R fixes the problem but disabling cache in developer tools does not affect it.
The text was updated successfully, but these errors were encountered:
Bug description
The form
textarea
appears empty, even when it should be populated by the advanced form.Steps for reproducing
Steps to reproduce the behavior:
textarea
element.Expected behavior
Textarea is filled with advanced form.
Actual behavior
Textarea is empty.
Screenshots
In inspect element, the
textarea
HTML seems to be filled but yet appears empty.WordPress version
5.4
Module version
2.3
Additional context
This doesn't happen in Google Chrome but happens on FireFox 85.0.1-1
Editing and saving the HTML will make
textarea
contents visible again.Ctrl+Shift+R fixes the problem but disabling cache in developer tools does not affect it.
The text was updated successfully, but these errors were encountered: