fckeditor problem

This is the place to report bugs and get support. When posting in this forum, please always provide as much detail as possible.

Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum, do not report it as a bug.

This is the place to report bugs and get support

When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:

  • What operating system were you running when the bug appeared?
  • What database platform is your site using?
  • What version of mojoPortal are you running?
  • What version of .NET do you use?
  • What steps are necessary to reproduce the issue? Compare expected results vs actual results.
Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum.
This thread is closed to new posts. You must sign in to post in the forums.
6/27/2009 7:58:19 AM
Gravatar
Total Posts 20

fckeditor problem

fckeditor in blog has a problem.

In blog with excerpt, when i add or edit a blog item, Fckeditor for content is ok , but in excerpt page, it can not be shown completely.
this occurs only in IE browser.

Google chrome and opera browsers are ok.

 I deployed my website by getting source from svn

regards,

xgma

6/27/2009 8:01:55 AM
Gravatar
Total Posts 18439

Re: fckeditor problem

Hi,

It seems to be an IE 8 bug in YUI 2.7.0. You can solve it by downgrading to YUI 2.6.0 

Add this to your user.config:

<add key="GoogleCDNYUIVersion" value="2.6.0" />

Hope it helps,

Joe

6/27/2009 8:12:52 AM
Gravatar
Total Posts 20

Re: fckeditor problem

great, It is very helpful

<add key="GoogleCDNYUIVersion" value="2.6.0" /> 

 

before adding above,I tried on IE6 on another computer, it is same with ie8. So I think it is not compatible with ie.

but my last version(based on source in 2009-5), there is no current problem to FckEditor.

 

regards,

xgma

You must sign in to post in the forums. This thread is closed to new posts.