Hi guys and girls,
Having a hard time with the styles, cannot turn off the bolding at all. In IE7 you may select a text, bold it, and thats it, the toolbar button gets stuck and you may never able to unbold the text afterward. Same effect applies to Italics and Underline as well. You may not undo it to the highlighted text.
Any ideas, configuration file settings? Anyone encountered this bug?? I am stuck and cannot release the updated version of FCKeditor to our clients due to this error.
My version is:
---------------------------------------
FCK Editor: 2.6.4.
InternetExplorer: 7.0.6001.18000
OS: Vista
---------------------------------------
Thank you in advance.
Harry
Having a hard time with the styles, cannot turn off the bolding at all. In IE7 you may select a text, bold it, and thats it, the toolbar button gets stuck and you may never able to unbold the text afterward. Same effect applies to Italics and Underline as well. You may not undo it to the highlighted text.
Any ideas, configuration file settings? Anyone encountered this bug?? I am stuck and cannot release the updated version of FCKeditor to our clients due to this error.
My version is:
---------------------------------------
FCK Editor: 2.6.4.
InternetExplorer: 7.0.6001.18000
OS: Vista
---------------------------------------
Thank you in advance.
Harry
Re: Bolding - Italics - Underline cannot be turned off in IE
It must be something special in you system.
Re: Bolding - Italics - Underline cannot be turned off in IE
I have a feeling it's a more common problem than people realize. We have the problem too and there are two issues open tracking this....
http://dev.fckeditor.net/ticket/2834
http://dev.fckeditor.net/ticket/2156
We've tried both the fixes suggested in issue 2156 but neither seemed to work. Would be interesting to know if these fixes work for anyone else.
Anyone got any suggestions on how we might get the priority of this issue raised?
Thanks.
Bill Echlin
Traq Software Ltd
http://www.SoftwareTesting.net
Re: Bolding - Italics - Underline cannot be turned off in IE
I've had some great support from a guy called Alfonso on this issue (a big thank you for helping us our here). Anyway, you can resolve this with the following....
You can get the latest patch for this issue from here....
http://dev.fckeditor.net/attachment/tic ... 56_3.patch
Files patched...
editor/_source/internals/fckdomtools.js
editor/_source/internals/fckxhtml.js
editor/_source/internals/fckxhtml_ie.js
Then you need the fckeditor packager from here.....
http://www.fckeditor.net/fckpackager
Then follow these steps:
1. Apply the patches to the three source files.
2. Copy the packager into the main FCKeditor directory.
3. Then run a command like this (I'm using the php version of the packager here)...
C:\Program Files\xampp\htdocs\dev\fck_bold\fckeditor>"C:\Program Files\xampp\php\php.exe" "C:\Program Files\xampp\htdocs\dev\fck_bold\fckeditor\fckpackager.php"
This produces these two files....
fckeditor/editor/js/fckeditorcode_gecko.js
fckeditor/editor/js/fckeditorcode_ie.js
With these two files replaced the issue is resolved.
Re: Bolding - Italics - Underline cannot be turned off in IE
since I need to use FCKEditor on this project I came up with a work around:
I have UI Tabs on my page and my client needed a "live preview" feature to make sure the edited text would fit on the public interface of the site.
Hope that save's somebody's hair and helps FCK development team fix the problem