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
I am having a problem with a tinyMCE textarea that is perplexing.
dirtyforms v2.0.0, tinyMCE v4.5.2
The form is "dirty" even after a page reload and no venturing near the textarea. The problem seems to be content related as I use the same page to render different content from the database and in most instances everything works as expected.
There is a fairly large amount of content for the page where the problem occurs. It is also possible that the HTML in the content might be the source of the issue since I have created a much larger lorem content with no formatting and do not see the issue.
I have a "reset" button on the page which causes a form reset. If I wait long enough, the reset button will "work" and the page will reload without a "dirty" warning.
I have been trying a form reset on a window.settimeout function delay after the window is loaded. So far the delay needs to be 5-6 seconds for the reset to clear whatever is making the form dirty. (I don't think this is a viable permanent solution!)
The text was updated successfully, but these errors were encountered:
I am having a problem with a tinyMCE textarea that is perplexing.
dirtyforms v2.0.0, tinyMCE v4.5.2
The form is "dirty" even after a page reload and no venturing near the textarea. The problem seems to be content related as I use the same page to render different content from the database and in most instances everything works as expected.
There is a fairly large amount of content for the page where the problem occurs. It is also possible that the HTML in the content might be the source of the issue since I have created a much larger lorem content with no formatting and do not see the issue.
I have a "reset" button on the page which causes a form reset. If I wait long enough, the reset button will "work" and the page will reload without a "dirty" warning.
I have been trying a form reset on a window.settimeout function delay after the window is loaded. So far the delay needs to be 5-6 seconds for the reset to clear whatever is making the form dirty. (I don't think this is a viable permanent solution!)
The text was updated successfully, but these errors were encountered: