I have asp.net application which includes FCKeditor control on the certain page. The issue I have is with Firefox v17. FCKEditor shows only the "html code" (eg. appears as regular text box field). This works well with latest version of Chrome v23 and and
IE9.
Did anyone faced the same issue and if so did anyone found out the solution?
Are you using FCKEditor or the newer CKEditor. I ask because FCKEditor has been replaced, and the CKEditor project has a nice ASP.Net control for integration
Don't forget to mark useful responses as Answer if they helped you towards a solution.
Are you using FCKEditor or the newer CKEditor. I ask because FCKEditor has been replaced, and the CKEditor project has a nice ASP.Net control for integration
Yes, I'm using "FCK" and so far I'm not trying to replace it with "CK" as it pretty much covers all my needs.
FCKEditor hasn't been in heavy development in over four years, and security updates haven't been out for over two years. They focus entirely on CKEditor now.
sreckoo
Member
33 Points
14 Posts
FCKEditor not working well in Firefox 17
Nov 25, 2012 07:11 PM|LINK
Hi
I have asp.net application which includes FCKeditor control on the certain page. The issue I have is with Firefox v17. FCKEditor shows only the "html code" (eg. appears as regular text box field). This works well with latest version of Chrome v23 and and IE9.
Did anyone faced the same issue and if so did anyone found out the solution?
Thanks in advance
<div id="_dyhb23rg4374"></div>markfitzme
All-Star
15343 Points
2358 Posts
Re: FCKEditor not working well in Firefox 17
Nov 25, 2012 07:35 PM|LINK
Are you using FCKEditor or the newer CKEditor. I ask because FCKEditor has been replaced, and the CKEditor project has a nice ASP.Net control for integration
sreckoo
Member
33 Points
14 Posts
Re: FCKEditor not working well in Firefox 17
Nov 25, 2012 08:07 PM|LINK
Yes, I'm using "FCK" and so far I'm not trying to replace it with "CK" as it pretty much covers all my needs.
Thank you
molly_c
Participant
1590 Points
401 Posts
Re: FCKEditor not working well in Firefox 17
Nov 30, 2012 09:07 AM|LINK
It seems that FCKEditor has replaced by CKEditor, maybe it doesn't support in Firefox 17...
Use CKEditor instead.
Molly
It's time to start living the life you are imagined.
rossisdead2
Participant
1313 Points
300 Posts
Re: FCKEditor not working well in Firefox 17
Nov 30, 2012 11:36 PM|LINK
FCKEditor hasn't been in heavy development in over four years, and security updates haven't been out for over two years. They focus entirely on CKEditor now.
http://dev.ckeditor.com/milestone/FCKeditor%202.7
sreckoo
Member
33 Points
14 Posts
Re: FCKEditor not working well in Firefox 17
Dec 01, 2012 07:36 AM|LINK
Seems this has been fixed in version 17.0.1. FCKEditor works again (we'll see for how long)