I verified that I could paste into other fields in firefox. for instance "aasdasdadsasdadsasd" was just pasted into this very window. but I canot paste into fckeditor.
This sounds like a config problem. I'm curious about the people who couldn't use the online demo tho. Up to this point, if something works on the on-line demo and not your own system it's generally a configuration problem. Are all your toolbar items kewl? Matching brackets, quotes, no extra commas? Are you using plug-ins? Have you tried it 'straight out the box' i.e. plain non-modified config? Are you watching for javascript errors? DID YOU CLEAR YOUR CACHE? That's 1. in the FAQ.
It's sounding like configuration to me. Course, it's working on MY version of firefox... if it weren't I might think differently. =-) Sorry no good answer.
Weird. Is the fckstyles.xml getting loaded? Are there styles in the pull-down? Have you tried backing up the current fckconfig.js and replacing it with the default one out of the RC3 package? Is your fckeditor directory at /fckeditor, or a different location?
Try the orig fckconfig.js, with no custom configs, and lets see if that works...
Edit file classes/fcktoolbarspecialcombo.js And in the first function, set "this.ContextSensitive" to false Package and copy/paste should work again, BUT fckeditor wont select the style/size/font/... of the current selected text So, i think it's something using this property that remove the copy/paste I will continue searching
Here is one way to replicate this problem in FF 1.01.
Go to the demo on the fckeditor home page. Click the back button, then click refresh. Shortcuts for Cut/Copy/Paste will no longer work, and the buttons will be grayed out. You have to clear your cache to get it to come back. I've verified this on two different systems.
Of course, I don't know WHY it happens. I'm just demostrating how to get it to happen. Hopefully this will shed some light on a solution for those who have much better programming skills than I.
Funky. I can cut and paste in both samples. So far, I haven't been able to reproduce the non-cutting and pasting.
Refreshing the demo page leaves me with an empty window, but works fine on my own 'deployment'. I do have no-cache headers, and that might do something.
I hate the intermittent problems the most. Go figure.
I think I have a solution to the FireFox Copy/Paste problem in FCKeditor rc3. I have disabled the cache in FireFox. ( See http://www.mozilla.org/support/firefox/ ... h_memcache to find out how to do this) and I seem to be able to copy and paste into FCKeditor rc3.
Works for me on linux w/apache. Uploaded from a windows machiene, so mabe that utf char was converted automatically. Did you expand it on the server, or dev machiene and then upload to server?
I've got the copy/paste problem on MacOS-X with mozilla and firefox. On my (debian) linux box with both browsers I don't have any problems. Under windows it only works in MSIE. I didn't have this problem with RC1, didn't try the rc2... Strage is that it doesn't work out of the box, but the demo on the fckeditor site works fine in all browsers.
RE: Pasting in Firefox
it does not work for me. I am using the full 1.0 version of firefox on the demo at http://www.fckeditor.net/demo/default.html.
I verified that I could paste into other fields in firefox. for instance "aasdasdadsasdadsasd" was just pasted into this very window. but I canot paste into fckeditor.
RE: Pasting in Firefox
This lets me ctrl+v:
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0
I've got the noia theme installed, and developer tools, etc. Doubt that makes a difference tho.
RE: Pasting in Firefox
I tried it again -
It works in the basic version (the one with only bold, italic, and link) but it does def. not work in the default version.
RE: Pasting in Firefox
The buttons in the editor for cut/copy/paste are disabled and ctrl-x/c/v do nothing.
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.6) Gecko/20050225 Firefox/1.0.1
RE: Pasting in Firefox
unable to copy/paste with firefox 1.0.1 fr
buttons are greyed and shortcut ctrl+c / ctrl+v don't work.
i've noticed also that the ctrl+a does not work anymore.
in ie6, everything's working fine.
any idea to solve this strange behaviour ?
RE: Pasting in Firefox
RE: Pasting in Firefox
But I did notice that I could still ctrl+c,v,x in source view. But not in the wysiwyg view.
RE: Pasting in Firefox
ctrl+c,v,x work for me in the online demo.
The select all button works on the demo, but not on my local RC3 version.
How odd?
Is the online demo running the standard v2 RC3?
RE: Pasting in Firefox
This sounds like a config problem. I'm curious about the people who couldn't use the online demo tho. Up to this point, if something works on the on-line demo and not your own system it's generally a configuration problem. Are all your toolbar items kewl? Matching brackets, quotes, no extra commas? Are you using plug-ins? Have you tried it 'straight out the box' i.e. plain non-modified config? Are you watching for javascript errors? DID YOU CLEAR YOUR CACHE? That's 1. in the FAQ.
It's sounding like configuration to me. Course, it's working on MY version of firefox... if it weren't I might think differently. =-) Sorry no good answer.
RE: Pasting in Firefox
I did notice that if you get rid of the:
['Style','FontFormat','FontName','FontSize'],
['TextColor','BGColor'],
part in the toolbar configuration, the problem stops.
RE: Pasting in Firefox
Try the orig fckconfig.js, with no custom configs, and lets see if that works...
RE: Pasting in Firefox
classes/fcktoolbarspecialcombo.js
And in the first function, set "this.ContextSensitive" to false
Package and copy/paste should work again, BUT fckeditor wont select the style/size/font/... of the current selected text
So, i think it's something using this property that remove the copy/paste
I will continue searching
RE: Pasting in Firefox
RE: Pasting in Firefox
Go to the demo on the fckeditor home page. Click the back button, then click refresh. Shortcuts for Cut/Copy/Paste will no longer work, and the buttons will be grayed out. You have to clear your cache to get it to come back. I've verified this on two different systems.
Of course, I don't know WHY it happens. I'm just demostrating how to get it to happen. Hopefully this will shed some light on a solution for those who have much better programming skills than I.
There may be other ways to trigger this as well.
RE: Pasting in Firefox
_samples/html work without problem.
_samples/php show the problems mentioned above.
RE: Pasting in Firefox
Refreshing the demo page leaves me with an empty window, but works fine on my own 'deployment'.
I do have no-cache headers, and that might do something.
I hate the intermittent problems the most. Go figure.
RE: Pasting in Firefox
When it works fine, I can move the Cursor
RE: Pasting in Firefox
copy/paste and use the style editors
FCKConfig.ToolbarSets["Modified"] = [
['Source','Preview'],
['Bold','Italic','-','OrderedList','UnorderedList','-','Link','U
nlink','-','Image'],
['JustifyLeft','JustifyCenter','JustifyRight','JustifyFull'],
['Table'],
['Style','FontFormat','FontName','FontSize'],
] ;
RE: Pasting in Firefox
Now this is interesting...
http://localhost/FCKEditor/_samples/html/sample01.html
Comes up with problems.
but
file:///C:/Apache2/htdocs/FCKEditor/_samples/html/sample01.html
works perfectly
RE: Pasting in Firefox
the only config file i know that allows copy/past is "basic"
of course, then you can't apply styles.
RE: Pasting in Firefox
1) Could not use arrows to move around in document, no pasting worked.
2) Cleared cache.
3) Seems to be fine now
RE: Pasting in Firefox
I think I have a solution to the FireFox Copy/Paste problem in FCKeditor rc3. I have disabled the cache in FireFox. ( See http://www.mozilla.org/support/firefox/ ... h_memcache to find out how to do this) and I seem to be able to copy and paste into FCKeditor rc3.
Hope this helps.
RE: Pasting in Firefox
I just submitted a bug request on this issue. See bug 1163267 at https://sourceforge.net/tracker/index.p ... tid=543653
RE: Pasting in Firefox
RE: Pasting in Firefox