Posted by NathanRAFT on May 31, 2008 at 2:10am
| Project: | Autosave |
| Version: | 5.x-3.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | needs review |
Issue Summary
Looking pretty good! So far only one issue.
I am not running Tinymce and am getting the following error on line 37 of autosave.js.
tinyMCE is not defined
saveForm()
tinyMCE.selectedInstance.selection.moveToBookmark(editorBookmark);Following the js error the form will not autosave again.
Comments
#1
Because of this bug, autosave doesn't work without TinyMCE. This patch fixes this.
#2
#3
thanks for the patch Dave; this is now included in latest rev (5.x-3.2)
#4
#5
Actually, I still had problems running without tinymce. It would complain that tinyMCE.selectedInstance was null. I've got a fix.