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 able to get Dirty Forms working correctly for all other fields. I'm only having an issue on the TinyMCE fields. My version of TinyMCE is 4.4.3. I have JQuery 3.4.1.
I have the files in this order:
<script src="~/Scripts/tinymce/tinymce.min.js"></script>
<script src="~/Scripts/tinymce/jquery.tinymce.min.js"></script>
<script src="~/Scripts/jquery.dirtyforms.min.js"></script>
<script src="~/Scripts/jquery.dirtyforms.helpers.tinymce.min.js"></script>
Error I am getting:
Unhandled exception at line 9, column 336173 in http://localhost:59927/Scripts/tinymce/tinymce.min.js
0x800a138f - JavaScript runtime error: Unable to get property 'open' of undefined or null reference occurred
The text was updated successfully, but these errors were encountered:
Am I missing something? Please help.
I am able to get Dirty Forms working correctly for all other fields. I'm only having an issue on the TinyMCE fields. My version of TinyMCE is 4.4.3. I have JQuery 3.4.1.
I have the files in this order:
<script src="~/Scripts/tinymce/tinymce.min.js"></script>
<script src="~/Scripts/tinymce/jquery.tinymce.min.js"></script>
<script src="~/Scripts/jquery.dirtyforms.min.js"></script>
<script src="~/Scripts/jquery.dirtyforms.helpers.tinymce.min.js"></script>
Error I am getting:
Unhandled exception at line 9, column 336173 in http://localhost:59927/Scripts/tinymce/tinymce.min.js
0x800a138f - JavaScript runtime error: Unable to get property 'open' of undefined or null reference occurred
The text was updated successfully, but these errors were encountered: