Postponed (maintainer needs more info)
Project:
Autosave
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
14 Apr 2012 at 20:14 UTC
Updated:
21 Jul 2013 at 08:27 UTC
Jump to comment: Most recent file
Comments
Comment #1
liquidcms commentedis this with stand-alone CK or with wysiwyg?
the former is not officially supported. for the latter; please provide a patch if that is the case you are using.
Comment #2
jvieille commentedStand-alone CK
I would suggest that this module be supported as it is one of the most popular and offers more features than through wysiwyg.
So, not a bug, rather happy it works so well with an unsupported editor...
Thanks
Comment #3
liquidcms commentedwell, as i said, CK stand alone is not officially supported (and never will be) but a patch was committed ages ago that allows it to work with CK stand alone. if you want to contribute a patch to fix the full screen issue i will consider committing it.
Comment #4
vgalindus commentedHi! I have run into the same issue and this small change seems to fix the problem. It's only tested with wysiwyg module.
BTW I have seen some issues regarding autosave doesn't works with CKeditor 4 and it does for me v4.2
BR
Comment #5
jvieille commentedThis patch does not seem to apply to the autosave.js. I don't find the corresponding bits of code in the latest production / dev versions.
in 2.11, dev is idnetical but one line up shifted.
Comment #6
vgalindus commentedHi jvieille,
you are right, this issue is for 6.x version and the patch I supplied is for 7.x, I have checked version 6.x and wrote a patch for it I have some projects were could be useful but this needs more testing. Right now seems to work with CKEditor v4.2 (I guess all v4 and above) and maximized. You should change css for autosave div to appear in full screen z-index: 9999.
Hope it helps.
BR