Hi There
First off,this editor is amazing. It kicks the crap out of many commecrial rich text editors.
On IE SP2 the editor stops working if I click the Source button. The editor will go into Source mode, and all of the formatting buttons get disabled, which is normal.
When I click the Source button again, so I can return to WYSIWYG mode, the formatting buttons are still disabled and I can no longer place my cursor into the editing region. However, I still can go into Source mode and edit the source.
Could this be a configuration issue, or is this a bug?
Everything seems to work fine with FireFox for Windows.
First off,this editor is amazing. It kicks the crap out of many commecrial rich text editors.
On IE SP2 the editor stops working if I click the Source button. The editor will go into Source mode, and all of the formatting buttons get disabled, which is normal.
When I click the Source button again, so I can return to WYSIWYG mode, the formatting buttons are still disabled and I can no longer place my cursor into the editing region. However, I still can go into Source mode and edit the source.
Could this be a configuration issue, or is this a bug?
Everything seems to work fine with FireFox for Windows.
RE: IE SP2 Issue - Source Button
greets
RE: IE SP2 Issue - Source Button
FCKConfig.EnableXHTML = false ;
FCKConfig.EnableSourceXHTML = false ;
(both false)
Still the issue persists. Any suggestions.
Thank you.
RE: IE SP2 Issue - Source Button
If it wasn't for this bug, I would be using it in one of the projects I'm working on.
RE: IE SP2 Issue - Source Button
This fixed the problem for me. I am using the ReplaceTextArea function.