-
Logged In: YES
user_id=925419
Looks like the http://dan.tjs.co.uk/fckprob/ url is working
again.
I am also having problems with this. I am doing a
contribution for using FCKeditor with Qcodo (www.qcodo.com).
It works great as long as I do not use ajax. But I thought
that the problem was that the javascript that does the
update to the fckeditor does not have any...
2006-07-09 11:03:54 UTC in FCKeditor
-
Logged In: YES
user_id=925419
Anyone got anywhere with this?.
2006-07-09 10:56:46 UTC in FCKeditor
-
New version uploaded, the first one did not work in Firefox 1.0.4.
2005-06-28 09:34:40 UTC in FCKeditor
-
Logged In: YES
user_id=925419
I might found a solution to this problem. I found that the file
witch is causing me problems is actually fckundo_ie.js, I
would think this would not be included in gecko when there is
a file called fckundo_gecko.js. Anyway ... I changes line 28
from
if ( FCK.EditorDocument.selection.type == 'Text' )
to
if ( FCKBrowserInfo.IsIE &&...
2005-06-28 09:21:08 UTC in FCKeditor
-
To recreate:
1.Download fresh copy of fckeditor FC.
2.Unzip into chosen folder.(Like: /FckeditorFC)
3.Test page in Firefox 1.0.4 (It works)
4.Copy the packager into the rootfolder of the app (Like:
FckeditorFC/FCKeditor.Packager.exe)
5.Run the packager.
6.Test page in Firefox 1.0.4 (it fails)
Error reported by Javascript Console:
Error: FCK.EditorDocument.selection has no...
2005-06-28 08:54:15 UTC in FCKeditor
-
Hi!
I'm back with my mod of the mcpuk file browser.
My mod makes it possible to edit images online, easy!.
check it out: http://fckeditor.prosjektweb.net (Test ,description and download)
By the way, great job mcpuk!
BR Martin Kronstad.
2005-06-27 15:27:51 UTC in FCKeditor
-
Logged In: YES
user_id=925419
Hi!
Sorry I forgot to write in the recreate to do this, but I did this.
The problem appears to be in the client (Internet Explorer
and Firefox) and is not solvable, the error occurs when
copying text and not pasting. The best solution is to use
absolute urls or parse the contents on return on server side.
btw: there is an option in the link dialog...
2005-03-29 07:11:27 UTC in FCKeditor
-
When I try to copy and paste some html with relative
urls the urls become absolute.
Problem exist both in Firefox and Internet explorer.
Recreate :
1. Go to http://www.fckeditor.net/demo/default.html
insert an relative link. (Select some tekst and hit the
Insert/Edit Link button, type /test in urlfield and hit ok).
2. Copy the segment of text with contains the link and
go...
2005-03-18 13:11:03 UTC in FCKeditor
-
Logged In: YES
user_id=925419
The problem is not precent in the RC3 Preview, but if you put
the cusour inside a word (click inside a word, not marking the
text) then the insert/edit link button is activated. When I
insert a link no error occures, but no link is inserted either....
(because no text is selected)
BR Martin Kronstad.
2005-03-02 20:38:58 UTC in FCKeditor
-
I tested it on my Mac (Mac OS X 10.2.8 , Firefox : 1.0) Bug was precent in RC2 , In RC3 Preview it is fixed.
If you need to test anything else on mac please let me know. In fact the only reason I have it is to test my CMS and webpages on mac (witch thanks to FCKeditor I can support).
BR Martin Kronstad.
2005-02-24 12:33:15 UTC in FCKeditor