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.
When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:
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
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
great, It is very helpful
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.