I downloaded and unzipped FCKeditor to the root of the server. Before I made any change to a file I first wanted to try the editor. So I opened a sample-file. I see the textfield and button, but I don't get any toolbar. In the leftcorner of my browser the text "Waiting for localhost..." is being displayed and that's it. I waited 10 minutes, but still no toolbar.
The demo on FCKeditor.net works fine so it seems I'm doing something wrong.
Can anyone help?
The demo on FCKeditor.net works fine so it seems I'm doing something wrong.
Can anyone help?
RE: Page keeps loading, no toolbar
RE: Page keeps loading, no toolbar
When you go to the javascript console of FF, do you also see a Javascript error ?
RE: Page keeps loading, no toolbar
Just a small update,
I did turn off the HTTPS mode, and now with simple HTTP the editor seems to load correctly.
I have seen that in the 2.1 beta, there are some things mentioned about HTTPS problems...
Andr
Yet another problem with toolbar in FireFox
So in my case I`m using FF 1.0.7 and IE 6.0.29 on winXP and I have the following situation. No matter if I use HTTP or HTTPS I have the toolbar loaded in IE and no matter of the protocol I miss the toolbar in FF. The editing area is working just fine - even if you use CTRL+B it makes the text bold. Also I had JS error in the file
/fckeditor/editor/js/fckeditorcode_gecko_2.js
but I solved it with coping the corresponding file from here :
http://www.fckeditor.net/fckeditor/edit ... gecko_2.js
which I suppose is used in the demo of the editor on the official page (which loads just fine in the same FF). Now the error is gone but the toolbar is still missing. Any further suggestions? Thanx in advance
RE: Page keeps loading, no toolbar
Here the link to my other message in this forum:
https://sourceforge.net/forum/forum.php ... _id=379487
Sometimes hitting F5 (reload) leads to a full texteditor, but not always.
RE: Page keeps loading, no toolbar
RE: Page keeps loading, no toolbar
A small question,
are you using HTTPS on the editor page ?
Andr