The stabilization of FCKeditor 2.6.3 Beta has been completed successfully with a few minor issues being fixed. We are happy to bring another nice release to public, with some important new features.
Tue, 08/05/2008 - 13:07
#1
Issues with styles in version 2.6.x ?
Hi,
I've been encountering very odd behaviour with styles. I created this simple file:
In 2.6.x, the style is shown even on simple text, without selected area. Trying to apply with no selection doesn't change anything, of course. Selecting text, creating a link out of it, then trying to apply the style doesn't do anything either, which is more annoying. However, after creating this test style:
I could do this: select few words, apply the style "Test". The whole line became surrounded by the tag h2 class="test", which seems rather logical. Then, selecting the "Image popup" style creates the a class="lightbox" tag nested into h2 !?
After hours of tests and checks with my config files, etc., I downgraded to 2.4: all is working like a charm, the style dropdown shows the style only if a link is selected, the class applies perfectly well, etc., all other things equal. So I guess there is a bug.
Test: Windows XP, Fx 2.0.0.16, Firebug and few other extensions installed.
Best,
Re: FCKeditor 2.6.3 released
@marcb, please open a ticket for it at our dev site. The <a> element should not act as a normal inline styling element, like <span>.
Frederico Knabben
CKEditor Project Lead and CKSource Owner
--
Follow us on: Twitter | Facebook | Google+ | LinkedIn
there is still a issue when paste from MS word
I'm a chinese
there is still a issue when paste from MS word
when paste froom MS word , end part of content will be lost !!
help pls
Re: FCKeditor 2.6.3 released
@zbrong, you should open a ticket at our dev site, attaching a sample Word document and the precise steps to reproduce the problem. Thanks!
Frederico Knabben
CKEditor Project Lead and CKSource Owner
--
Follow us on: Twitter | Facebook | Google+ | LinkedIn
Re: FCKeditor 2.6.3 released
I'm a chinese!
Issue in TypeConfig.cs for the uploader capability in FileBr
I think the file browser ASP.NET CheckIsAllowedExtension function might have an error in it. From what I see, it is returning false if a denied extension is not found. See the code below. I think the "!" needs to be removed from the DeniedExtensions check. For the ASP.NET upload code to work right now, the DeniedExtensions need to have the same settings as the AllowedExtensions, which probably isn't the intention of the DeniedExtensions setting.
Hope this post is helpful.
Paul
Re: FCKeditor 2.6.3 released
@napkatz,
You have much probably found a bug, and your analysis of it is perfect. I would ask you to please open a ticket for it at our dev site, so we can properly fix it, keeping you notified about the evolution of it.
Thanks!
Frederico Knabben
CKEditor Project Lead and CKSource Owner
--
Follow us on: Twitter | Facebook | Google+ | LinkedIn
Re: FCKeditor 2.6.3 released
I downgraded to 2.6.0 and it works again.
Re: FCKeditor 2.6.3 released
Can anyone tell me how to add new tool in FCKEditor 2.6.3, I am trying to add a webEQ editor, on click of button it should open webeq editor. and watever i write there should display in fckeditor.
Please help