Possible to prevent drag and drop of fake objects
|
19 Oct 10
From what I read on trac, seems it is a Mozilla bug for 3.6.9+ and CKEditor developers are expecting Mozilla developers to fix the bug. Anyway, if you insist to apply the fix, which CKEditor developers seems don't recommend, you can insert it into anywhere which CKEditor will run when it initialize. Probably you can insert it in fakeobjects/plugin.js , inside "afterinit" part of fakeobject definitation. I don't have Firefox 3.6.11 so I can't test whether the fix works. Hope it helps. |
|
19 Oct 10
Okay, thank you very much for this! I also understood that it's a Firefox bug in the end but unfortunately I have no influence with which version of Firefox the users will go to my instance of CKEditor. Thus I must prevent the drag and drop behavior though it is not recommended. Anyway, it is pretty unfamiliar to me to see a wrong behavior of Firefox that even IE treats correctly... Thanks much for your help! |
Please login to post answer.
Hi,
is it possible to prevent the drag and drop functionality in the WYSIWYG area of CKEditor?
I am referring to this bug which is relevant only for Mozilla browsers so actually it is a Firefox bug but I need to prevent the drag and drop functionality anyway because the fix is to be expected at Firefox 3.6.11.
In the issue description above a code snippet is provided but I don't know where to insert it or if it even works...
Thanks for your help!
Cheers,
MS