1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3
* FCKeditor - The text editor for Internet - http://www.fckeditor.net
4
* Copyright (C) 2003-2010 Frederico Caldeira Knabben
8
* Licensed under the terms of any of the following licenses at your
11
* - GNU General Public License Version 2 or later (the "GPL")
12
* http://www.gnu.org/licenses/gpl.html
14
* - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
15
* http://www.gnu.org/licenses/lgpl.html
17
* - Mozilla Public License Version 1.1 or later (the "MPL")
18
* http://www.mozilla.org/MPL/MPL-1.1.html
22
<html xmlns="http://www.w3.org/1999/xhtml">
24
<title>FCKeditor ChangeLog - What's New?</title>
25
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
26
<style type="text/css">
27
body { font-family: arial, verdana, sans-serif }
28
p { margin-left: 20px }
29
h1 { border-bottom: solid 1px gray; padding-bottom: 20px }
34
FCKeditor ChangeLog - What's New?</h1>
38
New Features and Improvements:</p>
40
<li>Introduced the Spell Check As You Type (SCAYT) spell checking option.</li>
45
<li><strong>Security release, upgrade is highly recommended</strong> (fixed security issues in ASP and ColdFusion scripts).
47
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2856">#2856</a>] Fixed
48
problem with inches in paste dialog.</li>
49
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/3120">#3120</a>]
50
# (pound sign) is not correctly escaped in file urls.</li>
51
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2915">#2915</a>]
52
About plugin shows misleading user language.</li>
53
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2821">#2821</a>] Configuration
54
items that used floating point numbers were parsed as integers.</li>
55
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2604">#2064</a>] The asp
56
connector didn't work correctly in windows 2000 servers.</li>
57
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/3429">#3429</a>] Fixed
58
problem in IE8 with XHTML doctype. Thanks to duncansimey.</li>
59
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/3446">#3446</a>] Fixed self-closed
60
<option> in the table cell dialog.</li>
61
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/3181">#3181</a>] Node selection
62
could raise an error in IE8.</li>
63
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2156">#2156</a>]
64
After calling GetData() the style removal operations didn't work in IE. Thanks to
65
Compendium Blogware.</li>
66
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/3427">#3427</a>] Improved
67
compatibility of Document properties dialog with Eclipse.</li>
68
<li>Language file updates for the following languages:
70
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2908">#2908</a>] Czech </li>
71
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2849">#2849</a>] Lithuanian</li>
72
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/3636">#3636</a>] Polish</li>
73
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/3741">#3741</a>] Korean</li>
74
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2861">#2861</a>] Slovenian</li>
77
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/3439">#3439</a>] IgnoreEmptyParagraphValue
78
had no effect if ProcessHTMLEntities is false.</li>
79
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/3880">#3880</a>] Fixed some minor
80
logical and typing mistakes in fckdomrange_ie.js.</li>
81
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2689">#2689</a>] If a
82
custom connector tried to use the "url" attribute for files it was always reencoded.</li>
83
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1537">#1537</a>] Fixed extra
84
<p> tag added before pasted contents from Paste From Word dialog.</li>
85
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2874">#2874</a>] Fixed wrong position
86
of caption tag in tables with table headers.</li>
87
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/3818">#3818</a>] Fixed layout error
88
in text and background color popups when more colors button is disabled.</li>
89
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/3481">#3481</a>] Fixed an issue in
90
WebKit where paste actions inside table cells may leak outside of the table cell.</li>
91
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/3677">#3677</a>] Fixed JavaScript
92
error when trying to create link for images inside floating div containers.</li>
93
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/3925">#3925</a>] Removed obsolete
94
parentWindow reference from FCKDialog.OpenDialog().</li>
95
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2936">#2936</a>] Added protection
96
in the PHP upload if the destination folder is placed at the root and doesn't exit.</li>
97
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/4357">#4357</a>] Avoid problem in
98
the paste dialog if IIS is set to process HTML files as Asp.</li>
99
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2201">#2201</a>] Fixed a crash in IE
100
in an object is selected (with handles) on unload of the editor.</li>
101
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/3053">#3053</a>] Fixed problems with
102
the height of the content area in Safari and Chrome.</li>
109
<li><strong>Security release, upgrade is highly recommended.</strong></li>
116
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2777">#2777</a>] Merging
117
cells between table header and body is no longer possible.</li>
118
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2815">#2815</a>] Fixed
119
WSC issues at slow connection speed. Added SSL support.</li>
120
<li>Language file updates for the following languages:
122
<li>Chinese (Traditional)</li>
123
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2846">#2846</a>] French</li>
124
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2801">#2801</a>] Hebrew</li>
125
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2824">#2824</a>] Russian</li>
126
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2811">#2811</a>] Turkish</li>
129
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2757">#2757</a>] Fixed
130
a minor bug which causes selection positions to be improperly restored during undos
134
Version 2.6.4 Beta</h3>
136
New Features and Improvements:</p>
138
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2685">#2685</a>] Integration
139
with "WebSpellChecker", a <strong>zero installation and free spell checker</strong>
140
provided by SpellChecker.net. This is now the default spell checker in the editor
141
(requires internet connection). All previous spell checking solutions are still
143
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2430">#2430</a>] In the
144
table dialog it's possible to create header cells in the first row (included in
145
a thead element) or the first column of the table. </li>
146
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/822">#822</a>] The table
147
cell dialog allows switching between normal data cells or header cells (TD vs. TH).
149
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2515">#2515</a>] New language
150
file for Icelandic.</li>
155
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2381">#2381</a>] Protected
156
the editor from duplicate iframes</li>
157
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1752">#1752</a>] Fixed
158
the issue with tablecommands plugin and undefined tagName.</li>
159
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2333">#2333</a>] The &gt;
160
character inside text wasn't encoded in Opera and Safari.</li>
161
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2467">#2467</a>] Fixed
162
JavaScript error with the fit window command in source mode.</li>
163
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2472">#2472</a>] Splitting
164
a TH will create a two TH, not a TH and a TD.</li>
165
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1891">#1891</a>] Removed
166
unnecessary name attributes in dialogs. </li>
167
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/798">#798</a>, <a target="_blank"
168
href="http://dev.fckeditor.net/ticket/2495">#2495</a>] If an image was placed inside
169
a container with dimensions or floating it wasn't possible to edit its properties
170
from the toolbar or context menu.</li>
171
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1982">#1982</a>] Submenus
172
in IE7 now are shown properly.</li>
173
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2496">#2496</a>] Using
174
the Paste dialogs in IE might insert the content at the start of the editor.</li>
175
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2349">#2496</a>] Fixed
176
RTL dialog layout in Internet Explorer.</li>
177
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2488">#2488</a>] Fixed
178
the issue where email links in IE would take the browser to a new page in addition
179
to calling up the email client.</li>
180
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2519">#2519</a>] Fixed
181
race condition at registering the FCKeditorAPI object in multiple editor scenarios.</li>
182
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2525">#2525</a>] Fixed
183
JavaScript error in Google Chrome when StartupShowBlocks is set to true.</li>
184
<li>Language file updates for the following languages:
186
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2440">#2440</a>] Dutch</li>
187
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2451">#2451</a>] Basque</li>
188
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2451">#2650</a>] Danish</li>
189
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2208">#2535</a>] German
193
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2531">#2531</a>] The ENTER
194
key will properly scroll to the cursor position when breaking long paragraphs.</li>
195
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2573">#2573</a>] The type
196
name in configurations for the ASP connector are now case sensitive.</li>
197
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2503">#2503</a>] DL, DT
198
and DD where missing the formatting in the generated HTML.</li>
199
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2516">#2516</a>] Replaced
200
the extension AddItem of Array with the standard "push" method.</li>
201
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2486">#2486</a>] Vertically
202
splitting cell with colspan > 1 breaks table layout.</li>
203
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2597">#2597</a>] Fixed
204
the issue where dropping contents from outside of the editor doesn't work in Safari.</li>
205
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2412">#2412</a>] Fixed
206
the issue where FCK.InsertHtml() is no longer removing selected contents after content
207
insertion in Firefox.</li>
208
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2407">#2407</a>] Fixed
209
the issue where the Div container command and the blockquote command would break
211
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2469">#2469</a>] Fixed
212
a minor issue where FCK.SetData() may cause the editor to become unresponsive to
213
the first click after being defocused.</li>
214
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2611">#2611</a>] Fixed
215
an extra slash on quickupload of the asp connector.</li>
216
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2616">#2616</a>] Fixed
217
another situation where new elements were inserted at the beginning of the content
219
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2634">#2634</a>] Fixed
220
two obsolete references to Array::AddItem() instances still in the code.</li>
221
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2679">#2679</a>] Fixed
222
infinite loop problems with FCKDomRangeIterator class which causes some commands
223
to hang when applied to certain document structures.</li>
224
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2649">#2649</a>] Fixed
225
a JavaScript error in IE when user tries to search with the "Match whole word" option
226
enabled and the matched word is at exactly the end of document.</li>
227
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2603">#2603</a>] Changed
228
the <a href="http://docs.fckeditor.net/EMailProtection">EMailProtection</a> to "none"
229
for better compatibility.</li>
230
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2612">#2612</a>] The 'ForcePasteAsPlainText'
231
configuration option didn't work correctly in Safari and Chrome.</li>
232
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2696">#2696</a>] Fixed
233
non-working autogrow plugin.</li>
234
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2753">#2753</a>] Fixed
235
occasional exceptions in the dragersizetable plugin with IE.</li>
236
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2653">#2653</a>] and [<a
237
target="_blank" href="http://dev.fckeditor.net/ticket/2733">#2733</a>] Enable undo
238
of changes to tables and table cells.</li>
239
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1865">#1865</a>] The context
240
menu is now working properly over the last row in a table with thead. Thanks to
248
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2412">#2412</a>] FCK.InsertHtml()
249
is now properly removing selected contents after content insertion in Firefox.</li>
250
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2420">#2420</a>] Spelling
251
mistake corrections made by the spell checking dialog are now undoable. </li>
252
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2411">#2411</a>] Insert
253
anchor was not working for non-empty selections.</li>
254
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2426">#2426</a>] It was
255
impossible to switch between editor areas with a single click.</li>
256
<li>Language file updates for the following languages:
258
<li>Canadian French</li>
259
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2402">#2402</a>] Catalan
261
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2400">#2400</a>] Chinese
262
(Simplified and Traditional)</li>
263
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2401">#2401</a>] Croatian</li>
264
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2422">#2422</a>] Czech</li>
265
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2417">#2417</a>] Dutch</li>
266
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2428">#2428</a>] French</li>
268
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2427">#2427</a>] Hebrew</li>
269
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2410">#2410</a>] Hindi</li>
270
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2405">#2405</a>] Japanese</li>
271
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2409">#2409</a>] Norwegian
272
and Norwegian Bokmål</li>
273
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2429">#2429</a>] Spanish</li>
274
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2406">#2406</a>] Vietnamese</li>
279
This version has been sponsored by <a href="http://www.dataillusion.com/fs/">Data Illusion
280
survey software solutions</a>.</p>
282
Version 2.6.3 Beta</h3>
284
New Features and Improvements:</p>
286
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/439">#439</a>] Added a
287
new <strong>context menu option for opening links</strong> in the editor.</li>
288
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2220">#2220</a>] <strong>
289
Email links</strong> from the Link dialog <strong>are now encoded</strong> by default
290
to prevent being harvested by spammers. (Kudos to asuter for proposing the patch)
292
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2234">#2234</a>] Added
293
the ability to create, modify and remove <strong>DIV containers</strong>. </li>
294
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2247">#2247</a>] The <strong>
295
SHIFT+SPACE</strong> keystroke will now <strong>produce a &nbsp;</strong> character.
297
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2252">#2252</a>] It's
298
now possible to enable the browsers default menu using the configuration file (FCKConfig.BrowserContextMenu
300
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2032">#2032</a>] Added
301
HTML samples for legacy HTML and Flash HTML. </li>
302
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/234">#234</a>] Introduced
303
the "PreventSubmitHandler" setting, which makes it possible to instruct the editor
304
to not handle the hidden field update on form submit events.</li>
309
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2319">#2319</a>] On Opera
310
and Firefox 3, the entire page was scrolling on SHIFT+ENTER, or when EnterMode='br'.</li>
311
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2321">#2321</a>] On Firefox
312
3, the entire page was scrolling when inserting block elements with the FCK.InsertElement
313
function, used by the Table and Horizontal Rule buttons.. </li>
314
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/692">#692</a>] Added some
315
hints in editor/css/fck_editorarea.css on how to handle style items that would break
316
the style combo. </li>
317
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2263">#2263</a>] Fixed
318
a JavaScript error in IE which occurs when there are placeholder elements in the
319
document and the user has pressed the Source button.</li>
320
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2314">#2314</a>] Corrected
321
mixed up Chinese translations for the blockquote command.</li>
322
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2323">#2323</a>] Fixed
323
the issue where the show blocks command loses the current selection from the view
324
area when editing a long document.</li>
325
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2322">#2322</a>] Fixed
326
the issue where the fit window command loses the current selection and scroll position
327
in the editing area.</li>
328
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1917">#1917</a>] Fixed
329
the issue where the merge down command for tables cells does not work in IE for
330
more than two cells.</li>
331
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2320">#2320</a>] Fixed
332
the issue where the Find/Replace dialog scrolls the entire page.</li>
333
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1645">#1645</a>] Added
334
warning message about Firefox 3's strict origin policy.</li>
335
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2272">#2272</a>] Improved
336
the garbage filter in Paste from Word dialog.</li>
337
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2327">#2327</a>] Fixed
338
invalid HTML in the Paste dialog.</li>
339
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1907">#1907</a>] Fixed
340
sporadic "FCKeditorAPI is not defined" errors in Firefox 3.</li>
341
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2356">#2356</a>] Fixed
342
access denied error in IE7 when FCKeditor is launched from local filesystem.</li>
343
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1150">#1150</a>] Fixed
344
the type="_moz" attribute that sometimes appear in <br> tags in non-IE browsers.</li>
345
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1229">#1229</a>] Converting
346
multiple contiguous paragraphs to Formatted will now be merged into a single <PRE>
348
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2363">#2363</a>] There
349
were some sporadic "Permission Denied" errors with IE on some situations.</li>
350
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2135">#2135</a>] Fixed
351
a data loss bug in IE when there are @import statements in the editor's CSS files,
352
and IE's cache is set to "Check for newer versions on every visit".</li>
353
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2376">#2376</a>] FCK.InsertHtml()
354
will now insert to the last selected position after the user has selected things
355
outside of FCKeditor, in IE.</li>
356
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2368">#2368</a>] Fixed
357
broken protect source logic for comments in IE.</li>
358
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2387">#2387</a>] Fixed
359
JavaScript error with list commands when the editable document is selected with
361
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2390">#2390</a>] Fixed
362
the issue where indent styles in JavaScript-generated <p> blocks are erased
364
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2394">#2394</a>] Fixed
365
JavaScript error with the "split vertically" command in IE when attempting to split
366
cells in the last row of a table.</li>
367
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2316">#2316</a>] The sample
368
posted data page has now the table fixed at 100% width. </li>
369
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2396">#2396</a>] SpellerPages
370
was causing a "Permission Denied" error in some situations. </li>
375
New Features and Improvements:</p>
377
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2043">#2043</a>] The debug
378
script is not any more part of the compressed files. If FCKeditor native debugging
379
features (FCKDebug) are required, the _source folder must be present in your installation.</li>
384
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2248">#2248</a>] Calling
385
FCK.InsertHtml( 'nbsp;') was inserting a plain space instead of a non breaking space
387
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2273">#2273</a>] The dragresizetable
388
plugin now works in Firefox 3 as well.</li>
389
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2254">#2254</a>] Minor
390
fix in FCKSelection for nodeTagName object.</li>
391
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1614">#1614</a>] Unified
392
FCKConfig.FullBasePath with FCKConfig.BasePath.</li>
393
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2127">#2127</a>] Changed
394
floating dialogs to use fixed positioning so that they are no longer affected by
396
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2018">#2018</a>] Reversed
397
the fix for <a target="_blank" href="http://dev.fckeditor.net/ticket/183">#183</a>
398
which broke FCKeditorAPI's cleanup logic. A new configuration directive <strong>MsWebBrowserControlCompat</strong>
399
has been added for those who wish to force the #183 fix to be enabled.</li>
400
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2276">#2276</a>] [<a
401
target="_blank" href="http://dev.fckeditor.net/ticket/2279">#2279</a>] On Opera
402
and Firefox 3, the entire page was scrolling on ENTER.</li>
403
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2149">#2149</a>] CSS urls
404
with querystring parameters were not being accepted for CSS values in the configuration
405
file (like EditorAreaCSS).</li>
406
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2287">#2287</a>] On some
407
specific cases, with Firefox 2, some extra spacing was appearing in the final HTML
408
on posting, if inserting two successive tables.</li>
409
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2287">#2287</a>] Block
410
elements (like tables or horizontal rules) will be inserted correctly now when the
411
cursor is at the start or the end of blocks. No extra paragraphs will be included
412
in this operation.</li>
413
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2149">#2197</a>] The TAB
414
key will now have the default browser behavior if TabSpaces=0. It will move the
415
focus out of the editor (expect on Safari).</li>
416
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2296">#2296</a>] Fixed
417
permission denied error on clicking on files in the file browser.</li>
422
New Features and Improvements:</p>
424
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2150">#2150</a>] The searching
425
speed of the Find/Replace dialog has been vastly improved.</li>
426
<li>New language file for <strong>Gujarati</strong> (by Nilam Doctor).</li>
427
<li>A new TabIndex property has been added to the JavaScript integration files.</li>
428
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2215">#2215</a>] Following
429
the above new feature, the ReplaceTextarea method will now copy the textarea.tabIndex
430
value if available.</li>
431
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2163">#2163</a>] If the
432
FCKConfig.DocType setting points to a HTML DocType then the output won't generate
433
self-closing tags (it will output <img > instead of <img />).</li>
434
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2173">#2173</a>] A throbber
435
will be shown in the Quick Uploads.</li>
436
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2142">#2142</a>] HTML
437
samples will now use sampleposteddata.php in action parameter inside a form.</li>
442
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/768">#768</a>] It is no
443
longer possible for an image to have its width and height defined with both HTML
444
attributes and inline CSS styles in IE.</li>
445
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1426">#1426</a>] Fixed
446
the error loading fckstyles.xml in servers which cannot return the correct content
447
type header for .xml files.</li>
448
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2102">#2102</a>] Fixed
449
FCKConfig.DocType which stopped working in FCKeditor 2.6.</li>
450
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2039">#2039</a>] Fixed
451
the locking up issue in the Find/Replace dialog.</li>
452
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2124">#2124</a>] PHP File
453
Browser: fixed issue with resolving paths on Windows servers with PHP 5.2.4/5.2.5.</li>
454
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2059">#2059</a>] Fixed
455
the error in the toolbar name in fckeditor.py.</li>
456
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2065">#2065</a>] Floating
457
dialogs will now block the user from re-selecting the editing area by pressing Tab.</li>
458
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2114">#2114</a>] Added
459
a workaround for an IE6 bug which causes floating dialogs to appear blank after
460
opening it for the first time.</li>
461
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2136">#2136</a>] Fixed
462
JavaScript error in IE when opening the bullet list properties dialog.</li>
463
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1633">#1633</a>] External
464
styles should no longer interfere with the appearance of the editor and floating
466
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2113">#2113</a>] Fixed
467
unneeded <span class="Apple-style-span"> created after inserting
468
special characters.</li>
469
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2170">#2170</a>] Fixed
470
Ctrl-Insert hotkey for copying.</li>
471
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2125">#2125</a>] Fixed
472
the issue that FCK.InsertHtml() doesn't insert contents at the caret position when
473
dialogs are opened in IE. </li>
474
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1764">#1764</a>] FCKeditor
475
will no longer catch focus in IE on load when StartupFocus is false and the initial
476
content is empty.</li>
477
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2126">#2126</a>] Opening
478
and closing floating dialogs will no longer cause toolbar button states to become
480
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2159">#2159</a>] Selection
481
are now correctly restored when undoing changes made by the Replace dialog.</li>
482
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2160">#2160</a>] "Match
483
whole word" in the Find and Replace dialog will now find words next to punctuation
485
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2162">#2162</a>] If the
486
configuration is set to work including the <head> (FullPage), references to
487
stylesheets added by Firefox extensions won't be added to the output.</li>
488
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2168">#2168</a>] Comments
489
won't generate new paragraphs in the output.</li>
490
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2184">#2184</a>] Fixed
491
several validation errors in the File Browser.</li>
492
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1383">#1383</a>] Fixed
493
an IE issue where pressing backspace may merge a hyperlink on the previous line
494
with the text on the current line.</li>
495
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1691">#1691</a>] Creation
496
of links in Safari failed if there was no selection.</li>
497
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2188">#2188</a>] PreserveSessionOnFileBrowser
498
is now removed as it was made obsolete with 2.6.</li>
499
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/898">#898</a>] The styles
500
for the editing area are applied in the image preview dialog.</li>
501
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2056">#2056</a>] Fixed
502
several validation errors in the dialogs.</li>
503
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2063">#2063</a>] Fixed
504
some problems in asp related to the use of network paths for the location of the
506
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1593">#1593</a>] The "Sample
507
Posted Data" page will now properly wrap the text.</li>
508
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2239">#2239</a>] The PHP
509
code in sampleposteddata.php has been changed from "<?=" to "<? echo".</li>
510
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2241">#2241</a>] Fixed
511
404 error in floating panels when FCKeditor is installed to a different domain.</li>
512
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2066">#2066</a>] Added
513
a workaround for a Mac Safari 3.1 browser bug which caused the Fit Window button
514
to give a blank screen.</li>
515
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2218">#2218</a>] Improved
516
Gecko based browser detection to accept Epiphany/Gecko as well.</li>
517
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2193">#2193</a>] Fixed
518
the issue where the caret cannot reach the last character of a paragraph in Opera
520
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2264">#2264</a>] Fixed
521
empty spaces that appear at the top of the editor in Opera 9.50.</li>
522
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2238">#2238</a>] The <object>
523
placeholder was not being properly displayed in the compressed distribution version
524
and nightly builds.</li>
525
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2115">#2115</a>] Fixed
526
JavaScript (permission denied) error in Firefox when file has been uploaded.</li>
531
No changes. The stabilization of the 2.6 RC was completed successfully, as expected.</p>
535
New Features and Improvements:</p>
537
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2017">#2017</a>] The FCKeditorAPI.Instances
538
object can now be used to access all FCKeditor instances available in the page.</li>
539
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1980">#1980</a>] <span
540
style="color: #ff0000">Attention:</span> By default, the editor now produces <strong>
541
and <em> instead of <b> and <i>.</li>
546
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1924">#1924</a>] The dialog
547
close button is now correctly positioned in IE in RTL languages.</li>
548
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1933">#1933</a>] Placeholder
549
dialog will now display the placeholder value correctly in IE.</li>
550
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/957">#957</a>] Pressing
551
Enter or typing after a placeholder with the placeholder plugin will no longer generate
553
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1952">#1952</a>] Fixed
554
an issue in FCKTools.FixCssUrls that, other than wrong, was breaking Opera.</li>
555
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1695">#1695</a>] Removed
556
Ctrl-Tab hotkey for Source mode and allowed Ctrl-T to work in Firefox.</li>
557
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1666">#1666</a>] Fixed
558
permission denied errors during opening popup menus in IE6 under domain relaxation
560
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1934">#1934</a>] Fixed
561
JavaScript errors when calling Selection.EnsureSelection() in dialogs.</li>
562
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1920">#1920</a>] Fixed
563
SSL warning message when opening image and flash dialogs under HTTPS in IE6.</li>
564
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1955">#1955</a>] [<a
565
target="_blank" href="http://dev.fckeditor.net/ticket/1981">#1981</a>] [<a target="_blank"
566
href="http://dev.fckeditor.net/ticket/1985">#1985</a>] [<a target="_blank" href="http://dev.fckeditor.net/ticket/1989">#1989</a>]
567
Fixed XHTML source formatting errors in non-IE browsers.</li>
568
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2000">#2000</a>] The #
569
character is now properly encoded in file names returned by the File Browser.</li>
570
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1945">#1945</a>] New folders
571
and file names are now properly sanitized against control characters. </li>
572
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1944">#1944</a>] Backslash
573
character is now disallowed in current folder path.</li>
574
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1055">#1055</a>] Added
575
logic to override JavaScript errors occurring inside the editing frame due to user
576
added JavaScript code.</li>
577
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1647">#1647</a>] Hitting
578
ENTER on list items containing block elements will now create new list item elements,
579
instead of adding further blocks to the same list item.</li>
580
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1411">#1411</a>] Label
581
only combos now get properly grayed out when moving to source view.</li>
582
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2009">#2009</a>] Fixed
583
an important bug regarding styles removal on styled text boundaries, introduced
584
with the 2.6 Beta 1. </li>
585
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2011">#2011</a>] Internal
586
CSS <style> tags where being outputted when FullPage=true.</li>
587
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2016">#2016</a>] The Link
588
dialog now properly selects the first field when opening it to modify mailto or
589
anchor links. This problem was also throwing an error in IE.</li>
590
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2021">#2021</a>] The caret
591
will no longer remain behind in the editing area when the placeholder dialog is
593
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2024">#2024</a>] Fixed
594
JavaScript error in IE when the user tries to open dialogs in Source mode.</li>
595
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1853">#1853</a>] Setting
596
ShiftEnterMode to p or div now works correctly when EnterMode is br.</li>
597
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1838">#1838</a>] Fixed
598
the issue where context menus sometimes don't disappear after selecting an option.
600
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2028">#2028</a>] Fixed
601
JavaScript error when EnterMode=br and user tries to insert a page break.</li>
602
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2002">#2002</a>] Fixed
603
the issue where the maximize editor button does not vertically expand the editing
604
area in Firefox.</li>
605
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1842">#1842</a>] PHP integration:
606
fixed filename encoding problems in file browser.</li>
607
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1832">#1832</a>] Calling
608
FCK.InsertHtml() in non-IE browsers would now activate the document processor as
610
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1998">#1998</a>] The native
611
XMLHttpRequest class is now used in IE, whenever it is available.</li>
612
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1792">#1792</a>] In IE,
613
the browser was able to enter in an infinite loop when working with multiple editors
614
in the same page. </li>
615
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1948">#1948</a>] Some
616
CSS rules are reset to dialog elements to avoid conflict with the page CSS.</li>
617
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1965">#1965</a>] IE was
618
having problems with SpellerPages, causing some errors to be thrown when completing
619
the spell checking in some situations.</li>
620
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2042">#2042</a>] The FitWindow
621
command was throwing an error if executed in an editor where its relative button
622
is not present in the toolbar.</li>
623
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/922">#922</a>] Implemented
624
a generic document processor for <OBJECT> and <EMBED> tags.</li>
625
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1831">#1831</a>] Fixed
626
the issue where the placeholder icon for <EMBED> tags does not always show
628
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2049">#2049</a>] Fixed
629
a deleted cursor CSS attribute in the minified CSS inside fck_dialog_common.js.</li>
630
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1806">#1806</a>] In IE,
631
the caret will not any more move to the previous line when selecting a Format style
632
inside an empty paragraph.</li>
633
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1990">#1990</a>] In IE,
634
dialogs using API calls which deals with the selection, like InsertHtml now can
635
be sure the selection will be placed in the correct position.</li>
636
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1997">#1997</a>] With
637
IE, the first character of table captions where being lost on table creation.</li>
638
<li>The selection and cursor position was not being properly handled when creating some
639
elements like forms and tables.</li>
640
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/662">#662</a>] In the
641
Perl sample files, the GetServerPath function will now calculate the path properly.</li>
642
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2208">#2208</a>] Added
643
missing translations in Italian language file.</li>
644
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2096">#2096</a>] Added
645
the codepage to basexml file. Filenames with special chars should now display properly.</li>
648
Version 2.6 Beta 1</h3>
650
New Features and Improvements:</p>
652
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/35">#35</a>] <strong>New
653
(and cool!) floating dialog system</strong>, avoiding problems with popup blockers
654
and enhancing the editor usability.</li>
655
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1886">#1886</a>] <strong>
656
Adobe AIR</strong> compatibility.</li>
657
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/123">#123</a>] Full support
658
for <strong>document.domain</strong> with automatic domain detection.</li>
659
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1622">#1622</a>] New <strong>
660
inline CSS cache</strong> feature, making it possible to avoid downloading the CSS
661
files for the editing area and skins. For that, it is enough to set the EditorAreaCSS,
662
SkinEditorCSS and SkinDialogCSS to string values in the format "/absolute/path/for/urls/|<minified
663
CSS styles". All internal CSS links are already using this feature. </li>
664
<li>New language file for <strong>Canadian French</strong>.</li>
669
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1643">#1643</a>] Resolved
670
several "strict warning" messages in Firefox when running FCKeditor.</li>
671
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1522">#1522</a>] The ENTER
672
key will now work properly in IE with the cursor at the start of a formatted block.</li>
673
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1503">#1503</a>] It's
674
possible to define in the Styles that a Style (with an empty class) must be shown
675
selected only when no class is present in the current element, and selecting that
676
item will clear the current class (it does apply to any attribute, not only classes).</li>
677
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/191">#191</a>] The scrollbars
678
are now being properly shown in Firefox Mac when placing FCKeditor inside a hidden
680
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/503">#503</a>] Orphaned
681
<li> elements now get properly enclosed in a <ul> on output.</li>
682
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/309">#309</a>] The ENTER
683
key will not any more break <button> elements at the beginning of paragraphs.</li>
684
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1654">#1654</a>] The editor
685
was not loading on a specific unknown situation. The breaking point has been removed.</li>
686
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1707">#1707</a>] The editor
687
no longer hangs when operating on documents imported from Microsoft Word.</li>
688
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1514">#1514</a>] Floating
689
panels attached to a shared toolbar among multiple FCKeditor instances are no longer
690
misplaced when the editing areas are absolutely or relatively positioned.</li>
691
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1715">#1715</a>] The ShowDropDialog
692
is now enforced only when ForcePasteAsPlainText = true.</li>
693
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1336">#1336</a>] Sometimes
694
the autogrow plugin didn't work properly in Firefox.</li>
695
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1728">#1728</a>] External
696
toolbars are now properly sized in Opera.</li>
697
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1782">#1782</a>] Clicking
698
on radio buttons or checkboxes in the editor in IE will no longer cause lockups
700
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/805">#805</a>] The FCKConfig.Keystrokes
701
commands where executed even if the command itself was disabled.</li>
702
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/982">#982</a>] The button
703
to empty the box in the "Paste from Word" has been removed as it leads to confusion
705
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1682">#1682</a>] Editing
706
control elements in Firefox, Opera and Safari now works properly.</li>
707
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1613">#1613</a>] The editor
708
was surrounded by a <div> element that wasn't really needed.</li>
709
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/676">#676</a>] If a form
710
control was moved in IE after creating it, then it did lose its name.</li>
711
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/738">#738</a>] It wasn't
712
possible to change the type of an existing button.</li>
713
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1854">#1854</a>] Indentation
714
now works inside table cells.</li>
715
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1717">#1717</a>] The editor
716
was entering on looping on some specific cases when dealing with invalid source
718
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1530">#1530</a>] Pasting
719
text into the "Find what" fields in the Find and Replace dialog would now activate
720
the find and replace buttons.</li>
721
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1828">#1828</a>] The Find/Replace
722
dialog will no longer display wrong starting positions for the match when there
723
are multiple and identical characters preceding the character at the real starting
724
point of the match.</li>
725
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1878">#1878</a>] Fixed
726
a JavaScript error which occurs in the Find/Replace dialog when the user presses
727
"Find" or "Replace" after the "No match found" message has appeared.</li>
728
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1355">#1355</a>] Line
729
breaks and spaces are now conserved when converting to and from the "Formatted"
731
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1670">#1670</a>] Improved
732
the background color behind smiley icons and special characters in their corresponding
734
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1693">#1693</a>] Custom
735
error messages are now properly displayed in the file browser.</li>
736
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/970">#970</a>] The text
737
and value fields in the selection box dialog will no longer extend beyond the dialog
738
limits when the user inputs a very long text or value for one of the selection options.</li>
739
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/479">#479</a>] Fixed the
740
issue where pressing Enter in an <o:p> tag in IE does not generate line breaks.</li>
741
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/481">#481</a>] Fixed the
742
issue where the image preview in image dialog sometimes doesn't display after selecting
743
the image from server browser.</li>
744
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1488">#1488</a>] PHP integration:
745
the FCKeditor class is now more PHP5/6 friendly ("public" keyword is used instead
746
of depreciated "var").</li>
747
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1815">#1815</a>] PHP integration:
748
removed closing tag: "?>", so no additional whitespace added when files are included.</li>
749
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1906">#1906</a>] PHP file
750
browser: fixed problems with DetectHtml() function when open_basedir was set.</li>
751
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1871">#1871</a>] PHP file
752
browser: permissions applied with the chmod command are now configurable.</li>
753
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1872">#1872</a>] Perl
754
file browser: permissions applied with the chmod command are now configurable.</li>
755
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1873">#1873</a>] Python
756
file browser: permissions applied with the chmod command are now configurable.</li>
757
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1572">#1572</a>] ColdFusion
758
integration: fixed issues with setting the editor height.</li>
759
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1692">#1692</a>] ColdFusion
760
file browser: it is possible now to define TempDirectory to avoid issues with GetTempdirectory()
761
returning an empty string.</li>
762
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1379">#1379</a>] ColdFusion
763
file browser: resolved issues with OnRequestEnd.cfm breaking the file browser.</li>
764
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1509">#1509</a>] InsertHtml()
765
in IE will no longer turn the preceding normal whitespace into &nbsp;.</li>
766
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/958">#958</a>] The AddItem
767
method now has an additional fifth parameter "customData" that will be sent to the
768
Execute method of the command for that menu item, allowing a single command to be
769
used for different menu items..</li>
770
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1502">#1502</a>] The RemoveFormat
771
command now also removes the attributes from the cleaned text. The list of attributes
772
is configurable with FCKConfig.RemoveAttributes.</li>
773
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1596">#1596</a>] On Safari,
774
dialogs have now right-to-left layout when it runs a RTL language, like Arabic.</li>
775
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1344">#1344</a>] Added
776
warning message on Copy and Cut operation failure on IE due to paste permission
778
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1868">#1868</a>] Links
779
to file browser has been changed to avoid requests containing double dots.</li>
780
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1229">#1229</a>] Converting
781
multiple contiguous paragraphs to Formatted will now be merged into a single <PRE>
783
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1627">#1627</a>] Samples
784
failed to load from local filesystem in IE7.</li>
789
New Features and Improvements:</p>
791
<li><strong>FCKeditor.Net 2.5</strong> compatibility.</li>
792
<li>JavaScript integration file:
794
<li>The new "<strong>FCKeditor.ReplaceAllTextareas</strong>" function is being introduced,
795
making it possible to replace many (or unknown) <textarea> elements in a single
796
call. The replacement can be also filtered by CSS class name, or by a custom function
798
<li>It is now possible to set the default BasePath for all editor instances by setting
799
<strong>FCKeditor.BasePath</strong>. This is extremely useful when working with
800
the ReplaceAllTextareas function. </li>
807
<li>[<a href="http://dev.fckeditor.net/ticket/339" target="_blank">#339</a>] [<a
808
href="http://dev.fckeditor.net/ticket/681" target="_blank">#681</a>] The SpellerPages
809
spell checker will now completely ignore the presence of HTML tags in the text.
811
<li>[<a href="http://dev.fckeditor.net/ticket/1643" target="_blank">#1643</a>] Resolved
812
several "strict warning" messages in Firefox when running FCKeditor. </li>
813
<li>[<a href="http://dev.fckeditor.net/ticket/1603" target="_blank">#1603</a>] Certain
814
specific markup was making FCKeditor entering in a loop, blocking its execution.
816
<li>[<a href="http://dev.fckeditor.net/ticket/1664" target="_blank">#1664</a>] The ENTER
817
key will not any more swap the order of the tags when hit at the end of paragraphs.
823
New Features and Improvements:</p>
825
<li>The heading options have been moved to the top, in the default settings for the
831
<li>The focus is now correctly set when working on Safari.</li>
832
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1436">#1436</a>] Nested
833
context menu panels are now correctly closed on Safari.</li>
834
<li>Empty anchors are now properly created on Safari.</li>
835
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1359">#1359</a>] FCKeditor
836
will no longer produce the strange visual effect of creating a selected space and
837
then deleting it in Internet Explorer.</li>
838
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1399">#1399</a>] Removed
839
the empty entry in the language selection box of sample03.html.</li>
840
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1400">#1400</a>] Fixed
841
the issue where the style selection box in sample14.html is not context sensitive.</li>
842
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1401">#1401</a>] Completed
843
Hebrew translation of the user interface.</li>
844
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1409">#1409</a>] Completed
845
Finnish translation of the user interface.</li>
846
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1414">#1414</a>] Fixed
847
the issue where entity code words written inside a <pre> block in Source mode
848
are not converted to the corresponding characters after switching back to editor
850
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1418">#1418</a>] Fixed
851
the issue where a detached toolbar would flicker when FCKeditor is being loaded.</li>
852
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1419">#1419</a>] Fixed
853
the issue where pressing Delete in the middle of two lists would incorrectly move
854
contents after the lists to the character position.</li>
855
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1420">#1420</a>] Fixed
856
the issue where empty list items can become collapsed and uneditable when it has
857
one of more indented list items directly under it. </li>
858
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1431">#1431</a>] Fixed
859
the issue where pressing Enter in a <pre> block in Internet Explorer would
860
move the caret one space forward instead of sending it to the next line.</li>
861
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1472">#1472</a>] Completed
862
Arabic translation of the user interface.</li>
863
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1474">#1474</a>] Fixed
864
the issue where reloading a page containing FCKeditor may provoke JavaScript errors
865
in Internet Explorer.</li>
866
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1478">#1478</a>] Fixed
867
the issue where parsing fckstyles.xml fails if the file contains no <style>
869
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1491">#1491</a>] Fixed
870
the issue where FCKeditor causes the selection to include an "end of line" character
871
in list items even though the list item is empty.</li>
872
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1496">#1496</a>] Fixed
873
the issue where attributes under <area> and <map> nodes are destroyed
874
or left unprotected when switching to and from Source mode.</li>
875
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1500">#1500</a>] Fixed
876
the issue where the function _FCK_PaddingNodeListener() is called excessively which
877
negatively affects performance.</li>
878
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1514">#1514</a>] Fixed
879
the issue where floating menus are incorrectly positioned when the toolbar or the
880
editor frame are not static positioned.</li>
881
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1518">#1518</a>] Fixed
882
the issue where excessive <BR> nodes are not removed after a paragraph is
883
split when creating lists.</li>
884
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1521">#1521</a>] Fixed
885
JavaScript error and erratic behavior of the Replace dialog.</li>
886
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1524">#1524</a>] Fixed
887
the issue where the caret jumps to the beginning or end of a list block and when
888
user is trying to select the end of a list item.</li>
889
<li>Completed Simplified Chinese translation of the user interface.</li>
890
<li>Completed Estonian translation of the user interface.</li>
891
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1406">#1406</a>] Editor
892
was always "dirty" if flash is available in the contents.</li>
893
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1561">#1561</a>] Non standard
894
elements are now properly applied if defined in the styles XML file.</li>
895
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1412">#1412</a>] The _QuickUploadLanguage
896
value is now work properly for Perl.</li>
897
<li>Several compatibility fixes for Firefox 3 (Beta 1):
899
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1558">#1558</a>] Nested
900
context menu close properly when one of their options is selected.</li>
901
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1556">#1556</a>] Dialogs
902
contents are now showing completely, without scrollbar.</li>
903
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1559">#1559</a>] It is
904
not possible to have more than one panel opened at the same time.</li>
905
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1554">#1554</a>] Links
906
now get underlined.</li>
907
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1557">#1557</a>] The "Automatic"
908
and "More colors..." buttons were improperly styled in the color selector panels
910
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1462">#1462</a>] The enter
911
key will not any more scroll the main window.</li>
914
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1562">#1562</a>] Fixed
915
the issue where empty paragraphs are added around page breaks each time the user
916
switches to Source mode.</li>
917
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1578">#1578</a>] The editor
918
will now scroll correctly when hitting enter in front of a paragraph.</li>
919
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1579">#1579</a>] Fixed
920
the issue where the create table and table properties dialogs are too narrow for
921
certain translations.</li>
922
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1580">#1580</a>] Completed
923
Polish translation of the user interface.</li>
924
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1591">#1591</a>] Fixed
925
JavaScript error when using the blockquote command in an empty document in IE.</li>
926
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1592">#1592</a>] Fixed
927
the issue where attempting to remove a blockquote with an empty paragraph would
928
leave behind an empty blockquote IE.</li>
929
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1594">#1594</a>] Undo/Redo
930
will now work properly for the color selectors.</li>
931
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1597">#1597</a>] The color
932
boxes are now properly rendered in the color selector panels on sample14.html.</li>
935
Version 2.5 Beta</h3>
937
New Features and Improvements:</p>
939
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/624">#624</a>] [<a
940
target="_blank" href="http://dev.fckeditor.net/ticket/634">#634</a>] [<a target="_blank"
941
href="http://dev.fckeditor.net/ticket/1300">#1300</a>] [<a target="_blank" href="http://dev.fckeditor.net/ticket/1301">#1301</a>]
942
Official compatibility support with <strong>Opera 9.50</strong> and <strong>Safari 3</strong>
943
(WebKit based browsers actually). These browsers are still in Beta, but we are confident
944
that we'll have amazing results as soon as they get stable. We are continuously
945
collaborating with Opera Software and Apple to bring a wonderful FCKeditor experience
946
over their browser platforms.</li>
947
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/494">#494</a>] Introduced
948
the <strong>new Style System</strong>. We are not anymore relaying on browser features
949
to apply and remove styles, which guarantees that the editor will <strong>behave in
950
the same way in all browsers</strong>. It is an incredibly flexible system,
951
which aims to fit all developer's needs, from Flash content or HTML4 to XHTML 1.0
954
<li>All basic formatting features, like Bold and Italic, can be precisely controlled
955
by using the configuration file (<b>CoreStyles</b> setting). It means that now,
956
the Bold button, for example, can produce <b>, <strong>, <span class...>,
957
<span style...> or anything the developer prefers.</li>
958
<li>Again with the <b>CoreStyles</b> setting, each block format, font, size, and even
959
the color pickers can precisely reflect end developer's needs.</li>
960
<li>Because of the above changes, font sizes are much more flexible. <b>Any kind of
961
font unit</b> can be used, including a mix of units.</li>
962
<li>All styles, including toolbar bottom styles, are precisely controlled when being
963
applied to the document. FCKeditor uses an element table derived from the <b>W3C XHTML
964
DTDs</b> to precisely create the elements, guarantee standards compliant code.</li>
965
<li><b>No more <font> tags</b>... well... actually, the system is so flexible
966
that it is up to you to use them or not.</li>
967
<li>It is possible to configure FCKeditor to produce a truly <b>semantic aware </b>and<b>
968
XHTML 1.1 compliant </b>code. Check out sample14.html.</li>
969
<li>It's also possible to precisely control which inline elements must be removed with
970
the "Remove All" button, by using the "<b>RemoveFormatTags</b>"
972
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1231">#1231</a>] [<a
973
target="_blank" href="http://dev.fckeditor.net/ticket/160">#160</a>] Paragraph <b>indentation</b>
974
and <b>justification</b> now uses style attributes and don't create unnecessary
975
elements, and <blockquote> is not anymore used for it. Now, even CSS classes
976
can be used to indent or align text.</li>
977
<li>All paragraph formatting features work well when EnterMode=br.</li>
978
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/172">#172</a>] All paragraph
979
formatting features work well when list items too.</li>
982
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1197">#1197</a>] [<a
983
target="_blank" href="http://dev.fckeditor.net/ticket/132">#132</a>] The toolbar
984
now presents a <strong>new button for Blockquote</strong>. The indentation button
985
will not anymore be used for that.</li>
986
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/125">#125</a>] Table's
987
<strong>columns size can now be changed by dragging on cell borders</strong>, with
988
the "dragresizetable" plugin. </li>
989
<li>The EditorAreaCSS config option can now also be set to a string of paths separated
991
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/212">#212</a>] New "<strong>Show
992
Blocks</strong>" command button in toolbar to show block details in the editing
994
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/915">#915</a>] The <strong>
995
undo/redo system has been revamped</strong> to work the same across Internet Explorer
996
and Gecko-based browsers (e.g. Firefox). A number of critical bugs in the undo/redo
997
system are also fixed. </li>
998
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/194">#194</a>] The editor
999
now uses the <strong>Data Processor</strong> technology, which makes it possible
1000
to handle different input formats. A sample of it may be found at "editor/plugins/bbcode/_sample",
1001
that shows some simple BBCode support. </li>
1002
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/145">#145</a>] The "htaccess.txt"
1003
file has been renamed to ".htaccess" as it doesn't bring security concerns, being
1004
active out of the box.</li>
1005
<li>File Browser and Quick Upload changes:
1007
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/163">#163</a>] <span
1008
style="color: #ff0000"><strong>Attention:</strong></span> The default connector
1009
in fckconfig.js has been changed from ASP to PHP. If you are using ASP remember
1010
to change the _FileBrowserLanguage and _QuickUploadLanguage settings in your fckconfig.js.
1011
[<a target="_blank" href="http://dev.fckeditor.net/ticket/454">#454</a>] The file
1012
browser and upload connectors have been unified so they can reuse the same configuration
1014
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/865">#865</a>] The ASP
1015
and PHP connectors have been improved so it's easy to select the location of the
1016
destination folder for each file type, and it's no longer necessary to use the "file",
1017
"image", "flash" subfolders<br />
1018
<span style="color: #ff0000"><strong>Attention:</strong></span> The location of
1019
all the connectors have been changed in the fckconfig.js file. Please check your
1020
settings to match the current ones. Also review carefully the config file for your
1021
server language. </li>
1022
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/688">#688</a>] Now the
1023
Perl quick upload is available. </li>
1024
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/575">#575</a>] The Python
1025
connector has been rewritten as a WSGI app to be fully compatible with the latest
1026
python frameworks and servers. The QuickUpload feature has been added as well as
1027
all the features available in the PHP connector. Thanks to Mariano Reingart.</li>
1028
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/561">#561</a>] The ASP
1029
connector provides an AbsolutePath setting so it's possible to set the url to a
1030
full domain or a relative path and specify that way the physical folder where the
1031
files are stored..</li>
1032
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/333">#333</a>] The Quick
1033
Upload now can use the same ServerPath parameter as the full connector.</li>
1034
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/199">#199</a>] The AllowedCommands
1035
configuration setting is available in the asp and php connectors so it's possible
1036
to disallow the upload of files (although the "select file" button will still be
1037
available in the file browser).</li>
1040
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/100">#100</a>] A new configuration
1041
directive "FCKConfig.EditorAreaStyles" has been implemented to allow setting editing
1042
area styles from JavaScript. </li>
1043
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/102">#102</a>] HTML code
1044
generated by the "Paste As Plain Text" feature now obeys the EnterMode setting.</li>
1045
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1266">#1266</a>] Introducing
1046
the HtmlEncodeOutput setting to instruct the editor to HTML-encode some characters
1047
(&, < and >) in the posted data.</li>
1048
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/357">#357</a>] Added a
1049
"Remove Anchor" option in the context menu for anchors. </li>
1050
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1060">#1060</a>] Compatibility
1051
checks with Firefox 3.0 Alpha. </li>
1052
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/817">#817</a>] [<a
1053
target="_blank" href="http://dev.fckeditor.net/ticket/1077">#1077</a>] New "Merge
1054
Down/Right" commands for merging tables cells in non-Gecko browsers.</li>
1055
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1288">#1288</a>] The "More
1056
Colors..." button in color selector popup has been made optional and configurable
1057
by the <strong>EnableMoreFontColors</strong> option. </li>
1058
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/356">#356</a>] The <strong>
1059
Find and Replace</strong> dialogs are now unified into a single dialog with tabs.</li>
1060
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/549">#549</a>] Added a
1061
'None' option to the FCKConfig.ToolbarLocation option to allow for hidden toolbars.
1063
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1313">#1313</a>] An XHTML
1064
1.1 target editor sample has been created as sample14.html. </li>
1065
<li>The ASP, ColdFusion and PHP integration have been aligned to our standards.</li>
1070
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/71">#71</a>] [<a target="_blank"
1071
href="http://dev.fckeditor.net/ticket/243">#243</a>] [<a target="_blank" href="http://dev.fckeditor.net/ticket/267">#267</a>]
1072
The editor now takes care to not create invalid nested block elements, like creating
1073
<form> or <hr> inside <p>. </li>
1074
<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1511298&group_id=75348&atid=543655">SF
1075
Patch 1511298</a>] The CF Component failed on CFMX 6.0</li>
1076
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/639">#639</a>] If the
1077
FCKConfig.DefaultLinkTarget setting was missing in fckconfig.js the links has target="undefined".</li>
1078
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/497">#497</a>] Fixed EMBED
1079
attributes handling in IE.</li>
1080
<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1315722&group_id=75348&atid=543655">SF
1081
Patch 1315722</a>] Avoid getting a cached version of the folder contents after uploading
1083
<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1386086&group_id=75348&atid=543655">SF
1084
Patch 1386086</a>] The php connector has been protected so mkdir doesn't fail if
1085
there are double slashes.</li>
1086
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/943">#943</a>] The PHP
1087
connector now specifies that the included files are relative to the current path.</li>
1088
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/560">#560</a>] The PHP
1089
connector will work better if the connector or the userfiles folder is a symlink.</li>
1090
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/784">#784</a>] Fixed a
1091
non initialized $php_errormsg in the PHP connector.</li>
1092
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/802">#802</a>] The replace
1093
dialog will now advance its searching position correctly and is able to search for
1094
strings spanning across multiple inline tags.</li>
1095
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/944">#944</a>] The _samples
1096
didn't work directly from the Mac filesystem.</li>
1097
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/946">#946</a>] Toolbar
1098
images didn't show in non-IE browsers if the path contained a space.</li>
1099
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/291">#291</a>] [<a
1100
target="_blank" href="http://dev.fckeditor.net/ticket/395">#395</a>] [<a target="_blank"
1101
href="http://dev.fckeditor.net/ticket/932">#932</a>] Clicking outside the editor
1102
it was possible to paste or apply formatting to the rest of the page in IE.</li>
1103
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/137">#137</a>] Fixed FCKConfig.TabSpaces
1104
being ignored, and weird behaviors when pressing tab in edit source mode.</li>
1105
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/268">#268</a>] Fixed special
1106
XHTML characters present in event attribute values being converted inappropriately
1107
when switching to source view.</li>
1108
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/272">#272</a>] The toolbar
1109
was cut sometimes in IE to just one row if there are multiple instances of the editor.</li>
1110
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/515">#515</a>] Tables
1111
in Firefox didn't inherit font styles properly in Standards mode.</li>
1112
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/321">#321</a>] If FCKeditor
1113
is initially hidden in Firefox it will no longer be necessary to call the oEditor.MakeEditable()
1115
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/299">#299</a>] The 'Browse
1116
Server' button in the Image and Flash dialogs was a little too high.</li>
1117
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/931">#931</a>] The BodyId
1118
and BodyClass configuration settings weren't applied in the preview window.</li>
1119
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/583">#583</a>] The "noWrap"
1120
attribute for table cells was getting an empty value in Firefox. Thanks to geirhelge.</li>
1121
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/141">#141</a>] Fixed incorrect
1122
startup focus in Internet Explorer after page reloads. </li>
1123
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/143">#143</a>] Fixed browser
1124
lockup when the user writes <!--{PS..x}> into the editor in source mode. </li>
1125
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/174">#174</a>] Fixed incorrect
1126
positioning of FCKeditor in full screen mode. </li>
1127
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/978">#978</a>] Fixed a
1128
SpellerPages error with ColdFusion when no suggestions where available for a word.</li>
1129
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/977">#977</a>] The "shape"
1130
attribute of <area> had its value changed to uppercase in IE.</li>
1131
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/996">#996</a>] "OnPaste"
1132
event listeners will now get executed only once.</li>
1133
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/289">#289</a>] Removed
1134
debugging popups from page load regarding JavaScript and CSS loading errors.</li>
1135
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/328">#328</a>] [<a
1136
target="_blank" href="http://dev.fckeditor.net/ticket/346">#346</a>] [<a target="_blank"
1137
href="http://dev.fckeditor.net/ticket/404">#404</a>] Fixed a number of problems
1138
regarding <pre> blocks:
1140
<li>Leading whitespaces and line breaks in <pre> blocks are trimmed when the user
1141
switches between editor mode and source mode;</li>
1142
<li>Pressing Enter inside a <pre> block would split the block into two, but the
1143
expected behavior is simply inserting a line break;</li>
1144
<li>Simple line breaks inside <pre> blocks entered in source mode are being turned
1145
into <br> tags when the user switches to editor mode and back.</li>
1148
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/581">#581</a>] Fixed the
1149
issue where the "Maximize the editor size" toolbar button stops working if any of
1150
the following occurs:
1152
<li>There exists a form input whose name or id is "style" in FCKeditor's host form;</li>
1153
<li>There exists a form input whose name or id is "className" in FCKeditor's host form;</li>
1154
<li>There exists a form and a form input whose name of id is "style" in the editing
1158
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/183">#183</a>] Fixed the
1159
issue when FCKeditor is being executed in a custom application with the WebBrowser
1160
ActiveX control, hiding the WebBrowser control would incorrectly invoke FCKeditor's
1161
cleanup routines, causing FCKeditor to stop working.</li>
1162
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/539">#539</a>] Fixed the
1163
issue where right clicking on a table inside the editing frame in Firefox would
1164
cause the editor the scroll to the top of the document.</li>
1165
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/523">#523</a>] Fixed the
1166
issue where, under certain circumstances, FCKeditor would obtain focus at startup
1167
even though FCKConfig.StartupFocus is set to false. </li>
1168
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/393">#393</a>] Fixed the
1169
issue where if an inline tag is at the end of the document, the user would have
1170
no way of escaping from the inline tag if he continues typing at the end of the
1171
document. FCKeditor's behaviors regarding inline tags has been made to be more like
1174
<li>If the caret is moved to the end of a hyperlink by the keyboard, then hyperlink
1175
mode is disabled. </li>
1176
<li>If the caret is moved to the end of other styled inline tags by any key other than
1177
the End key (like bold text or italic text), the original bold/italic/... modes
1178
would continue to be effective. </li>
1179
<li>If the caret is moved to the end of other styled inline tags by the End key, all
1180
style tag modes (e.g. bold, italic, underline, etc.) would be canceled. This is
1181
not consistent with MS Word, but provides a convenient way for the user to escape
1182
the inline tag at the end of a line.</li>
1185
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/338">#338</a>] Fixed the
1186
issue where the configuration directive FCKConfig.ForcePasteAsPlainText is ignored
1187
when new contents are pasted into the editor via drag-and drop from outside of the
1189
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1026">#1026</a>] Fixed
1190
the issue where the cursor or selection positions are not restored with undo/redo
1191
commands correctly in IE, under some circumstances. </li>
1192
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1160">#1160</a>] [<a
1193
target="_blank" href="http://dev.fckeditor.net/ticket/1184">#1184</a>] Home, End
1194
and Tab keys are working properly for numeric fields in dialogs. </li>
1195
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/68">#68</a>] The style
1196
system now properly handles Format styles when EnterMode=br.</li>
1197
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/525">#525</a>] The union
1198
of successive DIVs will work properly now if EnterMode!=div.</li>
1199
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1227">#1227</a>] The color
1200
commands used an unnecessary temporary variable. Thanks to Matthias Miller</li>
1201
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/67">#67</a>] [<a target="_blank"
1202
href="http://dev.fckeditor.net/ticket/277">#277</a>] [<a target="_blank" href="http://dev.fckeditor.net/ticket/427">#427</a>]
1203
[<a target="_blank" href="http://dev.fckeditor.net/ticket/428">#428</a>] [<a target="_blank"
1204
href="http://dev.fckeditor.net/ticket/965">#965</a>] [<a target="_blank" href="http://dev.fckeditor.net/ticket/1178">#1178</a>]
1205
[<a target="_blank" href="http://dev.fckeditor.net/ticket/1267">#1267</a>] The list
1206
insertion/removal/indent/outdent logic in FCKeditor has been rewritten, such that:
1208
<li>Text separated by <br> will always be treated as separate items during list
1209
insertion regardless of browser;</li>
1210
<li>List removal will now always obey the FCKConfig.EnterMode setting;</li>
1211
<li>List indentation will be XHTML 1.1 compliant - all child elements under an <ol>
1212
or <ul> must be <li> nodes;</li>
1213
<li>IE editor hacks like <ul type="1"> will no longer appear;</li>
1214
<li>Excessive <div> nodes are no longer inserted into list items due to alignment
1218
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/205">#205</a>] Fixed the
1219
issue where visible <br> tags at the end of paragraphs are incorrectly removed
1220
after switching to and from source mode.</li>
1221
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1050">#1050</a>] Fixed
1222
a minor PHP/XML incompatibility bug in editor/dialog/fck_docprops.html.</li>
1223
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/462">#462</a>] Fixed an
1224
algorithm bug in switching from source mode to WYSIWYG mode which causes the browser
1225
to spin up and freeze for broken HTML code inputs.</li>
1226
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1019">#1019</a>] Table
1227
command buttons are now disabled when the current selection is not inside a table.</li>
1228
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/135">#135</a>] Fixed the
1229
issue where context menus are misplaced in FCKeditor when FCKeditor is created inside
1230
a <div> node with scrolling. </li>
1231
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1067">#1067</a>] Fixed
1232
the issue where context menus are misplaced in Safari when FCKeditor is scrolled
1234
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1081">#1081</a>] Fixed
1235
the issue where undoing table deletion in IE7 would cause JavaScript errors.</li>
1236
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1061">#1061</a>] Fixed
1237
the issue where backspace and delete cannot delete special characters in Firefox
1238
under some circumstances.</li>
1239
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/403">#403</a>] Fixed the
1240
issue where switching to and from source mode in full page mode under IE would add
1241
excessive line breaks to <style> blocks.</li>
1242
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/121">#121</a>] Fixed the
1243
issue where maximizing FCKeditor inside a frameset would resize FCKeditor to the
1244
whole window's size instead of just the container frame's size.</li>
1245
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1093">#1093</a>] Fixed
1246
the issue where pressing Enter inside an inline tag would not create a new paragraph
1248
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1089">#1089</a>] Fixed
1249
the issue where pressing Enter inside a <pre> block do not generate visible
1250
line breaks in IE.</li>
1251
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/332">#332</a>] Hitting
1252
Enter when the caret is at the end of a hyperlink will no longer continue the link
1253
at the new paragraph.</li>
1254
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1121">#1121</a>] Hitting
1255
Enter with FCKConfig.EnterMode=br will now scroll the document correctly when the
1256
new lines have exceeded the lower boundary of the editor frame.</li>
1257
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1063">#1063</a>] [<a
1258
target="_blank" href="http://dev.fckeditor.net/ticket/1084">#1084</a>] [<a target="_blank"
1259
href="http://dev.fckeditor.net/ticket/1092">#1092</a>] Fixed a few Norwegian
1260
language translation errors.</li>
1261
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1148">#1148</a>] Fixed
1262
the issue where the "Automatic" and "More Colors..." buttons
1263
in the color selection panel are not centered in Safari.</li>
1264
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1187">#1187</a>] Fixed
1265
the issue where the "Paste as plain text" command cannot be undone in
1266
non-IE browsers.</li>
1267
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1222">#1222</a>] Ctrl-Backspace
1268
operations will now save undo snapshots in all browsers.</li>
1269
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1223">#1223</a>] Fixed
1270
the issue where the insert link dialog would save multiple undo snapshots for a
1271
single operation.</li>
1272
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/247">#247</a>] Fixed the
1273
issue where deleting everything in the document in IE would create an empty <p>
1274
block in the document regardless of EnterMode setting. </li>
1275
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1280">#1280</a>] Fixed
1276
the issue where opening a combo box will cause the editor frames to lose focus when
1277
there are multiple editors in the same document.</li>
1278
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/363">#363</a>] Fixed the
1279
issue where the Find dialog does not work under Opera.</li>
1280
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/50">#50</a>] Fixed the
1281
issue where the Paste button is always disabled in Safari.</li>
1282
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/389">#389</a>] Pasting
1283
text with comments from Word won't generate errors in IE, thanks to the idea from
1285
<li>The pasting area in the Paste from Word dialog is focused on initial load</li>
1286
<li>Some fixes related to html comment handling in the Word clean up routine</li>
1287
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1303">#1303</a>] <col>
1288
is correctly treated as an empty element.</li>
1289
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/969">#969</a>] Removed
1290
unused files (fcknumericfield.htc and moz-bindings.xml).</li>
1291
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1166">#1166</a>] Fixed
1292
the issue where <meta> tags are incorrectly outputted with closing tags in
1293
full page mode.</li>
1294
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1200">#1200</a>] Fixed
1295
the issue where context menus sometimes disappear prematurely before the user can
1296
click on any items in Opera.</li>
1297
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1315">#1315</a>] Fixed
1298
the issue where the source view text area in Safari is displayed with an excessive
1300
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1201">#1201</a>] Fixed
1301
the issue where hitting Backspace or Delete inside a table cell deletes the table
1302
cell instead of its contents in Opera.</li>
1303
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1311">#1311</a>] Fixed
1304
the issue where undoing and redoing a special character insertion would send the
1305
caret to incorrect positions. (e.g. the beginning of document)</li>
1306
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/923">#923</a>] Font colors
1307
are now properly applied on links.</li>
1308
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1316">#1316</a>] Fixed
1309
the issue where the image dialog expands to a size too big in Safari.</li>
1310
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1306">#1306</a>] [<a
1311
target="_blank" href="http://dev.fckeditor.net/ticket/894">#894</a>] The undo system
1312
can now undo text formatting steps like setting fonts to bold and italic.</li>
1313
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/95">#95</a>] Fixed the
1314
issue where FCKeditor breaks <meta> tags in full page mode in some circumstances.</li>
1315
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/175">#175</a>] Fixed the
1316
issue where entering an email address with a '%' sign in the insert link dialog
1317
would cause JavaScript error.</li>
1318
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/180">#180</a>] Improved
1319
backward compatibility with older PHP versions. FCKeditor can now work with PHP
1320
versions down to 4.0.</li>
1321
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/192">#192</a>] Document
1322
modifying actions from the FCKeditor JavaScript API will now save undo steps.</li>
1323
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/246">#246</a>] Using text
1324
formatting commands in EnterMode=div will no longer cause tags to randomly disappear.</li>
1325
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/327">#327</a>] It is no
1326
longer possible for the browser's back action to misfire when a user presses backspace
1327
while an image is being selected in FCKeditor.</li>
1328
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/362">#362</a>] Ctrl-Backspace
1329
now works in FCKeditor.</li>
1330
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/390">#390</a>] Text alignment
1331
and justification commands now respects EnterMode=br paragraph rules.</li>
1332
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/534">#534</a>] Pressing
1333
Ctrl-End while the document contains a list towards the end will no longer make
1334
the cursor disappear.</li>
1335
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/906">#906</a>] It is now
1336
possible to have XHTML 1.0 Strict compliant output from a document pasted from Word.</li>
1337
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/929">#929</a>] Pressing
1338
the Enter key will now produce an undo step.</li>
1339
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/934">#934</a>] Fixed the
1340
"Cannot execute code from a freed script" error in IE from editor dialogs.</li>
1341
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/942">#942</a>] Server
1342
based spell checking with ColdFusion integration no longer breaks fir non en_US
1344
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/942">#1056</a>] Deleting
1345
everything in the editor document and moving the cursor around will no longer leave
1346
the cursor hanging beyond the top of the editor document.</li>
1349
# This version has been <a href="http://dev.fckeditor.net/wiki/SD/COE">partially sponsored</a>
1350
by the <a href="http://www.coe.int/">Council of Europe</a>.
1355
New Features and Improvements:</p>
1357
<li>It is now possible to set the default target when creating links, with the new "<strong>DefaultLinkTarget</strong>"
1359
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/436">#436</a>] The new
1360
"<strong>FirefoxSpellChecker</strong>" setting is available, to enable/disable the
1361
Firefox built-in spellchecker while typing. Even if word suggestions will not appear
1362
in the FCKeditor context menu, this feature is useful to quickly identify misspelled
1364
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/311">#311</a>] The new
1365
"<strong>BrowserContextMenuOnCtrl</strong>" setting is being introduced, to enable/disable
1366
the ability of displaying the default browser's context menu when right-clicking
1367
with the CTRL key pressed.</li>
1372
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/300">#300</a>] The fck_internal.css
1373
file was not validating with the W3C CSS Validation Service.</li>
1374
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/336">#336</a>] Ordered
1375
list didn't keep the Type attribute properly (it was converted to lowercase when
1376
the properties dialog was opened again).</li>
1377
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/318">#318</a>] Multiple
1378
linked images are merged in a single link in IE.</li>
1379
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/350">#350</a>] The <marquee>
1380
element will no longer append unwanted <p>&nbsp;</p> to the code.</li>
1381
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/351">#351</a>] The content
1382
was being lost for images or comments only HTML inserted directly in the editor
1383
source or loaded in the editor.</li>
1384
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/388">#388</a>] Creating
1385
links in lines separated by <br> in IE can lead to a merge of the links.</li>
1386
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/325">#325</a>] Calling
1387
the GetXHTML can distort visually the rendering in Firefox.</li>
1388
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/391">#391</a>] When ToolbarLocation=Out,
1389
a "Security Warning" alert was being shown in IE if under https. Thanks to reister.</li>
1390
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/360">#360</a>] Form "name"
1391
was being set to "[object]" if it contained an element with id="name".</li>
1392
<li>Fixed a type that was breaking the ColdFusion SpellerPages integration file when
1393
no spelling errors were found.</li>
1394
<li>The ColdFusion SpellerPages integration was not working it Aspell was installed
1395
in a directory with spaces in the name.</li>
1396
<li>Added option to SpellerPages to ignore "alt" attributes.</li>
1397
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/451">#451</a>] Classes
1398
for images in IE didn't take effect immediately.</li>
1399
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/430">#430</a>] Links with
1400
a class did generate a span in Firefox when removing them.</li>
1401
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/274">#274</a>] The PHP
1402
quick upload still tried to use the uppercased types instead of the lowercased ones.
1404
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/416">#416</a>] The PHP
1405
quick upload didn't check for the existence of the folder before saving.</li>
1406
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/467">#467</a>] If InsertHtml
1407
was called in IE with a comment (or any protected source at the beginning) it was
1409
<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1518766&group_id=75348&atid=543653">SF
1410
BUG-1518766</a>] Mozilla 1.7.13 wasn't recognized properly as an old Gecko engine.</li>
1411
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/324">#324</a>] Improperly
1412
nested tags could lead to a crash in IE.</li>
1413
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/455">#455</a>] Files and
1414
folders with non-ANSI names were returned with a double UTF-8 encoding in the PHP
1416
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/273">#273</a>] The extensions
1417
"sh", "shtml", "shtm" and "phtm" have been added to the list of denied extensions
1419
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/453">#453</a>] No more
1420
errors when hitting del inside an empty table cell.</li>
1421
<li>The perl connector cgi file has been changed to Unix line endings.</li>
1422
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/202">#202</a>] Regression:
1423
The HR tag will not anymore break the contents loaded in the editor. </li>
1424
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/508">#508</a>] The HR
1425
command had a typo.</li>
1426
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/505">#505</a>] Regression:
1427
IE crashed if a table caption was deleted.</li>
1428
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/82">#82</a>] [<a target="_blank"
1429
href="http://dev.fckeditor.net/ticket/359">#359</a>] <object> and <embed>
1430
tags are not anymore lost in IE.</li>
1431
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/493">#493</a>] If the
1432
containing form had a button named "submit" the "Save" command didn't work in Firefox.</li>
1433
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/414">#414</a>] If tracing
1434
was globally enabled in Asp.Net 2.0 then the Asp.Net connector did fail.</li>
1435
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/520">#520</a>] The "Select
1436
Field" properties dialog was not correctly handling select options with &, <
1438
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/258">#258</a>] The Asp
1439
integration didn't pass boolean values in English, using instead the locale of the
1440
server and failing.</li>
1441
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/487">#487</a>] If an image
1442
with dimensions set as styles was opened with the image manager and then the dialog
1443
was canceled the dimensions in the style were lost.</li>
1444
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/220">#220</a>] The creation
1445
of links or anchors in a selection that results on more than a single link created
1446
will not anymore leave temporary links in the source. All links will be defined
1448
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/220">#182</a>] [<a
1449
target="_blank" href="http://dev.fckeditor.net/ticket/220">#261</a>] [<a target="_blank"
1450
href="http://dev.fckeditor.net/ticket/220">#511</a>] Special characters, like
1451
percent signs or accented chars, and spaces are now correctly returned by the File
1453
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/281">#281</a>] Custom
1454
toolbar buttons now render correctly in all skins.</li>
1455
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/527">#527</a>] If the
1456
configuration for a toolbar isn't fully valid, try to keep on parsing it.</li>
1457
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/187">#187</a>] [<a
1458
target="_blank" href="http://dev.fckeditor.net/ticket/435">#435</a>] [<a target="_blank"
1459
href="https://sourceforge.net/tracker/?func=detail&aid=1612978&group_id=75348&atid=543653">SF
1460
BUG-1612978</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1163511&group_id=75348&atid=543653">SF
1461
BUG-1163511</a>] Updated the configuration options in the ColdFusion integration
1463
<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1726781&group_id=75348&atid=543655">SF
1464
Patch-1726781</a>] Updated the upload class for asp to handle large files and other
1465
data in the forms. Thanks to NetRube.</li>
1466
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/225">#225</a>] With ColdFusion,
1467
the target directory is now being automatically created if needed when "quick uploading".
1468
Thanks to sirmeili.</li>
1469
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/295">#295</a>] [<a
1470
target="_blank" href="http://dev.fckeditor.net/ticket/510">#510</a>] Corrected some
1471
path resolution issues with the File Browser connector for ColdFusion.</li>
1472
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/239">#239</a>] The <xml>
1473
tag will not anymore cause troubles.</li>
1474
<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1721787&group_id=75348&atid=543653">SF
1475
BUG-1721787</a>] If the editor is run from a virtual dir, the PHP connector will
1476
detect that and avoid generating a wrong folder.</li>
1477
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/431">#431</a>] PHP: The
1478
File Browser now displays an error message when it is not able to create the configured
1479
target directory for files (instead of sending broken XML responses).</li>
1486
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/279">#279</a>] The UTF-8
1487
BOM was being included in the wrong files, affecting mainly PHP installations.</li>
1492
New Features and Improvements:</p>
1494
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/118">#118</a>] The SelectAll
1495
command now is available in Source Mode.</li>
1496
<li>The new open source FCKpackager sub-project is now available. It replaces the FCKeditor.Packager
1497
software to compact the editor source.</li>
1498
<li>With Firefox, if a paste execution is blocked by the browser security settings,
1499
the new "Paste" popup is shown to the user to complete the pasting operation. </li>
1504
<li>Various fixes to the ColdFusion File Browser connector.</li>
1505
<li>We are now pointing the download of ieSpell to their pages, instead to a direct
1506
file download from one of their mirrors. This disables the ability of "click and
1507
go" (which can still be achieved by pointing the download to a file in your server),
1508
but removes any troubles with mirrors link changes (and they change it frequently).</li>
1509
<li>The Word cleanup has been changed to remove "display:none" tags that may come from
1511
<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1659613&group_id=75348">SF
1512
BUG-1659613</a>] The 2.4 version introduced a bug in the flash handling code that
1513
generated out of memory errors in IE7.</li>
1514
<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1660456&group_id=75348">SF
1515
BUG-1660456</a>] The icons in context menus were draggable.</li>
1516
<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1653009&group_id=75348">SF
1517
BUG-1653009</a>] If the server is configured to process html files as asp then it
1518
generated ASP error 0138.</li>
1519
<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1288609&group_id=75348">SF
1520
BUG-1288609</a>] The content of iframes is now preserved.</li>
1521
<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1245504&group_id=75348">SF
1522
BUG-1245504</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1652240&group_id=75348">SF
1523
BUG-1652240</a>] Flash files without the .swf extension weren't recognized upon
1525
<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1649753&group_id=75348&atid=543655">SF
1526
PATCH-1649753</a>] Node selection for text didn't work in IE. Thanks to yurik dot
1528
<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1573191&group_id=75348&atid=543653">SF
1529
BUG-1573191</a>] The Html code inserted with FCK.InsertHtml didn't have the same
1530
protection for special tags.</li>
1531
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/110">#110</a>] The OK
1532
button in dialogs had its width set as an inline style.</li>
1533
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/113">#113</a>] [<a
1534
target="_blank" href="http://dev.fckeditor.net/ticket/94">#94</a>] [<a target="_blank"
1535
href="https://sourceforge.net/tracker/?func=detail&aid=1659270&group_id=75348&atid=543653">SF
1536
BUG-1659270</a>] ForcePasteAsPlainText didn't work in Firefox.</li>
1537
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/114">#114</a>] The correct
1538
entity is now used to fill empty blocks when ProcessHTMLEntities is disabled.</li>
1539
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/90">#90</a>] The editor
1540
was wrongly removing some <br> tags from the code.</li>
1541
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/139">#139</a>] The CTRL+F
1542
and CTRL+S keystroke default behaviors are now preserved.</li>
1543
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/138">#138</a>] We are
1544
not providing a CTRL + ALT combination in the default configuration file because
1545
it may be incompatible with some keyboard layouts. So, the CTRL + ALT + S combination
1546
has been changed to CTRL + SHIFT + S.</li>
1547
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/129">#129</a>] In IE,
1548
it was not possible to paste if "Allow paste operation via script" was disabled
1549
in the browser security settings.</li>
1550
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/112">#112</a>] The enter
1551
key now behaves correctly on lists with Firefox, when the EnterMode is set to 'br'.</li>
1552
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/152">#152</a>] Invalid
1553
self-closing tags are now being fixed before loading. </li>
1554
<li>A few tags were being ignored to the check for required contents (not getting stripped
1555
out, as expected). Fixed.</li>
1556
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/202">#202</a>] The HR
1557
tag will not anymore break the contents loaded in the editor.</li>
1558
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/211">#211</a>] Some invalid
1559
inputs, like "<p>" where making the caret disappear in Firefox.</li>
1560
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/99">#99</a>] The <div>
1561
element is now considered a block container if EnterMode=p|br. It acts like a simple
1562
block only if EnterMode=div.</li>
1563
<li>Hidden fields will now show up as an icon in IE, instead of a normal text field.
1564
They are also selectable and draggable, in all browsers.</li>
1565
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/213">#213</a>] Styles
1566
are now preserved when hitting enter at the end of a paragraph.</li>
1567
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/77">#77</a>] If ShiftEnterMode
1568
is set to a block tag (p or div), the desired block creation in now enforced, instead
1569
of copying the current block (which is still the behavior of the simple enter).</li>
1570
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/209">#209</a>] Links and
1571
images URLs will now be correctly preserved with Netscape 7.1.</li>
1572
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/165">#165</a>] The enter
1573
key now honors the EnterMode settings when outdenting a list item.</li>
1574
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/190">#190</a>] Toolbars
1575
may be wrongly positioned. Fixed.</li>
1576
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/254">#254</a>] The IgnoreEmptyParagraphValue
1577
setting is now correctly handled in Firefox.</li>
1578
<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/254">#248</a>] The behavior
1579
of the backspace key has been fixed on some very specific cases.</li>
1584
New Features and Improvements:</p>
1586
<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1329273&group_id=75348&atid=543656">SF
1587
Feature-1329273</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1456005&group_id=75348&atid=543656">SF
1588
Feature-1456005</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1315002&group_id=75348&atid=543653">SF
1589
BUG-1315002</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1350180&group_id=75348&atid=543653">SF
1590
BUG-1350180</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1450689&group_id=75348&atid=543653">SF
1591
BUG-1450689</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1461033&group_id=75348&atid=543653">SF
1592
BUG-1461033</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1510111&group_id=75348&atid=543653">SF
1593
BUG-1510111</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1203560&group_id=75348&atid=543653">SF
1594
BUG-1203560</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1564838&group_id=75348&atid=543653">SF
1595
BUG-1564838</a>] The advance <strong>Enter Key Handler</strong>
1596
is now being introduced. It gives you complete freedom to configure the editor to
1597
generate <strong><p>, <div> or <br></strong> when the user uses
1598
both the [Enter] and [Shift]+[Enter] keys. The new "EnterMode" and "ShiftEnterMode"
1599
settings can be use to control its behavior. It also guarantees that all browsers
1600
will generate the same output. </li>
1601
<li>The new and powerful <strong>Keyboard Accelerator System</strong> is being introduced.
1602
You can now precisely control the commands to execute when some key combinations
1603
are activated by the user. It guarantees that all browsers will have the same behavior
1604
regarding the shortcuts.<br />
1605
It also makes it possible to remove buttons from the toolbar and still invoke their
1606
features by using the keyboard instead.
1608
It also blocks all default "CTRL based shortcuts" imposed by the browsers, so if
1609
you don't want users to underline text, just remove the CTRL+U combination from
1610
the keystrokes table. Take a look at the FCKConfig.Keystrokes setting in the fckconfig.js
1612
<li>The new "<strong>ProtectedTags</strong>" configuration option is being introduced.
1613
It will accept a list of tags (separated by a pipe "|"), which will have no effect
1614
during editing, but will still be part of the document DOM. This can be used mainly
1615
for non HTML standard, custom tags.</li>
1616
<li>Dialog box commands can now open resizable dialogs (by setting oCommand.Resizable
1618
<li>Updated support for AFP. Thanks to Soenke Freitag.</li>
1619
<li>New language file:<ul>
1620
<li><strong>Afrikaans</strong> (by Willem Petrus Botha). </li>
1623
<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1456343&group_id=75348&atid=543655">SF
1624
Patch-1456343</a>] New sample file showing how to dynamically exchange a textarea
1625
and an instance of FCKeditor. Thanks to Finn Hakansson</li>
1626
<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1496115&group_id=75348&atid=543655">SF
1627
Patch-1496115</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1588578&group_id=75348&atid=543653">SF
1628
BUG-1588578</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1376534&group_id=75348&atid=543653">SF
1629
BUG-1376534</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1343506&group_id=75348&atid=543653">SF
1630
BUG-1343506</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1211065&group_id=75348&atid=543656">SF
1631
Feature-1211065</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=949144&group_id=75348&atid=543656">SF
1632
Feature-949144</a>] The content of anchors are shown and preserved
1633
on creation. * </li>
1634
<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1587175&group_id=75348&atid=543656">SF
1635
Feature-1587175</a>] Local links to an anchor are readjusted if the anchor changes.</li>
1636
<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1500040&group_id=75348&atid=543655">SF
1637
Patch-1500040</a>] New configuration values to specify the Id and Class for the
1639
<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1577202&group_id=75348&atid=543655">SF
1640
Patch-1577202</a>] The links created with the popup option now are accessible even
1641
if the user has JavaScript disabled.</li>
1642
<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1443472&group_id=75348&atid=543655">SF
1643
Patch-1443472</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1576488&group_id=75348&atid=543653">SF
1644
BUG-1576488</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1334305&group_id=75348&atid=543653">SF
1645
BUG-1334305</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1578312&group_id=75348&atid=543653">SF
1646
BUG-1578312</a>] The Paste from Word clean up function can be configured
1647
with FCKConfig.CleanWordKeepsStructure to preserve the markup as much as possible.
1648
Thanks Jean-Charles ROGEZ. </li>
1649
<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1472654&group_id=75348&atid=543655">SF
1650
Patch-1472654</a>] The server side script location for SpellerPages can now be set
1651
in the configuration file, by using the SpellerPagesServerScript setting.</li>
1652
<li><span style="color: #ff0000">Attention:</span> All connectors are now pointing by
1653
default to the "/userfiles/" folder instead of "/UserFiles/" (case change). Also,
1654
the inner folders for each type (file, image, flash and media) are all lower-cased
1656
<li><span style="color: #ff0000">Attention:</span> The UseBROnCarriageReturn configuration
1657
is not anymore valid. The EnterMode setting can now be used to precisely set the
1658
enter key behavior.</li>
1663
<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1444937&group_id=75348">SF
1664
BUG-1444937</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1274364&group_id=75348">SF
1665
BUG-1274364</a>] Shortcut keys are now undoable correctly.</li>
1666
<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1015230&group_id=75348">SF
1667
BUG-1015230</a>] Toolbar buttons now update their state on shortcut keys activation.</li>
1668
<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1485621&group_id=75348">SF
1669
BUG-1485621</a>] It is now possible to precisely control which shortcut keys can
1671
<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1573714&group_id=75348">SF
1672
BUG-1573714</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1593323&group_id=75348">SF
1673
BUG-1593323</a>] Paste was not working in IE if both AutoDetectPasteFromWord
1674
and ForcePasteAsPlainText settings were set to "false". </li>
1675
<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1578306&group_id=75348">SF
1676
BUG-1578306</a>] The context menu was wrongly positioned if the editing document
1677
was set to render in strict mode. Thanks to Alfonso Martinez.</li>
1678
<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1567060&group_id=75348">SF
1679
BUG-1567060</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1565902&group_id=75348">SF
1680
BUG-1565902</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1440631&group_id=75348">SF
1681
BUG-1440631</a>] IE was getting locked on some specific cases. Fixed.</li>
1682
<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1582859&group_id=75348">SF
1683
BUG-1582859</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1579507&group_id=75348&atid=543655">SF
1684
Patch-1579507</a>] Firefox' spellchecker is now disabled during editing mode.
1685
Thanks to Alfonso Martinez.</li>
1686
<li>Fixed Safari and Opera detection system (for development purposes only).</li>
1687
<li>Paste from Notepad was including font information in IE. Fixed.</li>
1688
<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1584092&group_id=75348">SF
1689
BUG-1584092</a>] When replacing text area, names with spaces are now accepted.</li>
1690
<li>Depending on the implementation of toolbar combos (mainly for custom plugins) the
1691
editor area was loosing the focus when clicking in the combo label. Fixed.</li>
1692
<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1596937&group_id=75348&atid=543653">SF
1693
BUG-1596937</a>] InsertHtml() was inserting the HTML outside the editor area on
1694
some very specific cases.</li>
1695
<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1585548&group_id=75348">SF
1696
BUG-1585548</a>] On very specific, rare and strange cases, the XHTML processor was
1697
not working properly in IE. Fixed.</li>
1698
<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1584951&group_id=75348">SF
1699
BUG-1584951</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1380598&group_id=75348">SF
1700
BUG-1380598</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1198139&group_id=75348">SF
1701
BUG-1198139</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1437318&group_id=75348">SF
1702
BUG-1437318</a>] In Firefox, the style selector will not anymore delete
1703
the contents when removing styles on specific cases.</li>
1704
<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1515441&group_id=75348">SF
1705
BUG-1515441</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1451071&group_id=75348">SF
1706
BUG-1451071</a>] The "Insert/Edit Link" and "Select All" buttons are now working
1707
properly when the editor is running on a IE Modal dialog.</li>
1708
<li>On some very rare cases, IE was throwing a memory error when hiding the context
1710
<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1526154&group_id=75348">SF
1711
BUG-1526154</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1509208&group_id=75348&atid=543653">SF
1712
BUG-1509208</a>] With Firefox, <style> tags defined in the source are
1714
<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1535946&group_id=75348">SF
1715
BUG-1535946</a>] The IE dialog system has been changed to better work with custom
1717
<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1599520&group_id=75348">SF
1718
BUG-1599520</a>] The table dialog was producing empty tags when leaving some of
1719
its fields empty.</li>
1720
<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1599545&group_id=75348">SF
1721
BUG-1599545</a>] HTML entities are now processed on attribute values too.</li>
1722
<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1598517&group_id=75348">SF
1723
BUG-1598517</a>] Meta tags are now protected from execution during editing (avoiding
1724
the "redirect" meta to be activated).</li>
1725
<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1415601&group_id=75348">SF
1726
BUG-1415601</a>] Firefox internals: styleWithCSS is used instead of the deprecated
1727
useCSS whenever possible.</li>
1728
<li>All JavaScript Core extension function have been renamed to "PascalCase" (some were
1729
in "camelCase"). This may have impact on plugins that use any of those functions.</li>
1730
<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1592311&group_id=75348">SF
1731
BUG-1592311</a>] Operations in the caption of tables are now working correctly in
1733
<li>Small interface fixes to the about box.</li>
1734
<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1604576&group_id=75348&atid=543655">SF
1735
PATCH-1604576</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1604301&group_id=75348">SF
1736
BUG-1604301</a>] Link creation failed in Firefox 3 alpha. Thanks to Arpad Borsos</li>
1737
<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1577247&group_id=75348&atid=543653">SF
1738
BUG-1577247</a>] Unneeded call to captureEvents and releaseEvents.</li>
1739
<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1610790&group_id=75348">SF
1740
BUG-1610790</a>] On some specific situations, the call to form.submit(), in form
1741
were FCKeditor has been unloaded by code, was throwing the "Can't execute code from
1742
a freed script" error.</li>
1743
<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1613167&group_id=75348&atid=543653">SF
1744
BUG-1613167</a>] If the configuration was missing the FCKConfig.AdditionalNumericEntities
1745
entry an error appeared.</li>
1746
<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1590848&group_id=75348&atid=543653">SF
1747
BUG-1590848</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1626360&group_id=75348&atid=543653">SF
1748
BUG-1626360</a>] Cleaning of JavaScript strict warnings in the source code.</li>
1749
<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1559466&group_id=75348&atid=543653">SF
1750
BUG-1559466</a>] The ol/ul list property window always searched first for a UL element.</li>
1751
<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1516008&group_id=75348&atid=543653">SF
1752
BUG-1516008</a>] Class attribute in IE wasn't loaded in the image dialog.</li>
1753
<li>The "OnAfterSetHTML" event is now fired when being/switching to Source View.</li>
1754
<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1631807&group_id=75348&atid=543653">SF
1755
BUG-1631807</a>] Elements' style properties are now forced to lowercase in IE.</li>
1756
<li>The extensions "html", "htm" and "asis" have been added to the list of denied extensions
1758
<li>Empty inline elements (like span and strong) will not be generated any more.</li>
1759
<li>Some elements attributes (like hspace) where not being retrieved when set to "0".</li>
1760
<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1508341&group_id=75348&atid=543653">SF
1761
BUG-1508341</a>] Fix for the ColdFusion script file of SpellerPages.</li>
1764
* This version has been partially sponsored by <a href="http://www.imedi.org/">Medical
1769
New Features and Improvements:</p>
1771
<li>The project has been <strong>relicensed</strong> under the terms of the <strong>
1772
GPL / LGPL / MPL</strong> licenses. This change will remove many licensing compatibility
1773
issues with other open source licenses, making the editor even more "open" than
1775
<li><font color="#ff0000">Attention:</font> The default directory in the distribution
1776
package is now named "fckeditor" (in lowercase) instead of "FCKeditor". This
1777
change may impact installations on case sensitive OSs, like Linux. </li>
1778
<li><font color="#ff0000">Attention:</font> The "Universal Keyboard" has been removed
1779
from the package. The license of those files was unclear so they can't be included
1780
alongside the rest of FCKeditor.</li>
1785
New Features and Improvements:</p>
1787
<li>Users can now decide if the template dialog will replace the entire contents of
1788
the editor or simply place the template in the cursor position. This feature can
1789
be controlled by the "TemplateReplaceAll" and "TemplateReplaceCheckbox" configuration
1791
<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1237693&group_id=75348&atid=543655">SF
1792
Patch-1237693</a>] A new configuration option (<strong>ProcessNumericEntities</strong>)
1793
is now available to tell the editor to convert non ASCII chars to their relative
1794
numeric entity references. It is disabled by default.</li>
1795
<li>The new "<strong>AdditionalNumericEntities</strong>" setting makes it possible to
1796
define a set of characters to be transformed to their relative numeric entities.
1797
This is useful when you don't want the code to have simple quotes ('), for example.</li>
1798
<li>The Norwegian language file (no.js) has been duplicated to include the Norwegian
1799
Bokmal (nb.js) in the supported interface languages. Thanks to Martin Kronstad.
1801
<li>Two new patterns have been added to the Universal Keyboard:
1803
<li>Persian. Thanks to Pooyan Mahdavi</li>
1804
<li>Portuguese. Thanks to Bo Brandt.</li>
1807
<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1517322&group_id=75348&atid=543655">SF
1808
Patch-1517322</a>] It is now possible to define the start number on numbered lists.
1809
Thanks to Marcel Bennett.</li>
1810
<li>The Font Format combo will now reflect the EditorAreaCSS styles.</li>
1811
<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1461539&group_id=75348&atid=543655">SF
1812
Patch-1461539</a>] The File Browser connector can now optionally return a "url"
1813
attribute for the files. Thanks to Pent.</li>
1814
<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1090851&group_id=75348">SF
1815
BUG-1090851</a>] The new "ToolbarComboPreviewCSS" configuration option has been
1816
created, so it is possible to point the Style and Format toolbar combos to a different
1817
CSS, avoiding conflicts with the editor area CSS.</li>
1818
<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1421309&group_id=75348&atid=543656">SF
1819
Feature-1421309</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1489402&group_id=75348">SF
1820
BUG-1489402</a>] It is now possible to configure the Quick Uploder target path
1821
to consider the file type (ex: Image or File) in the target path for uploads.</li>
1822
<li>The JavaScript integration file has two new things:
1824
<li>The "CreateHtml()" function in the FCKeditor object, used to retrieve the HTML of
1825
an editor instance, instead of writing it directly to the page (as done by "Create()").</li>
1826
<li>The global "FCKeditor_IsCompatibleBrowser()" function, which tells if the executing
1827
browser is compatible with FCKeditor. This makes it possible to do any necessary
1828
processing depending on the compatibility, without having to create and editor instance.</li>
1835
<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1525242&group_id=75348">SF
1836
BUG-1525242</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1500050&group_id=75348">SF
1837
BUG-1500050</a>] All event attributes (like onclick or onmouseover) are now
1838
being protected before loading the editor. In this way, we avoid firing those events
1839
during editing (IE issue) and they don't interfere in other specific processors
1841
<li>Small security fixes to the File Browser connectors. </li>
1842
<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1546226&group_id=75348">SF
1843
BUG-1546226</a>] Small fix to the ColdFusion CFC integration file.</li>
1844
<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&atid=543655&aid=1547768&group_id=75348">SF
1845
Patch-1407500</a>] The Word Cleanup function was breaking the HTML on pasting, on
1846
very specific cases. Fixed, thanks to Frode E. Moe.</li>
1847
<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1551979&group_id=75348&atid=543655">SF
1848
Patch-1551979</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1418066&group_id=75348">SF
1849
BUG-1418066</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1439621&group_id=75348">SF
1850
BUG-1439621</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1501698&group_id=75348&atid=543653">SF
1851
BUG-1501698</a>] Make FCKeditor work with application/xhtml+xml. Thanks
1852
to Arpad Borsos.</li>
1853
<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1547738&group_id=75348&atid=543655">SF
1854
Patch-1547738</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1550595&group_id=75348&atid=543653">SF
1855
BUG-1550595</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1540807&group_id=75348&atid=543653">SF
1856
BUG-1540807</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1510685&group_id=75348&atid=543653">SF
1857
BUG-1510685</a>] Fixed problem with panels wrongly positioned when the
1858
editor is placed on absolute or relative positioned elements. Thanks to Filipe Martins.</li>
1859
<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1511294&group_id=75348&atid=543655">SF
1860
Patch-1511294</a>] Small fix for the File Browser compatibility with IE 5.5.</li>
1861
<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1503178&group_id=75348&atid=543655">SF
1862
Patch-1503178</a>] Small improvement to stop IE from loading smiley images when
1863
one smiley is quickly selected from a huge list of smileys. Thanks to stuckhere.</li>
1864
<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1549112&group_id=75348&atid=543653">SF
1865
BUG-1549112</a>] The Replace dialog window now escapes regular expression specific
1866
characters in the find and replace fields.</li>
1867
<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1548788&group_id=75348&atid=543653">SF
1868
BUG-1548788</a>] Updated the ieSpell download URL.</li>
1869
<li>In FF, the editor was throwing an error when closing the window. Fixed.</li>
1870
<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1538509&group_id=75348&atid=543653">SF
1871
BUG-1538509</a>] The "type" attribute for text fields will always be set now.</li>
1872
<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1551734&group_id=75348&atid=543653">SF
1873
BUG-1551734</a>] The SetHTML function will now update the editing area height no
1874
matter which editing mode is active.</li>
1875
<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1554141&group_id=75348&atid=543653">SF
1876
BUG-1554141</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1565562&group_id=75348&atid=543653">SF
1877
BUG-1565562</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1451056&group_id=75348&atid=543653">SF
1878
BUG-1451056</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1478408&group_id=75348&atid=543653">SF
1879
BUG-1478408</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1489322&group_id=75348&atid=543653">SF
1880
BUG-1489322</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1513667&group_id=75348&atid=543653">SF
1881
BUG-1513667</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1562134&group_id=75348&atid=543653">SF
1882
BUG-1562134</a>] The protection of URLs has been enhanced
1883
and now it will not break URLs on very specific cases.</li>
1884
<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1545732&group_id=75348&atid=543653">SF
1885
BUG-1545732</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1490919&group_id=75348&atid=543653">SF
1886
BUG-1490919</a>] No security errors will be thrown when loading FCKeditor in
1887
page inside a FRAME defined in a different domain.</li>
1888
<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1512817&group_id=75348&atid=543653">SF
1889
BUG-1512817</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1571345&group_id=75348&atid=543653">SF
1890
BUG-1571345</a>] Fixed the "undefined" addition to the content when ShowBorders
1891
= false and FullPage = true in Firefox. Thanks to Brett.</li>
1892
<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1512798&group_id=75348&atid=543653">SF
1893
BUG-1512798</a>] BaseHref will now work well on FullPage, even if no <head>
1895
<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1509923&group_id=75348&atid=543653">SF
1896
BUG-1509923</a>] The DocumentProcessor is now called when using InserHtml().</li>
1897
<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1505964&group_id=75348&atid=543653">SF
1898
BUG-1505964</a>] The DOCTYPE declaration is now preserved when working in FullPage.</li>
1899
<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1553727&group_id=75348&atid=543653">SF
1900
BUG-1553727</a>] The editor was throwing an error when inserting complex templates.
1902
<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1564930&group_id=75348&atid=543655">SF
1903
Patch-1564930</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1562828&group_id=75348">SF
1904
BUG-1562828</a>] In IE, anchors where incorrectly copied when using the Paste
1905
from Word button. Fixed, thanks to geirhelge.</li>
1906
<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1557709&group_id=75348&atid=543653">SF
1907
BUG-1557709</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1421810&group_id=75348&atid=543653">SF
1908
BUG-1421810</a>] The link dialog now validates Popup Window names.</li>
1909
<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1556878&group_id=75348&atid=543653">SF
1910
BUG-1556878</a>] Firefox was creating empty tags when deleting the selection in
1911
some special cases.</li>
1912
<li>The context menu for links is now correctly shown when right-clicking on floating
1914
<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1084404&group_id=75348&atid=543653">SF
1915
BUG-1084404</a>] The XHTML processor now ignores empty span tags.</li>
1916
<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1221728&group_id=75348&atid=543653">SF
1917
BUG-1221728</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1174503&group_id=75348&atid=543653">SF
1918
BUG-1174503</a>] The <abbr> tag is not anymore getting broken by IE.</li>
1919
<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1182906&group_id=75348&atid=543653">SF
1920
BUG-1182906</a>] IE is not anymore messing up mailto links.</li>
1921
<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1386094&group_id=75348&atid=543653">SF
1922
BUG-1386094</a>] Fixed an issue when setting configuration options to empty ('')
1924
<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1389435&group_id=75348&atid=543653">SF
1925
BUG-1389435</a>] Fixed an issue in some dialog boxes when handling numeric inputs.</li>
1926
<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1398829&group_id=75348&atid=543653">SF
1927
BUG-1398829</a>] Some links may got broken on very specific cases. Fixed.</li>
1928
<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1409969&group_id=75348&atid=543653">SF
1929
BUG-1409969</a>] <noscript> tags now remain untouched by the editor.</li>
1930
<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1433457&group_id=75348&atid=543653">SF
1931
BUG-1433457</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1513631&group_id=75348&atid=543653">SF
1932
BUG-1513631</a>] Empty "href" attributes in <a> or empty "src" in <img>
1933
will now be correctly preserved.</li>
1934
<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1435195&group_id=75348&atid=543653">SF
1935
BUG-1435195</a>] Scrollbars are now visible in the File Browser (for custom implementations).</li>
1936
<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1438296&group_id=75348&atid=543653">SF
1937
BUG-1438296</a>] The "ForceSimpleAmpersand" setting is now being honored in all
1939
<li>If a popup blocker blocks context menu operations, the correct alert message is
1940
displayed now, instead of a ugly JavaScript error.</li>
1941
<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1454116&group_id=75348&atid=543653">SF
1942
BUG-1454116</a>] The GetXHTML() function will not change the IsDirty() value of
1944
<li>The spell check may not work correctly when using SpellerPages with ColdFusion.
1946
<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1481861&group_id=75348&atid=543653">SF
1947
BUG-1481861</a>] HTML comments are now removed by the Word Cleanup System.</li>
1948
<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1489390&group_id=75348&atid=543653">SF
1949
BUG-1489390</a>] A few missing hard coded combo options used in some dialogs are
1950
now localizable.</li>
1951
<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1505448&group_id=75348&atid=543653">SF
1952
BUG-1505448</a>] The Form dialog now retrieves the value of the "action" attribute
1953
exactly as defined in the source.</li>
1954
<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1517322&group_id=75348&atid=543655">SF
1955
Patch-1517322</a>] Solved an issue when the toolbar has buttons with simple icons
1956
(usually used by plugins) mixed with icons coming from a strip (the default toolbar
1958
<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1575261&group_id=75348&atid=543655">SF
1959
Patch-1575261</a>] Some fields in the Table and Cell Properties dialogs were being
1961
<li>Fixed a startup compatibility issue with Firefox 1.0.4.</li>
1968
<li>[<a target="_blank" href="https://sourceforge.net/support/tracker.php?aid=1506126">SF
1969
BUG-1506126</a>] Fixed the Catalan language file, which had been published with
1970
problems in accented letters. </li>
1971
<li>More performance improvements in the default File Browser.</li>
1972
<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1506701&group_id=75348&atid=543653">SF
1973
BUG-1506701</a>] Fixed compatibility issues with IE 5.5.</li>
1974
<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1509073&group_id=75348&atid=543653">SF
1975
BUG-1509073</a>] Fixed the "Image Properties" dialog window, which was making invalid
1976
calls to the "editor/dialog/" directory, generating error 400 entries in the web
1978
<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1507294&group_id=75348&atid=543653">SF
1979
BUG-1507294</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1507953&group_id=75348&atid=543653">SF
1980
BUG-1507953</a>] The editing area was getting a fixed size when using the "SetHTML"
1981
API command or even when switching back from the source view. Fixed.</li>
1982
<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1507755&group_id=75348">SF
1983
BUG-1507755</a>] Fixed a conflict between the "DisableObjectResizing" and "ShowBorders"
1984
configuration options over IE.</li>
1985
<li>Opera 9 tries to "mimic" Gecko in the browser detection system of FCKeditor. As
1986
this browser is not "yet" supported, the editor was broken on it. It has been fixed,
1987
and now a textarea is displayed, as in any other unsupported browser. Support for
1988
Opera is still experimental and can be activated by setting the property "EnableOpera"
1989
to true when creating an instance of the editor with the JavaScript integration
1991
<li>With Opera 9, the toolbar was jumping on buttons rollover. </li>
1992
<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1509479&group_id=75348&atid=543656">SF
1993
BUG-1509479</a>] The iframes used in Firefox for all editor panels (dropdown combos,
1994
context menu, etc...) are now being placed right before the main iframe that holds
1995
the editor. In this way, if the editor container element is removed from the DOM
1996
(by DHTML) they are removed together with it.</li>
1997
<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1271070&group_id=75348&atid=543653">SF
1998
BUG-1271070</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1411430&group_id=75348&atid=543653">SF
1999
BUG-1411430</a>] The editor API now works well on DHTML pages that create and
2000
remove instances of FCKeditor dynamically. </li>
2001
<li>A second call to a page with the editor was not working correctly with Firefox 1.0.x.
2003
<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1511460&group_id=75348&atid=543653">SF
2004
BUG-1511460</a>] Small correction to the <script> protected source regex.
2005
Thanks to Randall Severy.</li>
2006
<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1521754&group_id=75348">SF
2007
BUG-1521754</a>] Small fix to the paths of the internal CSS files used by FCKeditor.
2008
Thanks to johnw_ceb.</li>
2009
<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1511442&group_id=75348&atid=543653">SF
2010
BUG-1511442</a>] The <base> tag is now correctly handled in IE, no matter
2011
its position in the source code.</li>
2012
<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1507773&group_id=75348&atid=543653">SF
2013
BUG-1507773</a>] The "Lock" and "Reset" buttons in the Image Properties dialog window
2014
are not anymore jumping with Firefox 1.5.</li>
2019
New Features and Improvements:</p>
2021
<li>The <strong>Toolbar Sharing</strong> system has been completed. See sample10.html
2022
and sample11.html.*</li>
2023
<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1407500&group_id=75348&atid=543655">SF
2024
Patch-1407500</a>] Small enhancement to the Find and Replace dialog windows.</li>
2029
<li>Small security fixes.</li>
2030
<li>The context menu system has been optimized. Nested menus now open "onmouseover".
2032
<li>An error in the image preloader system was making the toolbar strip being downloaded
2033
once for each button on slow connections. Some enhancements have also been made
2034
so now the smaple05.html is loading fast for all skins.</li>
2035
<li>Fixed many memory leak issues with IE.</li>
2036
<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1489768&group_id=75348&atid=543653">SF
2037
BUG-1489768</a>] The panels (context menus, toolbar combos and color selectors),
2038
where being displayed in the wrong position if the contents of the editor, or its
2039
containing window were scrolled down. </li>
2040
<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1493176&group_id=75348">SF
2041
BUG-1493176</a>] Using ASP, the connector was not working on servers with buffer
2042
disable by default.</li>
2043
<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1491784&group_id=75348&atid=543653">SF
2044
BUG-1491784</a>] Language files have been updated to not include html entities.</li>
2045
<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1490259&group_id=75348&atid=543653">SF
2046
BUG-1490259</a>] No more security warning on IE over HTTPS.</li>
2047
<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1493173&group_id=75348&atid=543653">SF
2048
BUG-1493173</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1499708&group_id=75348">SF
2049
BUG-1499708</a>] We now assume that, if a user is in source editing, he/she
2050
wants to control the HTML, so the editor doesn't make changes to it when posting
2051
the form being in source view or when calling the GetXHTML function in the API.
2053
<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1490610&group_id=75348&atid=543653">SF
2054
BUG-1490610</a>] The FitWindow is now working on elements set with relative position.</li>
2055
<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1493438&group_id=75348&atid=543653">SF
2056
BUG-1493438</a>] The "Word Wrap" combo in the cell properties dialog now accepts
2057
only Yes/No (no more <Not Set> value).</li>
2058
<li>The context menu is now being hidden when a nested menu option is selected.</li>
2059
<li>Table cell context menu operations are now working correctly.</li>
2060
<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1494549&group_id=75348&atid=543653">SF
2061
BUG-1494549</a>] The code formatter was having problems with dollar signs inside
2062
<pre> tags.</li>
2063
<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1459740&group_id=75348&atid=543655">SF
2064
Patch-1459740</a>] The "src" element of images can now be set by styles definitions.
2065
Thanks to joelwreed.</li>
2066
<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1437052&group_id=75348&atid=543655">SF
2067
Patch-1437052</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1436166&group_id=75348&atid=543655">SF
2068
Patch-1436166</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1352385&group_id=75348&atid=543655">SF
2069
Patch-1352385</a>] Small fix to the FCK.InsertHtml, FCKTools.AppendStyleSheet
2070
and FCKSelection.SelectNode functions over IE. Thanks to Alfonso Martinez.</li>
2071
<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1349765&group_id=75348&atid=543655">SF
2072
Patch-1349765</a>] Small fix to the FCKSelection.GetType over Firefox. Thanks to
2073
Alfonso Martinez.</li>
2074
<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543655&aid=1495422&group_id=75348">SF
2075
Patch-1495422</a>] The editor now creates link based on the URL when no selection
2076
is available. Thanks to Dominik Pesch.</li>
2077
<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543655&aid=1478859&group_id=75348">SF
2078
Patch-1478859</a>] On some circumstances, the Yahoo popup blocker was blocking the
2079
File Browser window, giving no feedback to the user. Now an alert message is displayed.</li>
2080
<li>When using the editor in a RTL localized interface, like Arabic, the toolbar combos
2081
were not showing completely in the first click. Fixed.</li>
2082
<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1500212&group_id=75348">SF
2083
BUG-1500212</a>] All "_samples/html" samples are now working when loading directly
2084
from the Windows Explorer. Thanks to Alfonso Martinez.</li>
2085
<li>The "FitWindow" feature was breaking the editor under Firefox 1.0.x.</li>
2086
<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1500032&group_id=75348&atid=543655">SF
2087
Patch-1500032</a>] In Firefox, the caret position now follows the user clicks when
2088
clicking in the white area bellow the editor contents. Thanks to Alfonso Martinez.</li>
2089
<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1499522&group_id=75348">SF
2090
BUG-1499522</a>] In Firefox, the link dialog window was loosing the focus (and quickly
2091
reacquiring it) when opening. This behavior was blocking the dialog in some Linux
2092
installations. </li>
2093
<li>Drastically improved the loading performance of the file list in the default File
2095
<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1503059&group_id=75348">SF
2096
BUG-1503059</a>] The default "BasePath" for FCKeditor in all integration files has
2097
been now unified to "/fckeditor/" (lower-case). This is the usual casing system
2098
in case sensitive OSs like Linux.</li>
2099
<li>The "DisableFFTableHandles" setting is now honored when switching the full screen
2100
mode with FitWindow.</li>
2101
<li>Some fixes has been applied to the cell merging in Firefox.</li>
2104
* This version has been partially sponsored by <a href="http://www.footsteps.nl/">Footsteps</a>
2105
and <a href="http://www.kentico.com/">Kentico</a>.</p>
2107
Version 2.3 Beta</h3>
2109
New Features and Improvements:</p>
2111
<li><span><strong>Extremely Fast Loading!</strong> The editor now loads more than 3
2112
times faster than before, with no impact on its advanced features.</span> </li>
2113
<li><span><strong>New toolbar system</strong>:</span>
2115
<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1454850&group_id=75348&atid=543656">SF
2116
Feature-1454850</a>] The toolbar will now <strong>load much faster</strong>. All
2117
images have being merged in a single image file using a unique system available
2118
only with FCKeditor. </li>
2119
<li>The "Text Color" and "Background Color" commands buttons have
2120
enhancements on the interface.</li>
2121
<li><strong><span style="color: #ff0000">Attention</span></strong>: As a completely
2122
new system has being developed. Skins created for versions prior this one will not
2123
work. Skin styles definitions have being merged, added and removed. All skins have
2124
been a little bit reviewed. </li>
2125
<li>It is possible to <strong>detach the toolbar</strong> from an editor instance and
2126
share it with other instances. In this way you may have only one toolbar (in the
2127
top of the window, for example, that can be used by many editors (see <a href="_samples/html/sample10.html">
2128
sample10.html</a>). This feature is still under development (issues with IE
2129
focus still to be solved).* </li>
2132
<li><strong><span>New context menu system</span></strong>:
2134
<li>It uses the same (fast) loading system as the toolbar. </li>
2135
<li>Sub-Menus are now available to group features (try the context menu over a table
2137
<li>It is now possible to create your own context menu entries by creating plugins.
2141
<li><strong>New "FitWindow" toolbar button</strong>, based on the <a href="https://sourceforge.net/tracker/index.php?func=detail&aid=1431638&group_id=75348&atid=737639">
2142
plugin</a> published by Paul Moers. Thanks Paul!</li>
2143
<li><strong>"Auto Grow" Plugin</strong>: automatically resizes the editor
2144
until a maximum height, based on its contents size.** </li>
2145
<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1444943&group_id=75348&atid=543656">SF
2146
Feature-1444943</a>] <strong>Multiple CSS files</strong> can now be used in the
2147
editing area. Just define FCKConfig.EditorAreaCSS as an array of strings (each one
2148
is a path to a different css file). It works also as a simple string, as on prior
2150
<li>New language files:<ul>
2151
<li><strong>Bengali / Bangla</strong> (by Richard Walledge).</li>
2152
<li><strong>English (Canadian)</strong> (by Kevin Bennett). </li>
2153
<li><strong>Khmer</strong> (by Sengtha Chay).</li>
2156
<li>The source view is now available in the editing area on Gecko browsers. Previously
2157
a popup was used for it (due to a Firefox bug). </li>
2158
<li><span>As some people may prefer the popup way for source editing, a new configuration
2159
option (SourcePopup) has being introduced.</span> </li>
2160
<li>The IEForceVScroll configuration option has been removed. The editor now automatically
2161
shows the vertical scrollbar when needed (for XHTML doctypes). </li>
2162
<li>The configuration file doesn't define a default DOCTYPE to be used now. </li>
2163
<li>It is now possible to easily change the toolbar using the JavaScript API by just
2164
calling <EditorInstance>.ToolbarSet.Load( '<ToolbarName>' ). See _testcases/010.html
2166
<li>The "OnBlur" and "OnFocus" JavaScript API events are now compatible
2167
with all supported browsers. </li>
2168
<li>Some few updates in the Lasso connector and uploader. </li>
2169
<li>The GeckoUseSPAN setting is now set to "false" by default. In this way, the code
2170
produced by the bold, italic and underline commands are the same on all browsers.</li>
2175
<li><strong>Important security fixes have been applied to the File Manager, Uploader
2176
and Connectors. Upgrade is highly recommended.</strong> Thanks to Alberto Moro,
2177
Baudouin Lamourere and James Bercegay.</li>
2178
<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1399966&group_id=75348&atid=543653">SF
2179
BUG-1399966</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1249853&group_id=75348&atid=543653">SF
2180
BUG-1249853</a>] The "BaseHref" configuration is now working with
2181
Firefox in both normal and full page modes.</li>
2182
<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1405263&group_id=75348&atid=543653">SF
2183
BUG-1405263</a>] A typo in the configuration file was impacting the Quick Upload
2185
<li>Nested <ul> and <ol> tags are now generating valid html.</li>
2186
<li>The "wmode" and "quality" attributes are now preserved for Flash
2187
embed tags, in case they are entered manually in the source view. Also, empty attributes
2188
are removed from that tag. </li>
2189
<li>Tables where not being created correctly on Opera. </li>
2190
<li>The XHTML processor will ignore invalid tags with names ending with ":",
2192
<li><span>On Firefox, the scrollbar is not anymore displayed on toolbar dropdown commands
2193
when not needed.</span> </li>
2194
<li><span>Some small fixes have being done to the dropdown commands rendering for FF</span>.
2196
<li>The table dialog window has been a little bit enlarged to avoid contents being cropped
2197
on some languages, like Russian. </li>
2198
<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1465203&group_id=75348&atid=543653">SF
2199
BUG-1465203</a>] The ieSpell download URL has been updated. The problem is that
2200
they don't have a fixed URL for it, so let's hope the mirror will be up for it.
2202
<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1456332&group_id=75348&atid=543653">SF
2203
BUG-1456332</a>] Small fix in the Spanish language file. </li>
2204
<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1457078&group_id=75348&atid=543653">SF
2205
BUG-1457078</a>] The File Manager was generating 404 calls in the server. </li>
2206
<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1459846&group_id=75348&atid=543653">SF
2207
BUG-1459846</a>] Fixed a problem with the config file if PHP is set to parse .js
2209
<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1432120&group_id=75348&atid=543653">SF
2210
BUG-1432120</a>] The "UserFilesAbsolutePath" setting is not correctly
2211
used in the PHP uploader. </li>
2212
<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1432120&group_id=75348&atid=543653">SF
2213
BUG-1408869</a>] The collapse handler is now rendering correctly in Firefox 1.5.
2215
<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1410082&group_id=75348&atid=543653">SF
2216
BUG-1410082</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1424240&group_id=75348&atid=543653">SF
2217
BUG-1424240</a>] The "moz-bindings.xml" file is now well formed. </li>
2218
<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1413980&group_id=75348&atid=543653">SF
2219
BUG-1413980</a>] All frameborder "yes/no" values have been changes to
2220
"1/0". </li>
2221
<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1414101&group_id=75348&atid=543653">SF
2222
BUG-1414101</a>] The fake table borders are now showing correctly when running under
2223
the "file://" protocol. </li>
2224
<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1414155&group_id=75348&atid=543653">SF
2225
BUG-1414155</a>] Small typo in the cell properties dialog window.</li>
2226
<li>Fixed a problem in the File Manager. It was not working well with folder or file
2227
names with apostrophes ('). Thanks to René de Jong.</li>
2228
<li>Small "lenght" type corrected in the select dialog window. Thanks to Bernd Nussbaumer.</li>
2229
<li>The about box is now showing correctly in Firefox 1.5.</li>
2230
<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1464020&group_id=75348&atid=543655">SF
2231
Patch-1464020</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1155793&group_id=75348&atid=543653">SF
2232
BUG-1155793</a>] The "Unlink" command is now working correctly under Firefox
2233
if you don't have a complete link selection. Thanks to Johnny Egeland.</li>
2234
<li>In the File Manager, it was not possible to upload files to folders with ampersands
2235
in the name. Thanks to Mike Pone.</li>
2236
<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1178359&group_id=75348&atid=543653">SF
2237
BUG-1178359</a>] Elements from the toolbar are not anymore draggable in the editing
2239
<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1487544&group_id=75348&atid=543653">SF
2240
BUG-1487544</a>] Fixed a small issue in the code formatter for <br /> and
2241
<hr /> tags.</li>
2242
<li>The "Background Color" command now works correctly when the GeckoUseSPAN setting
2243
is disabled (default).</li>
2244
<li>Links are now rendered in blue with Firefox (they were black before). Actually,
2245
an entry for it has been added to the editing area CSS, so you can customize with
2246
the color you prefer. </li>
2249
* This version has been partially sponsored by <a href="http://www.footsteps.nl/">Footsteps</a>
2250
and <a href="http://www.kentico.com/">Kentico</a>.
2252
** This version has been partially sponsored by <a href="http://www.nextide.ca/">Nextide</a>.</p>
2256
New Features and Improvements:</p>
2258
<li>Let's welcome Wim Lemmens (didgiman). He's our new responsible for the ColdFusion
2259
integration. In this version we are introducing his new files with the following
2262
<li>The "<strong>Uploader</strong>", used for quick uploads, is now available
2263
<strong>natively for ColdFusion</strong>. </li>
2264
<li>Small bugs have been corrected in the <strong>File Browser connector</strong>. </li>
2265
<li>The samples now work as is, even if you don't install the editor in the "/FCKeditor"
2269
<li>And a big welcome also to "Andrew Liu", our responsible for the <strong>
2270
Python</strong> integration. This version is bringing <strong>native support for Python</strong>
2271
, including the File Browser connector and Quick Upload. </li>
2272
<li>The "<strong>IsDirty()</strong>" and "<strong>ResetIsDirty()</strong>"
2273
functions have been added to the JavaScript API to check if the editor
2274
content has been changed.* </li>
2275
<li>New language files:
2277
<li><strong>Hindi</strong> (by Utkarshraj Atmaram) </li>
2278
<li><strong>Latvian </strong>(by Janis Klavinš)</li>
2281
<li>For the interface, now we have complete <strong>RTL support</strong> also for
2282
the drop-down toolbar commands, color selectors and context menu. </li>
2283
<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1325113&group_id=75348&atid=543653">SF
2284
BUG-1325113</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1277661&group_id=75348&atid=543653">SF
2285
BUG-1277661</a>] The new "Delete Table" command is available in the
2286
Context Menu when right-clicking inside a table. </li>
2287
<li>The "FCKConfig.DisableTableHandles" configuration option is now working
2288
on Firefox 1.5. </li>
2289
<li>The new "<strong>OnBlur</strong>" and "<strong>OnFocus</strong>"
2290
events have been added to the JavaScript API (IE only). See "_samples/html/sample09.html" *
2292
<li><strong><font color="#ff0000">Attention</font></strong>: The "<strong>GetHTML</strong>"
2293
function has been deprecated. It now returns the same value as "<strong>GetXHTML</strong>".
2294
The same is valid for the "EnableXHTML" and "EnableSourceXHTML"
2295
that have no effects now. The editor now works with XHTML output only. </li>
2296
<li><strong><font color="#ff0000">Attention</font></strong>: A new "<strong>PreserveSessionOnFileBrowser</strong>"
2297
configuration option has been introduced. It makes it possible to set whenever is
2298
needed to maintain the user session in the File Browser. It is disabled by default,
2299
as it has very specific usage and may cause the File Browser to be blocked by popup
2300
blockers. If you have custom File Browsers that depends on session information,
2301
remember to activate it. </li>
2302
<li><strong><font color="#ff0000">Attention</font></strong>: The "<strong>fun</strong>"
2303
smileys set has been removed from the package. If you are using it, you must manually
2304
copy it to newer installations and upgrades. </li>
2305
<li><strong><font color="#ff0000">Attention</font></strong>: The "<strong>mcpuk</strong>"
2306
file browser has been removed from the package. We have no ways to support it. There
2307
were also some licensing issues with it. Its web site can still be found at <a href="http://mcpuk.net/fbxp/">
2308
http://mcpuk.net/fbxp/</a>. </li>
2309
<li>It is now possible to set different CSS styles for the chars in the Special Chars
2310
dialog window by adding the "SpecialCharsOut" and "SpecialCharsOver"
2311
in the "fck_dialog.css" skin file.* </li>
2312
<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1268726&group_id=75348&atid=543655">SF
2313
Patch-1268726</a>] Added table "summary" support in the table dialog.
2314
Thanks to Sebastien-Mahe. </li>
2315
<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1284380&group_id=75348&atid=543655">SF
2316
Patch-1284380</a>] It is now possible to define the icon of a FCKToolbarPanelButton
2317
object without being tied to the skin path (just like FCKToolbarButton). Thanks
2318
to Ian Sullivan. </li>
2319
<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1338610&group_id=75348&atid=543655">SF
2320
Patch-1338610</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1263009&group_id=75348&atid=543656">SF
2321
Patch-1263009</a>] New characters have been added to the "Special Characters"
2322
dialog window. Thanks to Deian. </li>
2323
<li>You can set the QueryString value "fckdebug=true" to activate "debug
2324
mode" in the editor (showing the debug window), overriding the configurations.
2325
The "AllowQueryStringDebug" configuration option is also available so
2326
you can disable this feature.</li>
2331
<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1363548&group_id=75348&atid=543653">SF
2332
BUG-1363548</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1364425&group_id=75348&atid=543653">SF
2333
BUG-1364425</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1335045&group_id=75348&atid=543653">SF
2334
BUG-1335045</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1289661&group_id=75348&atid=543653">SF
2335
BUG-1289661</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1225370&group_id=75348&atid=543653">SF
2336
BUG-1225370</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1156291&group_id=75348&atid=543653">SF
2337
BUG-1156291</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1165914&group_id=75348&atid=543653">SF
2338
BUG-1165914</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1111877&group_id=75348&atid=543653">SF
2339
BUG-1111877</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1092373&group_id=75348&atid=543653">SF
2340
BUG-1092373</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1101596&group_id=75348&atid=543653">SF
2341
BUG-1101596</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1246952&group_id=75348&atid=543653">SF
2342
BUG-1246952</a>] The URLs for links and
2343
images are now correctly preserved as entered, no matter if you are using relative
2344
or absolute paths. </li>
2345
<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1162809&group_id=75348&atid=543653">SF
2346
BUG-1162809</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1205638&group_id=75348&atid=543653">SF
2347
BUG-1205638</a>] The "Image" and "Flash" dialog windows
2348
now loads the preview correctly if the "BaseHref" configuration option
2350
<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1329807&group_id=75348&atid=543653">SF
2351
BUG-1329807</a>] The alert boxes are now showing correctly when doing cut/copy/paste
2352
operations on Firefox installations when it is not possible to execute that operations
2353
due to security settings. </li>
2354
<li>A new "Panel" system (used in the drop-dowm toolbar commands, color selectors
2355
and context menu) has been developed. The following bugs have been fixed with it:
2357
<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1186927&group_id=75348&atid=543653">SF
2358
BUG-1186927</a>] On IE, sometimes the context menu was being partially hidden.*
2360
<li>On Firefox, the context menu was flashing in the wrong position before showing.
2362
<li>On Firefox 1.5, the Color Selector was not working. </li>
2363
<li>On Firefox 1.5, the fonts in the panels were too big. </li>
2364
<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1076435&group_id=75348&atid=543653">SF
2365
BUG-1076435</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1200631&group_id=75348&atid=543653">SF
2366
BUG-1200631</a>] On Firefox, sometimes the context menu was being shown in the
2367
wrong position.</li>
2370
<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1364094&group_id=75348">SF
2371
BUG-1364094</a>] Font families were <a target="_blank" href="https://bugzilla.mozilla.org/show_bug.cgi?id=317572">
2372
not being rendered correctly on Firefox</a> . </li>
2373
<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1315954&group_id=75348">SF
2374
BUG-1315954</a>] No error is thrown when pasting some case specific code from editor
2376
<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1341553&group_id=75348&atid=543653">SF
2377
BUG-1341553</a>] A small fix for a security alert in the File Browser has been
2379
<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1370953&group_id=75348&atid=543653">SF
2380
BUG-1370953</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1339898&group_id=75348&atid=543653">SF
2381
BUG-1339898</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1323319&group_id=75348&atid=543653">SF
2382
BUG-1323319</a>] A message will be shown to the user (instead of a JS error) if
2383
a "popup blocker" blocks the "Browser Server" button. Thanks
2384
to Erwin Verdonk. </li>
2385
<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1370355&group_id=75348&atid=543653">SF
2386
BUG-1370355</a>] Anchor links that points to a single character anchor, like "#A",
2387
are now correctly detected in the Link dialog window. Thanks to Ricky Casey. </li>
2388
<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1368998&group_id=75348&atid=543653">SF
2389
BUG-1368998</a>] Custom error processing has been added to the file upload on the
2391
<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1367802&group_id=75348&atid=543653">SF
2392
BUG-1367802</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1207740&group_id=75348&atid=543653">SF
2393
BUG-1207740</a>] A message is shown to the user if a dialog box is blocked by
2394
a popup blocker in Firefox. </li>
2395
<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1358891&group_id=75348&atid=543653">SF
2396
BUG-1358891</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1340960&group_id=75348&atid=543653">SF
2397
BUG-1340960</a>] The editor not works locally (without a web server) on directories
2398
where the path contains spaces. </li>
2399
<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1357247&group_id=75348&atid=543653">SF
2400
BUG-1357247</a>] The editor now intercepts SHIFT + INS keystrokes when needed. </li>
2401
<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1328488&group_id=75348&atid=543653">SF
2402
BUG-1328488</a>] <strong><font color="#ff0000">Attention</font></strong>: The Page
2403
Break command now produces different tags to avoid XHTML compatibility
2404
issues. Any Page Break previously applied to content produced with previous versions
2405
of FCKeditor will not me rendered now, even if they will still be working correctly.
2407
<li>It is now possible to allow cut/copy/past operations on Firefox using the <a
2408
href="http://kb.mozillazine.org/Granting_JavaScript_access_to_the_clipboard"
2409
target="_blank">user.js</a> file. </li>
2410
<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1336792&group_id=75348&atid=543653">SF
2411
BUG-1336792</a>] A fix has been applied to the XHTML processor to allow tag names
2412
with the "minus" char (-). </li>
2413
<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1339560&group_id=75348&atid=543653">SF
2414
BUG-1339560</a>] The editor now correctly removes the "selected" option
2415
for checkboxes and radio buttons. </li>
2416
<li>The Table dialog box now selects the table correctly when right-clicking on objects
2417
(like images) placed inside the table. </li>
2418
<li><strong><font color="#ff0000">Attention</font></strong>: A few changes have been
2419
made in the skins. If you have a custom skin, it is recommended you to make a diff
2420
of the fck_contextmenu.css file of the default skin with your implementation. </li>
2421
<li>Mouse select (marking things in blue, like selecting text) has been disabled
2422
on panels (drop-down menu commands, color selector and context menu) and toolbar,
2423
for both IE and Firefox. </li>
2424
<li>On Gecko, fake borders will not be applied to tables with the border attribute set
2425
to more than 0, but placed inside tables with border set to 0. </li>
2426
<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1360717&group_id=75348&atid=543653">SF
2427
BUG-1360717</a>] A wrapping issue in the "Silver" skin has been corrected.
2428
Thanks to Ricky Casey. </li>
2429
<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1251145&group_id=75348&atid=543653">SF
2430
BUG-1251145</a>] In IE, the focus is now maintained in the text when clicking in
2431
the empty area following it. </li>
2432
<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1181386&group_id=75348&atid=543653">SF
2433
BUG-1181386</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1237791&group_id=75348&atid=543653">SF
2434
BUG-1237791</a>] The "Stylesheet Classes" field in the Link dialog
2435
window in now applied correctly on IE. Thanks to Andrew Crowe. </li>
2436
<li>The "Past from Word" dialog windows is now showing correctly on Firefox
2437
on some languages. </li>
2438
<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1315008&group_id=75348&atid=543653">SF
2439
BUG-1315008</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1241992&group_id=75348&atid=543653">SF
2440
BUG-1241992</a>] IE, when selecting objects (like images) and hitting the "Backspace"
2441
button, the browser's "back" will not get executed anymore and the object
2442
will be correctly deleted. </li>
2443
<li>The "AutoDetectPasteFromWord" is now working correctly in IE. Thanks to
2444
Juan Ant. Gómez. </li>
2445
<li>A small enhancement has been made in the Word pasting detection. Thanks to Juan
2446
Ant. Gómez. </li>
2447
<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1090686&group_id=75348&atid=543653">SF
2448
BUG-1090686</a>] No more conflict with Firefox "Type-Ahead Find" feature.
2450
<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=942653&group_id=75348&atid=543653">SF
2451
BUG-942653</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1155856&group_id=75348&atid=543653">SF
2452
BUG-1155856</a>] The "width" and "height" of images sized
2453
using the inline handlers are now correctly loaded in the image dialog box. </li>
2454
<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1209093&group_id=75348&atid=543653">SF
2455
BUG-1209093</a>] When "Full Page Editing" is active, in the "Document
2456
Properties" dialog, the "Browse Server" button for the page background
2457
is now correctly hidden if "ImageBrowser" is set to "false"
2458
in the configurations file. Thanks to Richard. </li>
2459
<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1120266&group_id=75348&atid=543653">SF
2460
BUG-1120266</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1186196&group_id=75348&atid=543653">SF
2461
BUG-1186196</a>] The editor now retains the focus when selecting commands in
2463
<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1244480&group_id=75348&atid=543653">SF
2464
BUG-1244480</a>] The editor now will look first to linked fields "ids"
2465
and second to "names". </li>
2466
<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1252905&group_id=75348&atid=543653">SF
2467
BUG-1252905</a>] The "InsertHtml" function now preserves URLs as entered.
2469
<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1266317&group_id=75348&atid=543653">SF
2470
BUG-1266317</a>] Toolbar commands are not anymore executed outside the editor. </li>
2471
<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1365664&group_id=75348&atid=543653">SF
2472
BUG-1365664</a>] The "wrap=virtual" attribute has been removed from the
2473
integration files for validation purposes. No big impact. </li>
2474
<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=972193&group_id=75348&atid=543653">SF
2475
BUG-972193</a>] Now just one click is needed to active the cursor inside the editor.
2477
<li>The hidden fields used by the editor are now protected from changes using the "Web
2478
Developer Add-On > Forms > Display Forms Details" extension. Thanks to
2479
Jean-Marie Griess. </li>
2480
<li>On IE, the "Format" toolbar dropdown now reflects the current paragraph
2481
type on IE. Because of a bug in the browser, it is quite dependent on the browser
2482
language and the editor interface language (both must be the same). Also, as the
2483
"Normal (DIV)" type is seen by IE as "Normal", to avoid confusion,
2484
both types are ignored by this fix. </li>
2485
<li>On some very rare cases, IE was loosing the "align" attribute for DIV
2487
<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1388799&group_id=75348">SF
2488
BUG-1388799</a>] The code formatter was removing spaces on the beginning of lines
2489
inside PRE tags. Fixed. </li>
2490
<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1387135&group_id=75348&atid=543653">SF
2491
BUG-1387135</a>] No more "NaN" values in the image dialog, when changing
2492
the sizes in some situations. </li>
2493
<li>Corrected a small type in the table handler. </li>
2494
<li>You can now set the "z-index" for floating panels (toolbar dropdowns,
2495
color selectors, context menu) in Firefox, avoiding having them hidden under another
2496
objects. By default it is set to 10,000. Use the FloatingPanelsZIndex configuration
2497
option to change this value.</li>
2500
<strong>Special thanks</strong> to <a target="_blank" href="https://sourceforge.net/users/alfonsoml/">
2501
Alfonso Martinez</a>, who have provided many patches and suggestions for the
2502
following features / fixes present in this version. I encourage all you to <a href="https://sourceforge.net/donate/index.php?user_id=1356422">
2503
donate</a> to Alfonso, as a way to say thanks for his nice open source approach.
2504
Thanks Alfonso!. Check out his contributions:</p>
2506
<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1364094&group_id=75348">SF
2507
BUG-1352539</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1208348&group_id=75348&atid=543653">SF
2508
BUG-1208348</a>] With Firefox, no more "fake" selections are appearing
2509
when inserting images, tables, special chars or when using the "insertHtml"
2511
<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543655&aid=1382588&group_id=75348">SF
2512
Patch-1382588</a>] The "FCKConfig.DisableImageHandles" configuration option
2513
is not working on Firefox 1.5. </li>
2514
<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1368586&group_id=75348&atid=543655">SF
2515
Patch-1368586</a>] Some fixes have been applied to the Flash dialog box and the
2516
Flash pre-processor. </li>
2517
<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1360253&group_id=75348&atid=543655">SF
2518
Patch-1360253</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1378782&group_id=75348&atid=543653">SF
2519
BUG-1378782</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1305899&group_id=75348&atid=543653">SF
2520
BUG-1305899</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1344738&group_id=75348&atid=543653">SF
2521
BUG-1344738</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1347808&group_id=75348&atid=543653">SF
2522
BUG-1347808</a>] On dialogs, some fields became impossible
2523
to select or change when using Firefox. It has been fixed. </li>
2524
<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1357445&group_id=75348&atid=543655">SF
2525
Patch-1357445</a>] Add support for DIV in the Format drop-down combo for Firefox.
2527
<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1350465&group_id=75348&atid=543653">SF
2528
BUG-1350465</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1376175&group_id=75348&atid=543653">SF
2529
BUG-1376175</a>] The "Cell Properties" dialog now works correctly
2530
when right-clicking in an object (image, for example) placed inside the cell itself.
2532
<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1349166&group_id=75348&atid=543655">SF
2533
Patch-1349166</a>] On IE, there is now support for namespaces on tags names. </li>
2534
<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1350552&group_id=75348&atid=543655">SF
2535
Patch-1350552</a>] Fix the display issue when applying styles on tables. </li>
2536
<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1352320&group_id=75348&atid=543655">SF
2537
Patch-1352320</a> ] Fixed a wrong usage of the "parentElement"
2538
property on Gecko. </li>
2539
<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1355007&group_id=75348&atid=543655">SF
2540
Patch-1355007</a>] The new "FCKDebug.OutputObject" function is available
2541
to dump all object information in the debug window. </li>
2542
<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1329500&group_id=75348&atid=543655">SF
2543
Patch-1329500</a>] It is now possible to delete table columns when clicking on a
2544
TH cell of the column. </li>
2545
<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1315351&group_id=75348&atid=543655">SF
2546
Patch-1315351</a>] It is now possible to pass the image width and height to the
2547
"SetUrl" function of the Flash dialog box. </li>
2548
<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1327384&group_id=75348&atid=543655">SF
2549
Patch-1327384</a>] TH tags are now correctly handled by the source code formatter
2550
and the "FillEmptyBlocks" configuration option. </li>
2551
<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1327406&group_id=75348&atid=543655">SF
2552
Patch-1327406</a>] Fake borders are now displayed for TH elements on tables with
2553
border set to 0. Also, on Firefox, it will now work even if the border attribute
2554
is not defined and the borders are not dotted. </li>
2555
<li>Hidden fields now get rendered on Firefox. </li>
2556
<li>The BasePath is now included in the debugger URL to avoid problems when calling
2557
it from plugins.</li>
2560
* This version has been partially sponsored by <a target="_blank" href="http://www.alkacon.com">
2561
Alkacon Software</a>.</p>
2565
New Features and Improvements:</p>
2567
<li>The new "<strong>Insert Page Break</strong>" command (for printing) has
2568
been introduced.* </li>
2569
<li>The editor package now has a root directory called "FCKeditor".</li>
2574
<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1326285&group_id=75348&atid=543653">SF
2575
BUG-1326285</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1316430&group_id=75348&atid=543653">SF
2576
BUG-1316430</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1323662&group_id=75348&atid=543653">SF
2577
BUG-1323662</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1326223&group_id=75348&atid=543653">SF
2578
BUG-1326223</a>] We are doing a little step back with this version.
2579
The ENTER and BACKSPACE behavior changes for Firefox have been remove. It is a nice
2580
feature, but we need much more testing on it. It introduced some bugs and so
2581
its preferable to not have that feature, avoiding problems (even if that feature
2582
was intended to solve some issues). </li>
2583
<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1289372&group_id=75348&atid=543653">SF
2584
BUG-1275714</a>] Comments in the beginning of the source are now preserved when
2585
using the "undo" and "redo" commands. </li>
2586
<li>The "undo" and "redo" commands now work for the Style command.
2588
<li>An error in the execution of the pasting commands on Firefox has been fixed. </li>
2589
<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1326184&group_id=75348">SF
2590
BUG-1326184</a>] No strange (invalid) entities are created when using Firefox. Also,
2591
the &nbsp; used by the FillEmptyBlocks setting is maintained even if you disable
2592
the ProcessHTMLEntities setting.</li>
2595
* This version has been partially sponsored by <a target="_blank" href="http://www.acttive.com.br/">
2596
Acctive Software S.A.</a>.</p>
2600
New Features and Improvements:</p>
2602
<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1200328&group_id=75348&atid=543653">SF
2603
BUG-1200328</a>] The editor now offers a way to "protect" part of the
2604
source to remain untouched while editing or changing views. Just use the "FCKConfig.ProtectedSource"
2605
object to configure it and customize to your needs. It is based on regular expressions.
2606
See fckconfig.js for some samples. </li>
2607
<li>The editor now offers native support for <strong>Lasso</strong>. Thanks and welcome to
2608
our new developer Jason Huck. </li>
2609
<li>New language files are available:
2611
<li><strong>Faraose</strong> (by Símin Lassaberg and Helgi Arnthorsson)
2613
<li><strong>Malay</strong> (by Fairul Izham Mohd Mokhlas) </li>
2614
<li><strong>Mongolian</strong> (by Lkamtseren Odonbaatar) </li>
2615
<li><strong>Vietnamese</strong> (by Phan Binh Giang)</li>
2618
<li>A new configurable ColdFusion connector is available. Thanks to Mark Woods.
2619
Many enhancements has been introduced with it. </li>
2620
<li>The PHP connector for the default File Browser now sorts the folders and files names.
2622
<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1289372&group_id=75348&atid=543653">SF
2623
BUG-1289372</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1282758&group_id=75348&atid=543653">SF
2624
BUG-1282758</a>] In the PHP connector it is now possible to set the absolute
2625
(server) path to the User Files directory, avoiding problems with Virtual Directories,
2626
Symbolic Links or Aliases. Take a look at the config.php file. </li>
2627
<li>The ASP.Net uploader (for Quick Uploads) has been added to the package. </li>
2628
<li>A new way to define <strong>simple "combo" toolbar items</strong> , like
2629
Style and Font, has been introduced. Thanks to Steve Lineberry. See
2630
sample06.html and the "simplecommands" plugin to fully understand
2632
<li>A new test case has been added that shows how to set the editor background dynamically
2633
without using a CSS. </li>
2634
<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1155906&group_id=75348&atid=543653">SF
2635
BUG-1155906</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1110116&group_id=75348&atid=543653">SF
2636
BUG-1110116</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1216332&group_id=75348&atid=543653">SF
2637
BUG-1216332</a>] The "AutoDetectPasteFromWord" configuration option
2638
is back (IE only feature). </li>
2639
<li>The new "OnAfterLinkedFieldUpdate" event has been introduced. If
2640
is fired when the editor updates its hidden associated field. </li>
2641
<li>Attention: The color of the right border of the toolbar (left on RTL interfaces)
2642
has been moved from code to the CSS (TB_SideBorder class). Update your custom skins.
2644
<li>A sample "htaccess.txt" file has been added to the editor's package
2645
to show how to configure some Linux sites that could present problems on Firefox
2646
with "Illegal characters" errors. Respectively the ""
2648
<li>With the JavaScript, ASP and PHP integration files, you can set the QueryString
2649
value "fcksource=true" to load the editor using the source files (located
2650
in the _source directory) instead of the compressed ones. Thanks to Kae Verens for
2651
the suggestion. </li>
2652
<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1246623&group_id=75348&atid=543656">SF
2653
Feature-1246623</a>] The new configuration option "ForceStrongEm" has
2654
been introduced so you can force the editor to convert all <B> and <I>
2655
tags to <STRONG> and <EM> respectively. </li>
2656
<li>A nice contribution has been done by Goss Interactive Ltd:
2658
<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1246949&group_id=75348&atid=543653">SF
2659
BUG-1246949</a>] Implemented ENTER key and BACKSPACE key handlers for Gecko so that
2660
P tags (or an appropriate block element) get inserted instead of BR tags when not
2661
in the UseBROnCarriageReturn config mode.
2663
The ENTER key handling has been written to function much the same as the ENTER key
2664
handling on IE : as soon as the ENTER key is pressed, existing content will be wrapped
2665
with a suitable block element (P tag) as appropriate and a new block element (P
2666
tag) will be started.
2668
The ENTER key handler also caters for pressing ENTER within empty list items - ENTER
2669
in an empty item at the top of a list will remove that list item and start a new
2670
P tag above the list; ENTER in an empty item at the bottom of a list will remove
2671
that list item and start a new P tag below the list; ENTER in an empty item in the
2672
middle of a list will remove that list item, split the list into two, and start
2673
a new P tag between the two lists. </li>
2674
<li>Any tables that are found to be incorrectly nested within a block element (P tag)
2675
will be moved out of the block element when loaded into the editor. This is required
2676
for the new ENTER/BACKSPACE key handlers and it also avoids non-compliant HTML.
2678
<li>The InsertOrderedList and InsertUnorderedList commands have been overridden on Gecko
2679
to ensure that block elements (P tags) are placed around a list item's content when
2680
it is moved out of the list due to clicking on the editor's list toolbar buttons
2681
(when not in the UseBROnCarriageReturn config mode). </li>
2688
<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1253255&group_id=75348&atid=543653">SF
2689
BUG-1253255</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1253255&group_id=75348&atid=543653">SF
2690
BUG-1265520</a>] Due to changes on version 2.0, the anchor list was not anymore
2691
visible in the link dialog window. It has been fixed. </li>
2692
<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1242979&group_id=75348">SF
2693
BUG-1242979</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1251354&group_id=75348&atid=543653">SF
2694
BUG-1251354</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1256178&group_id=75348&atid=543653">SF
2695
BUG-1256178</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1274841&group_id=75348&atid=543653">SF
2696
BUG-1274841</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1303949&group_id=75348&atid=543653">SF
2697
BUG-1303949</a>] Due to a bug on Firefox, some keys stopped working
2698
on startup over Firefox. It has been fixed. </li>
2699
<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1251373&group_id=75348&atid=543653">SF
2700
BUG-1251373</a> ] The above fix also has corrected some strange behaviors on
2702
<li>[<a target="_blank" href="https://sourceforge.net/tracker/?group_id=75348&atid=543653&func=detail&aid=1144258">SF
2703
BUG-1144258</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?group_id=75348&atid=543653&func=detail&aid=1092081">SF
2704
BUG-1092081</a>] The File Browsers now run on the same server session used
2705
in the page where the editor is placed in (IE issue). Thanks to Simone Chiaretta.
2707
<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1305619&group_id=75348&atid=543653">SF
2708
BUG-1305619</a> ] No more repeated login dialogs when running the editor with Windows
2709
Integrated Security with IIS. </li>
2710
<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1245304&group_id=75348&atid=543655">SF
2711
Patch-1245304</a>] The Test Case 004 is now working correctly. It has been changed
2712
to set the editor hidden at startup. </li>
2713
<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1290610&group_id=75348&atid=543653">SF
2714
BUG-1290610</a> ] Over HTTPS, there were some warnings when loading the Images,
2715
Flash and Link dialogs. Fixed. </li>
2716
<li>Due to Gecko bugs, two errors were thrown when loading the editor in a hidden div.
2717
Workarounds have been introduced. In any case, the testcase 004 hack is needed when
2718
showing the editor (as in a tabbed interface). </li>
2719
<li>An invalid path in the dialogs CSS file has been corrected. </li>
2720
<li>On IE, the Undo/Redo can now be controlled using the Ctrl+Z and Ctrl+Y shortcut
2722
<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1295538&group_id=75348&atid=543653">SF
2723
BUG-1295538</a> ] A few Undo/Redo fixes for IE have been done. </li>
2724
<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1247070&group_id=75348&atid=543653">SF
2725
BUG-1247070</a>] On Gecko, it is now possible to use the shortcut keys for Bold
2726
(CTRL+B), Italic (CTRL+I) and Underline (CTRL+U), like in IE. </li>
2727
<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1274303&group_id=75348&atid=543653">SF
2728
BUG-1274303</a>] The "Insert Column" command is now working correctly
2729
on TH cells. It also copies any attribute applied to the source cells. </li>
2730
<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1287070&group_id=75348&atid=543655">SF
2731
Patch-1287070</a> ] In the Universal Keyboard, the Arabic keystrokes translator
2732
is now working with Firefox. Thanks again to Abdul-Aziz Al-Oraij. </li>
2733
<li>The editor now handles AJAX requests with HTTP status 304. </li>
2734
<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1157780&group_id=75348&atid=543653">SF
2735
BUG-1157780</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1229077&group_id=75348&atid=543653">SF
2736
BUG-1229077</a>] Weird comments are now handled correctly (ignored on some cases).
2738
<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1155774&group_id=75348&atid=543653">SF
2739
BUG-1155774</a>] A spelling error in the Bulleted List Properties dialog has been
2741
<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1272018&group_id=75348&atid=543653">SF
2742
BUG-1272018</a>] The ampersand character can now be added from the Special Chars
2744
<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1263161&group_id=75348&atid=543653">SF
2745
BUG-1263161</a>] A small fix has been applied to the sampleposteddata.php file.
2746
Thanks to Mike Wallace. </li>
2747
<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1241504&group_id=75348&atid=543653">SF
2748
BUG-1241504</a>] The editor now looks also for the ID of the hidden linked field.
2750
<li>The caption property on tables is now working on Gecko. Thanks to Helen Somers (Goss
2751
Interactive Ltd). </li>
2752
<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1297431&group_id=75348&atid=543653">SF
2753
BUG-1297431</a>] With IE, the editor now works locally when its files are placed
2754
in a directory path that contains spaces. </li>
2755
<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1279551&group_id=75348&atid=543653">SF
2756
BUG-1279551</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1242105&group_id=75348&atid=543653">SF
2757
BUG-1242105</a>] On IE, some features are dependant of ActiveX components (secure...
2758
distributed with IE itself). Some security setting could avoid the usage of
2759
those components and the editor would stop working. Now a message is shown, indicating
2760
the use the minimum necessary settings need by the editor to run. </li>
2761
<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1298880&group_id=75348&atid=543653">SF
2762
BUG-1298880</a>] Firefox can't handle the STRONG and EM tags. Those tags are now
2763
converted to B and I so it works accordingly. </li>
2764
<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1271723&group_id=75348&atid=543653">SF
2765
BUG-1271723</a>] On IE, it is now possible to select the text and work correctly
2766
in the contents of absolute positioned/dimensioned divs. </li>
2767
<li>On IE, there is no need to click twice in the editor to activate the cursor
2768
in the editing area. </li>
2769
<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1221621&group_id=75348">SF
2770
BUG-1221621</a>] Many "warnings" in the Firefox console are not thrown
2772
<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1295526&group_id=75348&atid=543653">SF
2773
BUG-1295526</a>] While editing on "FullPage" mode the basehref is
2774
now active for CSS "link" tags. </li>
2775
<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1222584&group_id=75348&atid=543655">SF
2776
Patch-1222584</a>] A small fix to the PHP connector has been applied. </li>
2777
<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1281313&group_id=75348&atid=543655">SF
2778
Patch-1281313</a>] A few small changes to avoid problems with Plone. Thanks to Jean-mat.
2780
<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1275911&group_id=75348&atid=543653">SF
2781
BUG-1275911</a>] A check for double dots sequences on directory names on creation
2782
has been introduced to the PHP and ASP connectors.</li>
2787
New Features and Improvements:</p>
2789
<li>The new "<strong>Flash</strong>" command is available. Now you can
2790
easily handle Flash content, over IE and Gecko, including server browser integration
2791
and context menu support. Due to limitations of the browsers, it is not possible
2792
to see the preview of the movie while editing, so a nice "placeholder"
2793
is used instead. * </li>
2794
<li>A "<strong>Quick Upload</strong> " option is now available in the
2795
link, image and flash dialog windows, so the user don't need to go (or have) the
2796
File Browser for this operations. The ASP and PHP uploader are included. Take
2797
a look at the configuration file.*** </li>
2798
<li>Added support for <strong>Active FoxPro Pages</strong> . Thanks to our new developer,
2799
Sönke Freitag. </li>
2800
<li>It is now possible to <strong>disable the size handles</strong> for images and tables
2801
(IE only feature). Take a look at the DisableImageHandles and DisableTableHandles
2802
configuration options. </li>
2803
<li>The handles on form fields (small squares around them) and the inline editing
2804
of its contents have been disabled. This makes it easier to users to use
2806
<li>A much better support for Word pasting operations has been introduced. Now it uses
2807
a dialog box, in this way we have better results and more control.** </li>
2808
<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1225372&group_id=75348&atid=543655">SF
2809
Patch-1225372</a>] A small change has been done to the PHP integration file. The
2810
generic __construct constructor has been added for better PHP 5 sub-classing compatibility
2811
(backward compatible). Thanks to Marcus Bointon.</li>
2816
<li>ATTENTION: Some security changes have been made to the connectors. Now you must
2817
explicitly enable the connector you want to use. Please test your application before
2818
deploying this update. </li>
2819
<li>[<a target="_blank" href="http://sourceforge.net/tracker/?group_id=75348&atid=543653&func=detail&aid=1211591">SF
2820
BUG-1211591</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1204273&group_id=75348&atid=543653">SF
2821
BUG-1204273</a>] The connectors have been changed so it is not possible to use
2822
".." on directory names. </li>
2823
<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1219734&group_id=75348&atid=543655">SF
2824
Patch-1219734</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1219728&group_id=75348&atid=543653">SF
2825
BUG-1219728</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1208654&group_id=75348&atid=543653">SF
2826
BUG-1208654</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1205442&group_id=75348&atid=543653">SF
2827
BUG-1205442</a>] There was an error in the page unload on some cases
2828
that has been fixed. </li>
2829
<li>[<a target="_blank" href="http://sourceforge.net/tracker/?group_id=75348&atid=543653&func=detail&aid=1209708">SF
2830
BUG-1209708</a>] [<a target="_blank" href="http://sourceforge.net/tracker/?group_id=75348&atid=543653&func=detail&aid=1214125">SF
2831
BUG-1214125</a>] The undo on IE is now working correctly when the user starts
2833
<li>The preview now loads "Full Page" editing correctly. It also uses the
2834
same XHTML code produced by the final output. </li>
2835
<li>The "Templates" dialog was not working on some very specific (and strange)
2836
occasions over IE. </li>
2837
<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1199631&group_id=75348">SF
2838
BUG-1199631</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1171944&group_id=75348&atid=543653">SF
2839
BUG-1171944</a>] A new option is available to avoid a bad IE behavior that shows
2840
the horizontal scrollbar even when not needed. You can now force the vertical scrollbar
2841
to be always visible. Just set the "IEForceVScroll" configuration option
2842
to "true". Thanks to Grant Bartlett. </li>
2843
<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1212026&group_id=75348&atid=543655">SF
2844
Patch-1212026</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1228860&group_id=75348&atid=543653">SF
2845
BUG-1228860</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1211775&group_id=75348&atid=543653">SF
2846
BUG-1211775</a>] [<a target="_blank" href="http://sourceforge.net/tracker/?group_id=75348&atid=543653&func=detail&aid=1199824">SF
2847
BUG-1199824</a>] An error in the Packager has been corrected. </li>
2848
<li>[<a target="_blank" href="http://sourceforge.net/tracker/?group_id=75348&atid=543653&func=detail&aid=1163669">SF
2849
BUG-1163669</a>] The XHTML processor now adds a space before the closing slash of
2850
tags that don't have a closing tag, like <br />. </li>
2851
<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1213733&group_id=75348&atid=543653">SF
2852
BUG-1213733</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1216866&group_id=75348&atid=543653">SF
2853
BUG-1216866</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1209673&group_id=75348&atid=543653">SF
2854
BUG-1209673</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1155454&group_id=75348&atid=543653">SF
2855
BUG-1155454</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1187936&group_id=75348&atid=543653">SF
2856
BUG-1187936</a> ] Now, on Gecko, the source is opened in a
2857
dialog window to avoid fatal errors (Gecko bugs). </li>
2858
<li>Some pages have been changed to avoid importing errors on Plone. Thanks to Arthur
2860
<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1171606&group_id=75348&atid=543653">SF
2861
BUG-1171606</a>] There is a bug on IE that makes the editor to not work if
2862
the instance name matches a meta tag name. Fixed. </li>
2863
<li>On Firefox, the source code is now opened in a dialog box, to avoid error on pages
2864
with more than one editor. </li>
2865
<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1225703&group_id=75348&atid=543655">SF
2866
Patch-1225703</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1214941&group_id=75348&atid=543653">SF
2867
BUG-1214941</a>] The "ForcePasteAsPlainText" configuration option
2868
is now working correctly on Gecko browsers. Thanks to Manuel Polo. </li>
2869
<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1228836&group_id=75348&atid=543653">SF
2870
BUG-1228836</a>] The "Show Table Borders" feature is now working on Gecko
2872
<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1212529&group_id=75348&atid=543655">SF
2873
Patch-1212529</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1212517&group_id=75348&atid=543653">SF
2874
BUG-1212517</a>] The default File Browser now accepts connectors with querystring
2875
parameters (with "?"). Thanks to Tomas Jucius. </li>
2876
<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1233318&group_id=75348&atid=543653">SF
2877
BUG-1233318</a>] A JavaScript error thrown when using the Print command has been
2879
<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1229696&group_id=75348&atid=543653">SF
2880
BUG-1229696</a>] A regular expression has been escaped to avoid problems when opening
2881
the code in some editors. It has been moved to a dialog window. </li>
2882
<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1231978&group_id=75348&atid=543653">SF
2883
BUG-1231978</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1228939&group_id=75348&atid=543653">SF
2884
BUG-1228939</a>] The Preview window is now using the Content Type and Base href.
2886
<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1232056&group_id=75348&atid=543653">SF
2887
BUG-1232056</a>] The anchor icon is now working correctly on IE. </li>
2888
<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1232056&group_id=75348&atid=543653">SF
2889
BUG-1202468</a>] The anchor icon is now available on Gecko too. </li>
2890
<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1236279&group_id=75348&atid=543653">SF
2891
BUG-1236279</a>] A security warning has been corrected when using the File Browser
2893
<li>The ASP implementation now avoid errors when setting the editor value to null values.
2895
<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1237359&group_id=75348&atid=543653">SF
2896
BUG-1237359</a>] The trailing <BR> added by Gecko at the end of the source
2897
is now removed. </li>
2898
<li>[<a target="_blank" href="http://sourceforge.net/tracker/?group_id=75348&atid=543653&func=detail&aid=1170828">SF
2899
BUG-1170828</a>] No more &nbsp; is added to the source when using the "New
2900
Page" button. </li>
2901
<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1165264&group_id=75348&atid=543653">SF
2902
BUG-1165264</a>] A new configuration option has been included to force the
2903
editor to ignore empty paragraph values (<p>&nbsp;</p>), returning
2904
empty (""). </li>
2905
<li>No more &nbsp; is added when creating a table or adding columns, rows or cells.
2907
<li>The <TD> tags are now included in the FillEmptyBlocks configuration handling.
2909
<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1224829&group_id=75348&atid=543653">SF
2910
BUG-1224829</a>] A small bug in the "Find" dialog has been fixed. </li>
2911
<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1221307&group_id=75348&atid=543653">SF
2912
BUG-1221307</a>] A small bug in the "Image" dialog has been fixed. </li>
2913
<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1219981&group_id=75348&atid=543653">SF
2914
BUG-1219981</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1155726&group_id=75348&atid=543653">SF
2915
BUG-1155726</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1178473&group_id=75348&atid=543653">SF
2916
BUG-1178473</a>] It is handling the <FORM>, <TEXTAREA> and <SELECT>
2917
tags "name" attribute correctly. Thanks to thc33. </li>
2918
<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1205403&group_id=75348&atid=543653">SF
2919
BUG-1205403</a>] The checkbox and radio button values are now handled correctly
2920
in their dialog windows. Thanks to thc33. </li>
2921
<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1236626&group_id=75348&atid=543653">SF
2922
BUG-1236626</a>] The toolbar now doesn't need to collapse when unloading the page
2924
<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1212559&group_id=75348&atid=543653">SF
2925
BUG-1212559</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1017231&group_id=75348&atid=543653">SF
2926
BUG-1017231</a>] The "Save" button now calls the "onsubmit"
2927
event before posting the form. The submit can be cancelled if the onsubmit returns
2928
"false". </li>
2929
<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1215823&group_id=75348&atid=543653">SF
2930
BUG-1215823</a>] The editor now works correctly on Firefox if it values is set to
2931
"<p></p>". </li>
2932
<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1217546&group_id=75348&atid=543653">SF
2933
BUG-1217546</a>] No error is thrown when "pasting as plain text" and no
2934
text is available for pasting (as an image for example). </li>
2935
<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1207031&group_id=75348&atid=543653">SF
2936
BUG-1207031</a>] [<a target="_blank" href="http://sourceforge.net/tracker/?group_id=75348&atid=543653&func=detail&aid=1223978">SF
2937
BUG-1223978</a>] The context menu is now available in the source view. </li>
2938
<li>[<a target="_blank" href="http://sourceforge.net/tracker/?group_id=75348&atid=543653&func=detail&aid=1213871">SF
2939
BUG-1213871</a>] Undo has been added to table creation and table operation commands.
2941
<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1205211&group_id=75348&atid=543653">SF
2942
BUG-1205211</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1229941&group_id=75348&atid=543653">SF
2943
BUG-1229941</a>] Small bug in the mcpuk file browser have been corrected.</li>
2946
* This version has been partially sponsored by <a target="_blank" href="http://www.infineon.com/">
2947
Infineon Technologies AG</a>.<br />
2948
** This version has been partially sponsored by <a href="http://www.visualsoft.co.uk">
2949
Visualsoft</a> <a href="http://www.visualsoft.co.uk/websolutions.html">Web Solutions</a>.<br />
2950
*** This version has been partially sponsored by <a target="_blank" href="http://www.webcrossing.com">
2951
Web Crossing, Inc</a>.</p>
2953
Version 2.0 FC (Final Candidate)</h3>
2955
New Features and Improvements:</p>
2957
<li>A new tab called "<strong>Link</strong>" is available in the<strong> Image
2958
Dialog</strong> window. In this way you can insert or modify the image link directly
2959
from that dialog.* </li>
2960
<li>The new "<strong>Templates</strong>" command is now available. Now the
2961
user can select from a list of pre-build HTML and fill the editor with it. Take
2962
a look at the "_docs" for more info.** </li>
2963
<li>The <a target="_blank" href="http://mcpuk.net/fbxp/">mcpuk's</a> File Browser for
2964
PHP has been included in the package. He became the official developer of the File
2965
Manager for FCKeditor, so we can expect good news in the future. </li>
2966
<li>New configuration options are available to <strong>hide tabs</strong> from the <strong>
2967
Image</strong> Dialog and <strong>Link</strong> Dialog windows: LinkDlgHideTarget,
2968
LinkDlgHideAdvanced, ImageDlgHideLink and ImageDlgHideAdvanced. </li>
2969
<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1189442&group_id=75348&atid=543653">SF
2970
BUG-1189442</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1187164&group_id=75348&atid=543653">SF
2971
BUG-1187164</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1185905&group_id=75348&atid=543653">SF
2972
BUG-1185905</a>] It is now possible to configure the editor to <strong>not convert Greek</strong>
2973
or special <strong>Latin </strong>letters to ther specific HTML entities. You
2974
can also configure it to not convert any character at all. Take a look at the "ProcessHTMLEntities",
2975
"IncludeLatinEntities" and "IncludeGreekEntities" configuration
2977
<li>New language files are available:
2979
<li><strong>Basque</strong> (by Ibon Igartua) </li>
2980
<li><strong>English (Australia / United Kingdom)</strong> (by Christopher Dawes) </li>
2981
<li><strong>Ukrainian</strong> (by Alexander Pervak)</li>
2984
<li>The version and date information have been removed from the files headers to avoid
2985
unecessary diffs in source control systems when new versions are released (from
2987
<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1159854&group_id=75348&atid=543655">SF
2988
Patch-1159854</a>] Ther HTML output rendered by the server side integration files
2989
are now XHTML compatible. </li>
2990
<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1181823&group_id=75348&atid=543653">SF
2991
BUG-1181823</a>] It is now possible to set the desired DOCTYPE to use when edit
2992
HTML fragments (not in Full Page mode). </li>
2993
<li>There is now an optional way to implement different "mouse over" effects
2994
to the buttons when they are "on" of "off".</li>
2999
<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1162200&group_id=75348&atid=543653">SF
3000
BUG-1162200</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1161633&group_id=75348&atid=543653">SF
3001
BUG-1161633</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1050293&group_id=75348&atid=543653">SF
3002
BUG-1050293</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1058948&group_id=75348&atid=543653">SF
3003
BUG-1058948</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1109120&group_id=75348&atid=543653">SF
3004
BUG-1109120</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1155408&group_id=75348&atid=543653">SF
3005
BUG-1155408</a>] The IE memory leak bug has been solved. The
3006
code has been completely reviewed and many memory usage improvements have been done.
3008
<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1179645&group_id=75348&atid=543653">SF
3009
BUG-1179645</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1183252&group_id=75348&atid=543653">SF
3010
BUG-1183252</a> ] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1166779&group_id=75348&atid=543653">SF
3011
BUG-1181647</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1155627&group_id=75348&atid=543653">SF
3012
BUG-1155627</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1155782&group_id=75348&atid=543653">SF
3013
BUG-1155782</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1155750&group_id=75348&atid=543653">SF
3014
BUG-1155750</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1157166&group_id=75348&atid=543653">SF
3015
BUG-1157166</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1157857&group_id=75348&atid=543653">SF
3016
BUG-1157857</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1158121&group_id=75348&atid=543653">SF
3017
BUG-1158121</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1177153&group_id=75348&atid=543653">SF
3018
BUG-1177153</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1175847&group_id=75348&atid=543653">SF
3019
BUG-1175847</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1155747&group_id=75348&atid=543653">SF
3020
BUG-1155747</a>] There was a loading
3021
problem in Gecko browsers in some cases. It has been solved. </li>
3022
<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1161147&group_id=75348&atid=543653">SF
3023
BUG-1161147</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1157635&group_id=75348&atid=543653">SF
3024
BUG-1157635</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1149805&group_id=75348&atid=543653">SF
3025
BUG-1149805</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1124600&group_id=75348&atid=543653">SF
3026
BUG-1124600</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1117535&group_id=75348&atid=543653">SF
3027
BUG-1117535</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1118145&group_id=75348&atid=543653">SF
3028
BUG-1118145</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1098113&group_id=75348&atid=543653">SF
3029
BUG-1098113</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1092272&group_id=75348&atid=543653">SF
3030
BUG-1092272</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1086416&group_id=75348&atid=543653">SF
3031
BUG-1086416</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1027952&group_id=75348&atid=543653">SF
3032
BUG-1027952</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=978441&group_id=75348&atid=543653">SF
3033
BUG-978441</a> ] A custom Undo/Redo system
3034
has been implemented for IE. </li>
3035
<li>The editor startup execution is now made in the right order (so configurations override
3036
works correctly). </li>
3037
<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1166779&group_id=75348&atid=543653">SF
3038
BUG-1166779</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1166651&group_id=75348&atid=543653">SF
3039
BUG-1166651</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1066198&group_id=75348&atid=543653">SF
3040
BUG-1066198</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1090388&group_id=75348&atid=543653">SF
3041
BUG-1090388</a> ] No more "illegible" characters in the
3042
toolbar when "ClearType" is active. </li>
3043
<li>It is now possible to set the "width" style of the BODY tag in the EditorAreaCSS
3044
to limit the editing area size. </li>
3045
<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1113620&group_id=75348&atid=543653">SF
3046
BUG-1113620</a>] In IE, the editor doesn't generate new entries in the browser history
3048
<li>The editor now uses the same method used on version RC2 to load its contents on
3049
Gecko. It is now possible to have more than one editor in the page. This change
3050
has a negative impact: the BaseHref property is not working. </li>
3051
<li>Changes have been made to make the editor work with PHP versions older than 2.1.0.
3053
<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1190835&group_id=75348&atid=543653">SF
3054
BUG-1190835</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1196547&group_id=75348">SF
3055
BUG-1196547</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1156863&group_id=75348&atid=543653">SF
3056
BUG-1156863</a>] The "Insert Horizontal Line" command is now working
3057
correctly. Thanks to Hector Raul Colonia Coral. </li>
3058
<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1101861&group_id=75348&atid=543653">SF
3059
BUG-1101861</a>] The editor now shows a normal textarea correctly (as expected)
3060
on Safari browsers (and all "like Gecko" browsers). Thanks to Bob Paul.
3062
<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1182224&group_id=75348&atid=543653">SF
3063
BUG-1182224</a>] The PHP connector can now handle file extensions in upper case, like
3064
JPG or Gif, correctly. Thanks to Georg Ivancsic. </li>
3065
<li>The "sample06.html" is now working correctly with Gecko browsers. </li>
3066
<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1156660&group_id=75348&atid=543653">SF
3067
BUG-1156660</a>] Some fixes have been applied to the Universal Keyboard. Thanks
3068
to Abdul-Aziz Al-Oraij. </li>
3069
<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1192881&group_id=75348&atid=543653">SF
3070
BUG-1192881</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1185006&group_id=75348&atid=543653">SF
3071
BUG-1185006</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1156068&group_id=75348&atid=543653">SF
3072
BUG-1156068</a>] The "Browse Server" button is now working correctly
3073
for the Background Image in the "Document Properties" dialog window (full
3074
page editing). The active "BaseHref" is also set to the preview window.
3076
<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1191704&group_id=75348&atid=543653">SF
3077
BUG-1191704</a>] Invalid HTML tags (according to the W3C naming standards for XHTML)
3078
are ignored with no errors. </li>
3079
<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1185911&group_id=75348&atid=543653">SF
3080
BUG-1185911</a>] The Greek language file name has been corrected to "el.js".
3082
<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1181572&group_id=75348&atid=543653">SF
3083
BUG-1181572</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1158421&group_id=75348&atid=543653">SF
3084
BUG-1158421</a>] The "Print" button is now active on startup. </li>
3085
<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1181572&group_id=75348&atid=543653">SF
3086
BUG-1165219</a>] No error occours when the user defines just one color to the FontColors
3087
on "in page" configurations. </li>
3088
<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1162957&group_id=75348&atid=543653">SF
3089
BUG-1162957</a>] The small problem with Zope (ZPT) has been solved. </li>
3090
<li>Some small RTL / LTR corrections has been done in the interface and the Farsi language
3091
has been added to the Universal Keyboard. Thanks to Silver Baghdasarian.</li>
3094
* This version has been partially sponsored by the <a href="http://www.hamilton.edu">
3095
Hamilton College</a>.<br />
3096
** This version has been partially sponsored by <a target="_blank" href="http://www.infineon.com/">
3097
Infineon Technologies AG</a>.</p>
3099
Version 2.0 RC3 (Release Candidate 3)</h3>
3101
New Features and Improvements:</p>
3103
<li>The editor now offers native <strong>Perl integration</strong>! Thanks and welcome
3104
to Takashi Yamaguchi, our official Perl developer. </li>
3105
<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1026584&group_id=75348&atid=543656">SF
3106
Feature-1026584</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1112692&group_id=75348&atid=543656">SF
3107
Feature-1112692</a>] <strong>Formatting </strong>has been introduced to the
3108
<strong>Source View</strong>. The output HTML can also be formatted. You can choose
3109
to use spaces or tab for indentation. See the configuration file. </li>
3110
<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1031492&group_id=75348&atid=543656">SF
3111
Feature-1031492</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1004293&group_id=75348&atid=543656">SF
3112
Feature-1004293</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=784281&group_id=75348&atid=543656">SF
3113
Feature-784281</a>] It is now possible to edit <strong>full HTML pages</strong>
3114
with the editor. Use the "FullPage" configuration setting to activate
3116
<li>The new toolbar command, "<strong>Document Properties</strong>" is
3117
available to edit document header info, title, colors, background, etc... Full page
3118
editing must be enabled. </li>
3119
<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1151448&group_id=75348&atid=543656">SF
3120
Feature-1151448</a>] <strong>Spell Check</strong> is now available. You can use
3121
<strong>ieSpell</strong> or <strong>Speller Pages</strong> right from FCKeditor.
3122
More info about configuration can be found in the _docs folder. </li>
3123
<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1041686&group_id=75348&atid=543656">SF
3124
Feature-1041686</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1086386&group_id=75348&atid=543656">SF
3125
Feature-1086386</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1124602&group_id=75348&atid=543656">SF
3126
Feature-1124602</a>] New "<strong>Insert Anchor</strong>" command
3127
has been introduced. (The anchor icon is visible only over IE for now). </li>
3128
<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1123816&group_id=75348&atid=543656">SF
3129
Feature-1123816</a>] It is now possible to configure the editor to <strong>show "fake"
3130
table borders</strong> when the border size is set to zero. (It is working only
3131
on IE for now). </li>
3132
<li><strong>Numbered</strong> and <strong>Bulleted</strong> lists can now be <strong>
3133
configured</strong> . Just right click on then. </li>
3134
<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1088608&group_id=75348&atid=543656">SF
3135
Feature-1088608</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1144047&group_id=75348&atid=543656">SF
3136
Feature-1144047</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1149808&group_id=75348&atid=543656">SF
3137
Feature-1149808</a>] A new configuration setting is available, "<strong>BaseHref</strong>
3138
", to set the URL used to resolve relative links. </li>
3139
<li>It is now possible to set the <strong>content language direction</strong> .
3140
See the "FCKConfig.ContentLangDirection" configurations setting. </li>
3141
<li>All <strong>Field Commands</strong> available on version 1.6 have been upgraded
3142
and included in this version: <strong>form</strong>, <strong>checkbox</strong>,
3143
<strong>radio button</strong>, <strong>text field</strong>, text <strong>area</strong>,
3144
<strong>select field</strong>, <strong>button</strong>, <strong>image button</strong>
3145
and <strong>hidden field</strong> . </li>
3146
<li><strong>Context menu</strong> options (right-click) has been added for: <strong>
3147
anchors</strong>, <strong>select field</strong>, <strong>textarea</strong>, <strong>
3148
checkbox</strong>, <strong>radio button</strong>, <strong>text field</strong>,
3149
<strong>hidden field</strong>, <strong>textarea</strong>, <strong>button</strong>,
3150
<strong>image button</strong>, <strong>form</strong>, <strong>bulleted list</strong>
3151
and <strong>numbered list</strong> . </li>
3152
<li>The "<strong>Universal Keyboard</strong>" has been converted from version
3153
1.6 to this one and it's now available. </li>
3154
<li>It is now possible to <strong>configure</strong> the items to be shown in the <strong>
3155
context menu</strong> . Just use the FCKConfig.ContextMenu option at fckconfig.js.
3157
<li>A new configuration (FillEmptyBlocks) is available to force the editor to <strong>
3158
automatically insert a &nbsp;</strong> on empty block elements (p, div, pre,
3159
h1, etc...) to avoid differences from the editing and the final result. (Actually,
3160
the editor automatically "grows" empty elements to make the user able
3161
to enter text on it). Attention: the extra &nbsp; will be added when switching
3162
from WYSIWYG to Source View, so the user may see an additional space on empty blocks.
3163
(XHTML support must be enabled). </li>
3164
<li>It is now possible to configure the <strong>toolbar</strong> to "<strong>break</strong>
3165
" between two toolbar strips. Just insert a "/" between then. Take
3166
a look at fckconfig.js for a sample. </li>
3167
<li>New Language files are available:
3169
<li><strong>Brazilian Portuguese</strong> (by Carlos Alberto Tomatis Loth) </li>
3170
<li><strong>Bulgarian</strong> (by Miroslav Ivanov) </li>
3171
<li><strong>Esperanto</strong> (by Tim Morley) </li>
3172
<li><strong>Galician</strong> (by Fernando Riveiro Lopez) </li>
3173
<li><strong>Japanese</strong> ( by Takashi Yamaguchi) </li>
3174
<li><strong>Persian</strong> (by Hamed Taj-Abadi) </li>
3175
<li><strong>Romanian</strong> (by Adrian Nicoara) </li>
3176
<li><strong>Slovak</strong> (by Gabriel Kiss) </li>
3177
<li><strong>Thai </strong>(by Audy Charin Arsakit) </li>
3178
<li><strong>Turkish</strong> (by Reha Biçer) </li>
3179
<li>The Chinese Traditional has been set as the default (zn) instead of zn-tw.</li>
3182
<li>Warning: All toolbar image images have been changed. The "button." prefix
3183
has been removed. If you have your custom skin, please rename your files. </li>
3184
<li>A new plugin is available in the package: "<strong>Placeholders</strong>".
3185
In this way you can insert non editable tags in your document to be processed on
3186
server side (very specific usage). </li>
3187
<li>The ASPX files are no longer available in this package. They have been moved to
3188
the FCKeditor.Net package. In this way the ASP.Net integration is much better organized.
3190
<li>The FCKeditor.Packager program is now part of the main package. It is not anymore distributed
3192
<li>The PHP connector now sets the uploaded file permissions (chmod) to 0777. </li>
3193
<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1090215&group_id=75348&atid=543655">SF
3194
Patch-1090215</a>] It's now possible to give back more info from your custom image
3195
browser calling the SetUrl( url [, width] [, height] [, alt] ). Thanks to Ben Noblet.
3197
<li>The package files now maintain their original "Last Modified" date, so
3198
incremental FTP uploads can be used to update to new versions of the editor
3199
(from now on). </li>
3200
<li>The "Source" view now forces its contents to be written in "Left
3201
to Right" direction even when the editor interface language is running a RTL
3202
language (like Arabic, Hebrew or Persian). </li>
3207
<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1124220&group_id=75348&atid=543653">SF
3208
BUG-1124220</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1119894&group_id=75348&atid=543653">SF
3209
BUG-1119894</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1090986&group_id=75348&atid=543653">SF
3210
BUG-1090986</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1100408&group_id=75348&atid=543653">SF
3211
BUG-1100408</a>] The editor now works correctly when starting with an
3212
empty value and switching to the Source mode. </li>
3213
<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1119380&group_id=75348&atid=543653">SF
3214
BUG-1119380</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1115750&group_id=75348&atid=543653">SF
3215
BUG-1115750</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1101808&group_id=75348&atid=543653">SF
3216
BUG-1101808</a>] The problem with the scrollbar and the toolbar combos (Style,
3217
Font, etc...) over Mac has been fixed. </li>
3218
<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1098460&group_id=75348&atid=543653">SF
3219
BUG-1098460</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1076544&group_id=75348&atid=543653">SF
3220
BUG-1076544</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1077845&group_id=75348&atid=543653">SF
3221
BUG-1077845</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1092395&group_id=75348&atid=543653">SF
3222
BUG-1092395</a>] A new upload class has been included for the ASP File
3223
Manager Connector. It uses the "ADODB.Stream" object. Many thanks to "NetRube".
3225
<li>I small correction has been made to the ColdFusion integration files. Thanks to
3226
Hendrik Kramer. </li>
3227
<li>There was a very specific problem when the editor was running over a FRAME executed
3228
on another domain. </li>
3229
<li>The performance problem on Gecko while typing quickly has been solved. </li>
3230
<li>The <br type= "_moz">is not anymore shown on XHTML source. </li>
3231
<li>It has been introduced a mechanism to avoid automatic contents duplication on very
3232
specific occasions (bad formatted HTML). </li>
3233
<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1146407&group_id=75348&atid=543653">SF
3234
BUG-1146407</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1145800&group_id=75348&atid=543653">SF
3235
BUG-1145800</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1118803&group_id=75348&atid=543653">SF
3236
BUG-1118803</a> ] Other issues in the XHTML processor have been solved.
3238
<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1143969&group_id=75348&atid=543653">SF
3239
BUG-1143969</a>] The editor now accepts the "accept-charset" attribute
3240
in the FORM tag (IE specific bug). </li>
3241
<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1122742&group_id=75348&atid=543653">SF
3242
BUG-1122742</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1089548&group_id=75348&atid=543653">SF
3243
BUG-1089548</a> ] Now, the contents of the SCRIPT and STYLE tags remain untouched.
3245
<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1114748&group_id=75348&atid=543653">SF
3246
BUG-1114748</a>] The PHP File Manager Connector now sets the new folders permissions
3247
(chmod) to 0777 correctly. </li>
3248
<li>The PHP File Manager Connector now has a configuration file (editor/filemanager/browser/default/connectors/php/config.php)
3249
to set some security preferences. </li>
3250
<li>The ASP File Manager Connector now has a configuration file (editor/filemanager/browser/default/connectors/asp/config.asp)
3251
to set some security preferences. </li>
3252
<li>A small bug in the toolbar rendering (strips auto position) has been corrected.
3254
<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1093732&group_id=75348&atid=543653">SF
3255
BUG-1093732</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1091377&group_id=75348&atid=543653">SF
3256
BUG-1091377</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1083044&group_id=75348&atid=543653">SF
3257
BUG-1083044</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1096307&group_id=75348&atid=543653">SF
3258
BUG-1096307</a>] The configurations are now encoded so a user can use
3259
values that has special chars (&=/). </li>
3260
<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1103688&group_id=75348&atid=543653">SF
3261
BUG-1103688</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1092331&group_id=75348&atid=543653">SF
3262
BUG-1092331</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1088220&group_id=75348&atid=543653">SF
3263
BUG-1088220</a>] PHP samples now use PHP_SELF to automatically discover
3264
the editor's base path. </li>
3265
<li>Some small wrapping problems with some labels in the Image and Table dialog windows
3266
have been fixed. </li>
3267
<li>All .js files are now encoded in UTF-8 format with the BOM (byte order mask) to
3268
avoid some errors on specific Linux installations. </li>
3269
<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1114449&group_id=75348&atid=543653">SF
3270
BUG-1114449</a>] The editor packager program has been modified so now it is possible
3271
to use the source files to run the editor as described in the documentation. The
3272
new packager must be downloaded. </li>
3273
<li>A small problem with the editor focus while in source mode has been corrected.
3274
Thanks to Eric (ric1607). </li>
3275
<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1108167&group_id=75348&atid=543653">SF
3276
BUG-1108167</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1085149&group_id=75348&atid=543653">SF
3277
BUG-1085149</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1151296&group_id=75348&atid=543653">SF
3278
BUG-1151296</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1082433&group_id=75348&atid=543653">SF
3279
BUG-1082433</a>] No more IFRAMEs without src attribute. Now it points
3280
to a blank page located in the editor's package. In this way we avoid security warnings
3281
when using the editor over HTTPS. Thanks to Guillermo Bozovich. </li>
3282
<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1117779&group_id=75348&atid=543653">SF
3283
BUG-1117779</a>] The editor now works well if you have more than one element named
3284
"submit" on its form (even if it is not correct to have this situation).
3286
<li>The XHTML processor was duplicating the text on some specific situation. It has
3288
<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1090213&group_id=75348&atid=543655">SF
3289
Patch-1090213</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1098929&group_id=75348&atid=543653">SF
3290
Patch-1098929</a>] With ASP, the editor now works correctly on pages using "Option
3291
Explicit". Thanks to Ben Noblet. </li>
3292
<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1100759&group_id=75348&atid=543653">SF
3293
BUG-1100759</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1029125&group_id=75348&atid=543653">SF
3294
BUG-1029125</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=966130&group_id=75348&atid=543653">SF
3295
BUG-966130</a>] The editor was not working with old IE 5.5 browsers. There
3296
was a problem with the XML parser. It has been fixed. </li>
3297
<li>The localization engine is now working correctly over IE 5.5 browsers. </li>
3298
<li>Some commands where not working well over IE 5.5 (emoticons, image,...). It has
3300
<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1146441&group_id=75348&atid=543653">SF
3301
BUG-1146441</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1149777&group_id=75348&atid=543653">SF
3302
BUG-1149777</a>] The editor now uses the TEXTAREA id in the ReplaceTextarea
3303
function. If the id is now found, it uses the "name". The docs have been
3305
<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1144297&group_id=75348&atid=543653">SF
3306
BUG-1144297</a>] Some corrections have been made to the Dutch language file. Thanks
3307
to Erwin Dondorp. </li>
3308
<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1121365&group_id=75348&atid=543653">SF
3309
BUG-1121365</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1090102&group_id=75348&atid=543653">SF
3310
BUG-1090102</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1152171&group_id=75348&atid=543653">SF
3311
BUG-1152171</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1102907&group_id=75348&atid=543653">SF
3312
BUG-1102907</a>] There is no problem now to start the editor with values
3313
like "<div></div>" or "<p></p>". </li>
3314
<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1114059&group_id=75348&atid=543653">SF
3315
BUG-1114059</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1041861&group_id=75348&atid=543653">SF
3316
BUG-1041861</a>] The click on the disabled options in the Context Menu has no
3318
<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1152617&group_id=75348&atid=543653">SF
3319
BUG-1152617</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1102441&group_id=75348&atid=543653">SF
3320
BUG-1102441</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1095312&group_id=75348&atid=543653">SF
3321
BUG-1095312</a>] Some problems when setting the editor source to very specific
3322
values has been fixed. </li>
3323
<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1093514&group_id=75348&atid=543653">SF
3324
BUG-1093514</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1089204&group_id=75348&atid=543653">SF
3325
BUG-1089204</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1077609&group_id=75348&atid=543653">SF
3326
BUG-1077609</a>] The editor now runs correctly if called directly (locally) without
3327
a server installation (just opening the HTML sample files). </li>
3328
<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1088248&group_id=75348&atid=543653">SF
3329
BUG-1088248</a>] The editor now uses a different method to load its contents. In
3330
this way the URLs remain untouched. </li>
3331
<li>The PHP integration file now detects Internet Explorer 5.5 correctly.</li>
3334
Version 2.0 RC2 (Release Candidate 2)</h3>
3336
<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1042034&group_id=75348&atid=543656">SF
3337
Feature-1042034</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1075961&group_id=75348&atid=543656">SF
3338
Feature-1075961</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1083200&group_id=75348&atid=543656">SF
3339
Feature-1083200</a>] A new dialog window for the <strong>table cell properties</strong>
3340
is now available (right-click). </li>
3341
<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1042034&group_id=75348&atid=543656">SF
3342
Feature-1042034</a>] The new "<strong>Split Cell</strong> ", to split
3343
a table cell in two columns, has been introduced (right-click). </li>
3344
<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1042034&group_id=75348&atid=543656">SF
3345
Feature-1042034</a>] The new "<strong>Merge Cells</strong>", to merge
3346
table cells (in the same row), has been introduced (right-click). </li>
3347
<li>The "fake" <strong>TAB key support</strong> (available by default over
3348
Gecko browsers is now available over IE too. You can set the number of spaces to
3349
add setting the FCKConfig.TabSpaces configuration setting. Set it to 0 (zero) to
3350
disable this feature (IE). </li>
3351
<li>It now possible to tell IE to send a <strong><BR></strong> when the user presses
3352
the <strong>Enter key</strong>. Take a look at the FCKConfig.UseBROnCarriageReturn
3353
configuration setting. </li>
3354
<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1085422&group_id=75348&atid=543656">SF
3355
Feature-1085422</a>] <strong>ColdFusion</strong>: The <strong>File Manager connector</strong>
3356
is now available! (Thanks to Hendrik Kramer). </li>
3357
<li>The editor is now available in <strong>29 languages!</strong> The new language files
3358
available are:
3360
<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1067775&group_id=75348&atid=543656">SF
3361
Feature-1067775</a>] <strong>Chinese Simplified and Traditional</strong> (Taiwan
3362
and Hong Kong) (by NetRube). </li>
3363
<li><strong>Czech</strong> (by David Horák). </li>
3364
<li><strong>Danish</strong> (by Jesper Michelsen). </li>
3365
<li><strong>Dutch</strong> (by Bram Crins). </li>
3366
<li><strong>German</strong> (by Maik Unruh). </li>
3367
<li><strong>Portuguese</strong> (Portugal) (by Francisco Pereira). </li>
3368
<li><strong>Russian</strong> (by Andrey Grebnev). </li>
3369
<li><strong>Slovenian</strong> (by Boris Volaric).</li>
3372
<li>Updates to the <strong>French</strong> language files (by Hubert Garrido). </li>
3373
<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1085816&group_id=75348&atid=543653">SF
3374
BUG-1085816</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1083743&group_id=75348&atid=543653">SF
3375
BUG-1083743</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1078783&group_id=75348&atid=543653">SF
3376
BUG-1078783</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1077861&group_id=75348&atid=543653">SF
3377
BUG-1077861</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1077861&group_id=75348&atid=543653">SF
3378
BUG-1037404</a>] Many small bugs in the XHTML processor
3379
has been corrected (workarounds to browser specific bugs). These are some things
3380
to consider regarding the changes:
3382
<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1083744&group_id=75348&atid=543653">SF
3383
BUG-1083744</a>] On Gecko browsers, any element attribute that the name starts with
3384
"_moz" will be ignored. </li>
3385
<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1060073&group_id=75348&atid=543653">SF
3386
BUG-1060073</a>] The <STYLE> and <SCRIPT> elements contents will be
3387
handled as is, without CDATA tag surrounding. This may break XHTML validation. In
3388
any case the use of external files for scripts and styles is recommended (W3C recommendation).</li>
3391
<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1088310&group_id=75348&atid=543653">SF
3392
BUG-1088310</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1078837&group_id=75348&atid=543653">SF
3393
BUG-1078837</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=999792&group_id=75348&atid=543653">SF
3394
BUG-999792</a>] URLs now remain untouched when initializing the editor or
3395
switching from WYSYWYG to Source and vice versa. </li>
3396
<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1082323&group_id=75348&atid=543653">SF
3397
BUG-1082323</a>] The problem in the ASP and PHP connectors when handling non
3398
"strange" chars in file names has been corrected. </li>
3399
<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1085034&group_id=75348&atid=543653">SF
3400
BUG-1085034</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1076796&group_id=75348&atid=543653">SF
3401
BUG-1076796</a>] Some bugs in the PHP connector have been corrected. </li>
3402
<li>A problem with the "Format" command on IE browsers on languages different
3403
of English has been solved. The negative side of this correction is that due to
3404
a IE bad design it is not possible to update the "Format" combo while
3405
moving throw the text (context sensitive). </li>
3406
<li>On Gecko browsers, when selecting an image and executing the "New Page"
3407
command, the image handles still appear, even if the image is not available anymore
3408
(this is a Gecko bug). When clicking in a "phanton" randle, the browser
3409
crashes. It doesn't happen (the crash) anymore. </li>
3410
<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1082197&group_id=75348&atid=543653">SF
3411
BUG-1082197</a>] On ASP, the bug in the browser detection system for Gecko browsers
3412
has been corrected. Thanks to Alex Varga. </li>
3413
<li>Again on ASP, the browser detection for IE had some problems on servers that use
3414
comma for decimal separators on numbers. It has been corrected. Thanks to Agrotic.
3416
<li>No error is thrown now when non existing language is configured in the
3417
editor. The English language file is loaded in that case. </li>
3418
<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1077747&group_id=75348&atid=543653">SF
3419
BUG-1077747</a>] The missing images on the Office2003 and Silver skins are now included
3420
in the package. </li>
3421
<li>On some Gecko browsers, the dialog window was not loading correctly. I couldn't
3422
reproduce the problem, but a fix has been applied based on users tests. </li>
3423
<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1004078&group_id=75348&atid=543653">SF
3424
BUG-1004078</a>] ColdFusion: The "config" structure/hash table with keys
3425
and values is in ColdFusion not(!) case sensitive. All keys returned by ColdFusion
3426
are in upper case format. Because the FCKeditor configuration keys must be case
3427
sensitive, we had to match all structure/hash keys with a list of the correct configuration
3428
names in mixed case. This has been added to the fckeditor.cfc and fckeditor.cfm.
3430
<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1075166&group_id=75348&atid=543653">SF
3431
BUG-1075166</a>] ColdFusion: The "fallback" variant of the texteditor
3432
(<textarea>) has a bug in the fckeditor.cfm. This has been fixed. </li>
3433
<li>A typo in the Polish language file has been corrected. Thanks to Pawel Tomicki.
3435
<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1086370&group_id=75348&atid=543653">SF
3436
BUG-1086370</a>] A small coding type in the Link dialog window has been corrected.
3440
Version 2.0 RC1 (Release Candidate 1)</h3>
3442
<li><strong>ASP</strong> support is now available (including the File Manager connector).
3444
<li><strong>PHP</strong> support is now available (including the File Manager connector).
3446
<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1063217&group_id=75348&atid=543656">SF
3447
Feature-1063217</a>] The new advanced <strong>Style</strong> command is available
3448
in the toolbar: full preview, context sensitive, style definitions are loaded from
3449
a XML file (see documentation for more instructions). </li>
3450
<li>The <strong>Font Format</strong>, <strong>Font Name</strong> and <strong>Font Size</strong>
3451
toolbar command now show a <strong>preview</strong> of the available options. </li>
3452
<li>The new <strong>Find</strong> and <strong>Replace</strong> features has been introduced.
3454
<li>A new <strong>Plug-in</strong> system has been developed. Now it is quite easy to
3455
customize the editor to your needs. (Take a look at the html/sample06.html file).
3457
<li>The editor now handles <strong>HTML entities</strong> in the right way (XHTML support
3458
must be set to "true"). It handles all entities defined in the W3C XHTML
3460
<li>A new "_docs" folder has been introduced for the <strong>documentation</strong>.
3461
It is not yet complete, but I hope the community will help us to fill it better.
3463
<li>It is now possible (even if it is not recommended by the W3C) to force the use of
3464
simple ampersands (&) on attributes (like the links href) instead of its entity
3465
&amp;. Just set FCKConfig.ForceSimpleAmpersand = true in the configuration
3467
<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1026866&group_id=75348&atid=543656">SF
3468
Feature-1026866</a>] The "<strong>EditorAreaCSS</strong>" configuration
3469
option has been introduced. In this way you can set the CSS to use in the editor
3470
(editable area). </li>
3471
<li>The editing area is not anymore clipped if the toolbar is too large and exceeds
3472
the window width. </li>
3473
<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1064902&group_id=75348&atid=543653">SF
3474
BUG-1064902</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1033933&group_id=75348&atid=543653">SF
3475
BUG-1033933</a>] The editor <strong>interface</strong> is now completely <strong>localizable</strong>.
3476
The version ships with 19 languages including: <b>Arabic</b>, <b>Bosnian</b>, <b>Catalan</b>,
3477
<b>English</b>, <b>Spanish</b>, <b>Estonian</b>, <b>Finnish</b>, <b>French</b>,
3478
<b>Greek</b>, <b>Hebrew</b>, <b>Croatian</b>, <b>Italian</b>, <b>Korean</b>, <b>Lithuanian</b>,
3479
<b>Norwegian</b>, <strong>Polish</strong>, <strong>Serbian (Cyrillic)</strong>,
3480
<strong>Serbian (Latin)</strong> and <strong>Swedish</strong>.</li>
3481
<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1027858&group_id=75348&atid=543653">SF
3482
BUG-1027858</a>] Firefox 1.0 PR introduced a bug that made the editor
3483
stop working on it. A workaround has been developed to fix the problem. </li>
3484
<li>There was a positioning problem over IE with the color panel. It has been corrected.
3486
<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1049842&group_id=75348&atid=543653">SF
3487
BUG-1049842</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1033832&group_id=75348&atid=543653">SF
3488
BUG-1033832</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1028623&group_id=75348&atid=543653">SF
3489
BUG-1028623</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1026610&group_id=75348&atid=543653">SF
3490
BUG-1026610</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1064498&group_id=75348&atid=543653">SF
3491
BUG-1064498</a>] The combo commands in the toolbar were not opening
3492
in the right way. It has been fixed. </li>
3493
<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1053399&group_id=75348&atid=543653">SF
3494
BUG-1053399</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=965318&group_id=75348&atid=543653">SF
3495
BUG-965318</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1018296&group_id=75348&atid=543653">SF
3496
BUG-1018296</a>] The toolbar buttons icons were not showing on some IE and
3497
Firefox/Mac installations. It has been fixed. </li>
3498
<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1054621&group_id=75348&atid=543653">SF
3499
BUG-1054621</a>] Color pickers are now working with the "office2003" and
3500
"silver" skins. </li>
3501
<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1054108&group_id=75348&atid=543653">SF
3502
BUG-1054108</a>] IE doesn’t recognize the "&apos;" entity for
3503
apostrophes, so a workaround has been developed to replace it with "&#39;"
3504
(its numeric entity representation). </li>
3505
<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=983434&group_id=75348&atid=543653">SF
3506
BUG-983434</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=983398&group_id=75348&atid=543653">SF
3507
BUG-983398</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1028103&group_id=75348&atid=543653">SF
3508
BUG-1028103</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1072496&group_id=75348&atid=543653">SF
3509
BUG-1072496</a>] The problem with elements with name "submit"
3510
inside the editor's form has been solved. </li>
3511
<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1018743&group_id=75348&atid=543653">SF
3512
BUG-1018743</a>] The problem with Gecko when collapsing the toolbar while in source
3513
mode has been fixed. </li>
3514
<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1065268&group_id=75348">SF
3515
BUG-1065268</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1034354&group_id=75348&atid=543653">SF
3516
BUG-1034354</a>] The XHTML processor now doesn’t use the minimized tag
3517
syntax (like <br/>) for empty elements that are not marked as EMPTY in the
3518
W3C XHTML DTD specifications. </li>
3519
<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1029654&group_id=75348&atid=543653">SF
3520
BUG-1029654</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1046500&group_id=75348&atid=543653">SF
3521
BUG-1046500</a>] Due to a bug on Gecko there was a problem when creating links.
3522
It has been fixed. </li>
3523
<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1065973&group_id=75348&atid=543653">SF
3524
BUG-1065973</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=999792&group_id=75348&atid=543653">SF
3525
BUG-999792</a>] The editor now handles relative URLs in IE. In effect IE transform
3526
all relative URLs to absolute links, pointing to the site the editor is running.
3527
So now the editor removes the protocol and host part of the link if it matches the
3528
running server. </li>
3529
<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1071824&group_id=75348&atid=543653">SF
3530
BUG-1071824</a>] The color dialog box bug has been fixed. </li>
3531
<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1052856&group_id=75348&atid=543653">SF
3532
BUG-1052856</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1046493&group_id=75348&atid=543653">SF
3533
BUG-1046493</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1023530&group_id=75348&atid=543653">SF
3534
BUG-1023530</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1025978&group_id=75348&atid=543653">SF
3535
BUG-1025978</a>] The editor now doesn’t throw an error if no selection
3536
was made and the create link command is used. </li>
3537
<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1036756&group_id=75348&atid=543653">SF
3538
BUG-1036756</a>] The XHTML processor has been reviewed. </li>
3539
<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1029101&group_id=75348&atid=543653">SF
3540
BUG-1029101</a>] The Paste from Word feature is working correctly. </li>
3541
<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1034623&group_id=75348&atid=543653">SF
3542
BUG-1034623</a>] There is an IE bug when setting the editor value to "<p><hr></p>".
3543
A workaround has been developed. </li>
3544
<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1052695&group_id=75348&atid=543653">SF
3545
BUG-1052695</a>] There are some rendering differences between Netscape and Mozilla.
3546
(Actually that is a bug on both browsers). A workaround has been developed to solve
3548
<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1073053&group_id=75348&atid=543653">SF
3549
BUG-1073053</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1050394&group_id=75348&atid=543653">SF
3550
BUG-1050394</a>] The editor doesn’t throw errors when hidden. </li>
3551
<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1066321&group_id=75348&atid=543653">SF
3552
BUG-1066321</a>] Scrollbars should not appear on dialog boxes (at least for the
3553
Image and Link ones). </li>
3554
<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1046490&group_id=75348&atid=543653">SF
3555
BUG-1046490</a>] Dialogs now are forced to show on foreground over Mac. </li>
3556
<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1073955&group_id=75348">SF
3557
BUG-1073955</a>] A small bug in the image dialog window has been corrected. </li>
3558
<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1049534&group_id=75348&atid=543653">SF
3559
BUG-1049534</a>] The Resources Browser window is now working well over Gecko browsers.
3561
<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1036675&group_id=75348&atid=543653">SF
3562
BUG-1036675</a>] The Resources Browser window now displays the server error on bad
3566
Version 2.0 Beta 2</h3>
3568
<li>There is a new configuration - "<strong>GeckoUseSPAN</strong>" - that
3569
can be used to tell Gecko browsers to use <SPAN style...> or <B>, <I>
3570
and <U> for the bold, italic and underline commands. </li>
3571
<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1002622&group_id=75348&atid=543656">SF
3572
Feature-1002622</a>] New <strong>Text Color</strong> and <strong>Background Color</strong>
3573
commands have been added to the editor. </li>
3574
<li>On Gecko browsers, a message is shown when, because of security settings, the
3575
user is not able to cut, copy or paste data from the clipboard using the
3576
toolbar buttons or the context menu. </li>
3577
<li>The new "<strong>Paste as Plain Text</strong> " command has been introduced.
3579
<li>The new "<strong>Paste from Word</strong> " command has been introduced.
3581
<li>A new configuration named "StartupFocus" can be used to tell the
3582
editor to get the focus when the page is loaded. </li>
3583
<li>All <strong>Java </strong>integration files has been moved to a new separated package.
3585
<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1016781&group_id=75348&atid=543653">SF
3586
BUG-1016781</a>] <strong>Table operations</strong> are now working when right click
3587
inside a table. The following commands has been introduced: <strong>Insert Row</strong>,
3588
<strong>Delete Row</strong>, <strong>Insert Column</strong>, <strong>Delete Column</strong>,
3589
<strong>Insert Cell</strong> and <strong>Delete Cells</strong> . </li>
3590
<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=965067&group_id=75348&atid=543653">SF
3591
BUG-965067</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1010379&group_id=75348&atid=543653">SF
3592
BUG-1010379</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=977713&group_id=75348&atid=543653">SF
3593
BUG-977713</a>] XHTML support was not working with FireFox, blocking the
3594
editor when submitting data. It has been fixed. </li>
3595
<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1007547&group_id=75348&atid=543653">SF
3596
BUG-1007547</a> ] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=974595&group_id=75348&atid=543653">SF
3597
BUG-974595</a> ] The "FCKLang not defined" error when loading
3598
has been fixed. </li>
3599
<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1021028&group_id=75348&atid=543653">SF
3600
BUG-1021028</a>] If the editor doesn't have the focus, some commands were been executed
3601
outside the editor in the place where the focus is. It has been fixed. </li>
3602
<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=981191&group_id=75348&atid=543653">SF
3603
BUG-981191</a>] We are now using <!--- ---> for ColdFusion comments.</li>
3606
Version 2.0 Beta 1</h3>
3608
This is the first beta of the 2.x series. It brings a lot of new and important things.
3609
Beta versions will be released until all features available on version 1.x will
3610
be introduced in the 2.0.<br />
3612
<strong>Note:</strong> As it is a beta, it is not yet completely developed. Future
3613
versions can bring new features that can break backward compatibility with this
3617
<li>Gecko browsers (<strong>Mozilla</strong> and <strong>Netscape</strong>) support.
3619
<li><strong>Quick startup</strong> response times. </li>
3620
<li>Complete <strong>XHTML</strong> 1.0 support. </li>
3621
<li><strong>Advanced link</strong> dialog box:
3623
<li>Target selection. </li>
3624
<li>Popup configurator. </li>
3625
<li>E-Mail link. </li>
3626
<li>Anchor selector. </li>
3629
<li>New <strong>File Manager</strong>. </li>
3630
<li>New dialog box system, with <strong>tabbed dialogs</strong> support. </li>
3631
<li>New <strong>context menus</strong> with icons. </li>
3632
<li>New toolbar with "expand/collapse" feature. </li>
3633
<li><strong>Skins</strong> support. </li>
3634
<li><strong>Right to left languages</strong> support. </li>
3639
<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=862364&group_id=75348&atid=543653">SF
3640
BUG-862364</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=812733&group_id=75348&atid=543653">SF
3641
BUG-812733</a>] There was a problem when the user tried to delete the last row,
3642
collumn or cell in a table. It has been corrected.* </li>
3643
<li>New Estonian language file. Thanks to Kristjan Kivikangur </li>
3644
<li>New Croatian language file. Thanks to Alex Varga. </li>
3645
<li>Updated language file for Czech. Thanks to Plachow. </li>
3646
<li>Updated language file for Chineze (zh-cn). Thanks to Yanglin. </li>
3647
<li>Updated language file for Catalan. Thanks to Jordi Cerdan.</li>
3650
* This version has been partially sponsored by <a href="http://www.genuitec.com/">Genuitec,
3655
<li><strong>Context Menu</strong> support for <strong>form</strong> elements.* </li>
3656
<li>New <strong>"Selection Field" command</strong> with advanced dialog box
3657
for options definitions.* </li>
3658
<li>New <strong>"Image Button" command</strong> is available.* </li>
3659
<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=936196&group_id=75348&atid=543656">SF
3660
Feature-936196</a>] Many form elements <strong>bugs has been fixed</strong> and
3661
<strong>many improvements</strong> has been done.* </li>
3662
<li>New <strong>Java Integration Module</strong>. There is a complete Java API and Tag
3663
Library implementations. Take a look at the _jsp directory. Thanks to Simone Chiaretta
3664
and Hao Jiang. </li>
3665
<li>The <strong>Word Spell Checker</strong> can be used. To be able to run it, your
3666
browser security configuration "Initialize and script ActiveX controls not
3667
marked as safe" must be set to "Enable" or "Prompt". And
3668
easier and more secure way to do that is to add your site in the list of trusted
3669
sites. IeSpell can still be used. Take a look at the fck_config.js file for some
3670
configuration options. Thanks to EdwardRF. </li>
3671
<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=748807&group_id=75348&atid=543656">SF
3672
Feature-748807</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=801030&group_id=75348&atid=543656">SF
3673
Feature-801030</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=880684&group_id=75348&atid=543656">SF
3674
Feature-880684</a>] New "<strong>Anchor" command</strong>, including
3675
context menu support. Thanks to G.Meijer. </li>
3676
<li>Special characters are replaced with their decimal HTML entities when the XHMTL
3677
support is enabled (only over IE5.5+). </li>
3678
<li>New <strong>Office 2003 Style</strong> toolbar icons are available. Just uncomment
3679
the config.ToolbarImagesPath key in the fck_config.js file. Thanks to Abdul-Aziz
3680
A. Al-Oraij. <strong>Attention</strong>: the default toolbar items have been moved
3681
to the "images/toolbar/default" directory. </li>
3682
<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=934566&group_id=75348&atid=543655">SF
3683
Patch-934566</a>] <strong>Double click support</strong> for Images, Tables, Links,
3684
Anchors and all Form elements. Thanks to Top Man. </li>
3685
<li>New <strong>"New Page" command</strong> to start a typing from scratch.
3686
Thanks to Abdul-Aziz A. Al-Oraij. </li>
3687
<li>New <strong>"Replace" command</strong>. Thanks to Abdul-Aziz A. Al-Oraij.
3689
<li>New <strong>"Advanced Font Style" command</strong>. Thanks to Abdul-Aziz
3691
<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=738193&group_id=75348&atid=543656">SF
3692
Feature-738193</a>] New <strong>"Save" command</strong>. It can be used
3693
to simulate a save action, but in fact it just submits the form where the editor
3694
is placed in. Thanks to Abdul-Aziz A. Al-Oraij. </li>
3695
<li>New <strong>"Universal Keyboard" command</strong>. This 22 charsets are
3696
available: Arabic, Belarusian, Bulgarian, Croatian, Czech, Danish, Finnish, French,
3697
Greek, Hebrew, Hungarian, Diacritical, Macedonian, Norwegian, Polish, Russian, Serbian
3698
(Cyrillic), Serbian (Latin), Slovak, Spanish, Ukrainian and Vietnamese. Includes
3699
a keystroke listener to type Arabic on none Arabic OS or machine. Thanks to Abdul-Aziz
3701
<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=935358&group_id=75348&atid=543655">SF
3702
Patch-935358</a>] New <strong>"Preview" command</strong>. Context menu
3703
option is included and can be deactivated throw the config.ShowPreviewContextMenu
3704
configuration. Thanks to Ben Ramsey. </li>
3705
<li>New "<strong>Table Auto Format</strong>" context menu command. Hack a
3706
little the fck_config.js and the fck_editorarea.css files. Thanks to Alexandros
3708
<li>New "<strong>Bulleted List Properties</strong> " context menu to define
3709
its type and class. Thanks to Alexandros Lezos. </li>
3710
<li>The <strong>image dialog</strong> box has been a <strong>redesigned</strong> . Thanks
3711
to Mark Fierling. </li>
3712
<li>Images now always have the <strong>"alt" attribute</strong> set, even
3713
when it's value is empty. Thanks to Andreas Barnet. </li>
3714
<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=942250&group_id=75348&atid=543655">SF
3715
Patch-942250</a>] You can set on fck_config.js to <strong>automatically clean Word</strong>
3716
pasting operations without a user confirmation. </li>
3717
<li>Forms element dialogs and other localization pending labels has been updated. </li>
3718
<li>A new <strong>Lithuanian</strong> language file is available. Thanks to Tauras Paliulis.
3720
<li>A new <strong>Hebrew</strong> language file is available. Thanks to Ophir Radnitz.
3722
<li>A new <strong>Serbian</strong> language file is available. Thanks to Zoran Subic.
3724
<li><strong>Danish</strong> language file updates. Thanks to Flemming Jensen. </li>
3725
<li><strong>Catalan</strong> language file updates. Thanks to Jordi Cerdan. </li>
3726
<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=936514&group_id=75348&atid=543655">SF
3727
Patch-936514</a>] [<a href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=918716&group_id=75348">SF
3728
BUG-918716</a>] [<a href="https://sourceforge.net/tracker/index.php?func=detail&aid=931037&group_id=75348&atid=543653">SF
3729
BUG-931037</a>] [<a href="https://sourceforge.net/tracker/index.php?func=detail&aid=865864&group_id=75348&atid=543653">SF
3730
BUG-865864</a>] [<a href="https://sourceforge.net/tracker/index.php?func=detail&aid=915410&group_id=75348&atid=543653">SF
3731
BUG-915410</a>] [<a href="https://sourceforge.net/tracker/index.php?func=detail&aid=918716&group_id=75348&atid=543653">SF
3732
BUG-918716</a>] Some <strong>languages files</strong> were not
3733
saved on <strong>UTF-8</strong> format causing some javascript errors on loading
3734
the editor or making "undefined" to show on editor labels. This problem
3736
<li>Updates on the testsubmit.php file. Thanks to Geat and Gabriel Schillaci </li>
3737
<li>[<a href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=924620&group_id=75348">SF
3738
BUG-924620</a>] There was a problem when setting a name to an editor instance when
3739
the name is used by another tag. For example when using "description"
3740
as the name in a page with the <META name="description"> tag. </li>
3741
<li>[<a href="https://sourceforge.net/tracker/index.php?func=detail&aid=935018&group_id=75348&atid=543653">SF
3742
BUG-935018</a>] The "buletted" typo has been corrected. </li>
3743
<li>[<a href="https://sourceforge.net/tracker/index.php?func=detail&aid=902122&group_id=75348&atid=543653">SF
3744
BUG-902122</a>] Wrong css and js file references have been corrected. </li>
3745
<li>[<a href="https://sourceforge.net/tracker/index.php?func=detail&aid=918942&group_id=75348&atid=543653">SF
3746
BUG-918942</a>] All dialog boxes now accept Enter and Escape keys as Ok and Cancel
3750
* This version has been partially sponsored by <a href="http://www.genuitec.com/">Genuitec,
3755
<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543656&aid=913777&group_id=75348">SF
3756
Feature-913777</a>] <strong>New Form Commands</strong> are now available! Special
3757
thanks to G.Meijer. </li>
3758
<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=861149&group_id=75348&atid=543656">SF
3759
Feature-861149</a>] <strong>Print Command</strong> is now available! </li>
3760
<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=743546&group_id=75348">SF
3761
BUG-743546</a>] The <strong>XHTML content duplication problem </strong>has been
3762
<strong>solved</strong> . Thanks to Paul Hutchison. </li>
3763
<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=875853&group_id=75348">SF
3764
BUG-875853</a>] The <strong>image dialog box</strong> now gives precedence for width
3765
and height values set as styles. In this way a user can change the size of the image
3766
directly inside the editor and the changes will be reflected in the dialog box.
3768
<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543656&aid=913777&group_id=75348">SF
3769
Feature-788368</a>] The sample <strong>file upload </strong>manager for ASPX now
3770
uses <strong>guids</strong> for the file name generation. In this way a support
3771
XML file is not needed anymore. </li>
3772
<li>It's possible now to <strong>programmatically change the Base Path</strong> of the
3773
editor if it's installed in a directory different of "/FCKeditor/". Something
3775
oFCKeditor.BasePath = '/FCKeditor/' ;<br />
3776
Take a look at the _test directory for samples. </li>
3777
<li>There was a little bug in the TAB feature that moved the insertion point if there
3778
were any object (images, tables) in the content. It has been fixed. </li>
3779
<li>The problem with <strong>accented and international characters</strong> on the PHP
3780
test page was solved. </li>
3781
<li>A new <strong>Chinese (Taiwan)</strong> language file is available. Thanks to Nil.
3783
<li>A new <strong>Slovenian</strong> language file is available. Thanks to Pavel Rotar.
3785
<li>A new <strong>Catalan</strong> language file is available. Thanks to Jordi Cerdan.
3787
<li>A new <strong>Arabic</strong> language file is available. Thanks to Abdul-Aziz A.
3789
<li>Small corrections on the <strong>Norwegian</strong> language file. </li>
3790
<li>A Java version for the test results (testsubmit.jsp) is now available. Thanks to
3791
Pritpal Dhaliwal. </li>
3792
<li>When using JavaScript to create a editor instance it's possible now to easily get
3793
the editor's value calling oFCKeditor.GetValue() (eg.). Better JavaScript API interfaces
3794
will be available on version 2.0. </li>
3795
<li>If <strong>XHTML</strong> is enabled the editor cleans the HTML before showing it
3796
on the Source View, so the exact result can be viewed by the user. This option can
3797
be activated setting config.EnableSourceXHTML = true in the fck_config.js file.
3799
<li>The <strong>JS integration object</strong> now escapes all configuration settings,
3800
in this way a user can use <strong>reserved chars</strong> on it. For example:
3802
oFCKeditor.Config["ImageBrowserURL"] = '/imgs/browse.asp?filter=abc*.jpg&userid=1';
3804
<li>A minimal browse server sample is now available in ASP. Thanks to Andreas Barnet.
3810
<li><strong>ATTENTION: For PHP users</strong>: The editor was changed and now uses <strong>
3811
htmlspecialchars</strong> instead of <strong>htmlentities</strong> when handling
3812
the initial value. It should works well, but please make some tests before upgrading
3813
definitively. If there is any problem just uncomment the line in the fckeditor.php
3814
file (and send me a message!). </li>
3815
<li>The editor is now integrated with <strong>ieSpell</strong> (<a href="http://www.iespell.com">http://www.iespell.com</a>)
3816
for <strong>Spell Checking</strong>. You can configure the download URL in then
3817
fck_config.js file. Thanks to Sanjay Sharma. (ieSpell is free for personal use but
3818
must be paid for commercial use) </li>
3819
<li><strong>Table</strong> and <strong>table cell</strong> dialogs has been changed.
3820
Now you can <strong>select the class</strong> you want to be applied. Thanks to
3821
Alexander Lezos. </li>
3822
<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=865378&group_id=75348&atid=543656">SF
3823
Feature-865378</a>]A new <strong>upload support is available for ASP</strong>. It
3824
uses the /UserImages/ folder in the root of the web site as the files container
3825
and a counter controlled by the upload.cnt file. Both must have write permissions
3826
set to the IUSR_xxx user. Thanks to Trax and Juanjo. </li>
3827
<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=798128&group_id=75348&atid=543655">SF
3828
Patch-798128</a>] The user (programmer) can now define a <strong>custom separator</strong>
3829
for the list items of a combo in the toolbar. Thanks to Wulff D. Heiss. </li>
3830
<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=741963&group_id=75348&atid=543656">SF
3831
Feature-741963</a>][<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=878941&group_id=75348&atid=543656">SF
3832
Feature-878941</a>][<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=869389&group_id=75348&atid=543655">SF
3833
Patch-869389</a>] A minimal support for a “fake” <strong>TAB is now available</strong>,
3834
even if HTML has no support for TAB. Now when the user presses the TAB key a configurable
3835
number of spaces (&nbsp;) is added. Take a look at config.TabSpaces on the fck_config.js
3836
file. No action is performed if it is set to zero. The default value is 4. Thanks
3837
to Phil Hassey. </li>
3838
<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=782779&group_id=75348&atid=543653">SF
3839
BUG-782779</a>][<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=790939&group_id=75348&atid=543653">SF
3840
BUG-790939</a>] The problem with big images has been corrected. Thanks to Raver.
3842
<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=853374&group_id=75348">SF
3843
BUG-862975</a>] Now the editor does nothing if no image is selected in the image
3844
dialog box and the OK button is hit. </li>
3845
<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=851609&group_id=75348&atid=543653">SF
3846
BUG-851609</a>] The problem with ASP and null values has been solved. </li>
3847
<li><strong>Norwegean</strong> language pack. Thanks to Martin Kronstad. </li>
3848
<li><strong>Hungarian</strong> language pack. Thanks to Balázs Szabó.
3850
<li><strong>Bosnian</strong> language pack. Thanks to Trax. </li>
3851
<li><strong>Japanese</strong> language pack. Thanks to Kato Yuichiro. </li>
3852
<li>Updates on the <strong>Polish</strong> language pack. Thanks to Norbert Neubauer.
3854
<li>The <strong>Chinese (Taiwan)</strong> (zh-tw) has been removed from the package
3855
because it's corrupt. I'm sorry. I hope someone could send me a good version soon.
3861
<li>It's now possible to configure the editor the insert a <strong><BR> tag instead
3862
of <P></strong> when the user presses the <strong><Enter></strong> key.
3863
Take a look at the fck_config.js configuration file for the "<strong>UseBROnCarriageReturn</strong>"
3864
key. This option is disabled by default. </li>
3865
<li><strong>Icelandic</strong> language pack. Thanks to Andri Óskarsson. </li>
3866
<li>[<a href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=853374&group_id=75348">SF
3867
BUG-853374</a>] On IE 5.0 there was a little error introduced with version 1.3 on
3868
initialization. It was corrected. </li>
3869
<li>[<a href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=853372&group_id=75348">SF
3870
BUG-853372</a>] On IE 5.0 there was a little error introduced with version 1.3 when
3871
setting the focus in the editor. It was corrected. </li>
3872
<li>Minor errors on the language file for <strong>english</strong> has been corrected.
3873
Thanks to Anders Madsen. </li>
3874
<li>Minor errors on the language file for <strong>danish</strong> has been corrected.
3875
Thanks to Martin Johansen. </li>
3880
<li>Language support for <strong>Danish, Polish, Simple Chinese, Slovak, Swedish and
3881
Turkish</strong>. </li>
3882
<li>Language updates for <strong>Romanian</strong>. </li>
3883
<li>It's now possible to <strong>override</strong> any of the <strong>editor's configurations</strong>
3884
(for now it's implemented just for JavaScript, ASPX and HTC modules). See _test/test.html
3885
for a sample. I'm now waiting for the Community for the ASP, CFM and PHP versions.
3887
<li>A new method is available for <strong>PHP</strong> users. It's called <strong>ReturnFCKeditor</strong>.
3888
It works exactly like CreateFCKeditor, but it <strong>returns a string with the HTML</strong>
3889
for the editor instead of output it (echo). This feature is useful for people who
3890
are working with Smarty Templates or something like that. Thanks to Timothy J. Finucane.
3892
<li>Many people have had problems with <strong>international characters</strong> over
3893
<strong>PHP</strong>. I had also the same problem. PHP have strange problems with
3894
character encoding. The code hasn't been changed but just saved again with Western
3895
European encoding. <strong>Now it works well</strong> in my system.<br />
3896
Take a look also at the "default_charset" configuration option at the
3897
php.ini file. It doesn't seem to be an editor's problem but a PHP issue. </li>
3898
<li>The "<strong>testsubmit.php</strong>" file now strips the "<strong>Magic
3899
Quotes</strong> " that are automatically added by PHP on form posts. </li>
3900
<li>A <strong>new language</strong> integration module is available for <strong>ASP/Jscript</strong>.
3901
Thanks to Dimiter Naydenov. </li>
3902
<li><strong>New configuration</strong> options are available to <strong>customize the
3903
Target</strong> combo box in the <strong>Insert/Modify Link</strong> dialog box.
3904
Now you can hide it, or set which options are available in the combo box. Take a
3905
look at the fck_config.js file. </li>
3906
<li>The <strong>Text as Plain Text</strong> toolbar <strong>icon</strong> has been changed
3907
<strong>to avoid confusion</strong> with the Normal Paste or. Thanks to Kaupo Kalda.
3909
<li>The file <strong>dhtmled.cab has been removed</strong> from the package. It's not
3910
needed to the editor to work and caused some confusion for a few users. </li>
3911
<li>The <strong>editor's content</strong> now <strong>doesn't loose the focus</strong>
3912
when the user clicks with the mouse in a toolbar button. </li>
3913
<li>On <strong>drag-and-drop</strong> operations the data to be inserted in the editor
3914
is now <strong>converted to plain text</strong> when the "<strong>ForcePasteAsPlainText</strong>"
3915
configuration is set to <strong>true</strong>. </li>
3916
<li>The <strong>image browser</strong> sample in PHP now <strong>sorts the files</strong>
3917
by name. Thanks to Sergey Lupashko. </li>
3918
<li>Two <strong>new configuration</strong> options are available to <strong>turn on/off
3919
by default</strong> the "<strong>Show Borders</strong>" and "<strong>Show
3920
Details</strong>" commands. </li>
3921
<li>Some <strong>characters have been removed</strong> from the "<strong>Insert
3922
Special Chars</strong>" dialog box because they were causing encoding problems
3923
in some languages. Thanks to Abomb Hua. </li>
3924
<li><strong>JSP</strong> versions of the <strong>image and file upload and browsing</strong>
3925
features. Thanks to Simone Chiaretta.</li>
3930
<li>Language support for <strong>Spanish, Finnish, Romanian and Korean</strong>. </li>
3931
<li>Language updates for <strong>German</strong>. </li>
3932
<li>New <strong>Zoom</strong> toolbar option. (<a href="https://sourceforge.net/forum/forum.php?thread_id=904116&forum_id=257180">Thanks
3933
to "mtn_roadie"</a>)</li>
3938
<li>Language support for <strong>French</strong>. </li>
3939
<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=782779&group_id=75348&atid=543653">SF
3940
BUG-782779</a>] Version 1.2 introduced a bug on the image dialog window: when changing
3941
the image, no update was done. This bug is now fixed. </li>
3946
<li>Enhancements to the <strong>Word cleaning</strong> feature (Thanks to Karl von Randow).
3948
<li>The <strong>Table dialog box</strong> now handles the Style width and height set
3949
in the table (Thanks to Roberto Arruda). There where many problems on prior version
3950
when people changed manually the table's size, dragging the size handles, and then
3951
it was not possible to set a new size using the table dialog box. </li>
3952
<li>For the <strong>Image dialog box:</strong>
3954
<li>No image is shown in the preview pane if no image has been set. </li>
3955
<li>If no HSpace is set in the image a "-1" value was shown in the dialog
3956
box. Now, nothing is shown if the value is negative. </li>
3959
<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=739630&group_id=75348&atid=543653">SF
3960
BUG-739630</a>] Image with link lost the link when changing its properties. The
3961
problem is solved. </li>
3962
<li>Due to some problems in the XHTML cleaning (content duplication when the source
3963
HTML is dirty and malformed), the <strong>XHTML support is turned off by default</strong>
3964
from this version. You can still change this behavior and turn it on in the configuration
3966
<li>Some little updates on the <strong>English </strong>language file. </li>
3967
<li>A few addition of missing entries on all languages files (translations for these
3968
changes are pending). </li>
3969
<li>Language files has been added for the following languages:
3971
<li><strong>Brazilian Portuguese</strong> (pt-br) </li>
3972
<li><strong>Czech</strong> (cz) </li>
3973
<li><strong>Dutch</strong> (nl) </li>
3974
<li><strong>Russian</strong> (ru) </li>
3975
<li><strong>Chinese (Taiwan)</strong> (zh-tw) </li>
3976
<li><strong>Greek</strong> (gr) </li>
3977
<li><strong>German</strong> (de)</li>
3984
<li>The "<strong>Multi Language</strong>" system is now available. This version
3985
ships with English and Italian versions completed. Other languages will be available
3986
soon. The editor automatically detects the client language and sets all labels,
3987
tooltips and dialog boxes to it, if available. The auto detection and the default
3988
language can be set in the <strong>fck_config.file</strong>. </li>
3989
<li>Two files can now be created to isolate customizations code from the original source
3990
code of the editor: <strong>fckeditor.config.js</strong> and <strong>fckeditor.custom.js</strong>.
3991
Create these files in the root folder of your web site, if needed. The first one
3992
can be used to add or override configurations set on fck_config.js. The second one
3993
is used for custom actions and behaviors. </li>
3994
<li>A problem with relative links and images like "/test/test.doc" has been
3995
solved. In prior versions, only with XHTML support enabled, the URL was changed
3996
to something like "http://www.mysite.xxx/test/test.doc" (The domain was
3997
automatically added). Now the XHTML cleaning procedure gets the URLs exactly how
3998
they are defined in the editor’s HTML. </li>
3999
<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=742168&group_id=75348&atid=543653">SF
4000
BUG-742168</a>] Mouse drag and drop from toolbar buttons has been disabled. </li>
4001
<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=768210&group_id=75348&atid=543653">SF
4002
BUG-768210</a>] HTML entities, like <strong>&lt;</strong>, were not load correctly.
4003
The problem is solved. </li>
4004
<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=748812&group_id=75348&atid=543653">SF
4005
BUG-748812</a>] The link dialog window doesn't open when the link button is grayed.
4011
<li>Three new options are available in the configuration file to set what file types
4012
are allowed / denied to be uploaded from the "Insert Link" and "Insert
4013
Image" dialog boxes. </li>
4014
<li>Upload options, for links and images, are automatically hidden on IE 5.0 browsers
4015
(it's not compatible). </li>
4016
<li>[SF BUG-734894] Fixed a problem on XHTML cleaning: the value on INPUT fields were
4018
<li>[SF BUG-713797] Fixed some image dialog errors when trying to set image properties
4019
when no image is available. </li>
4020
<li>[SF BUG-736414] Developed a workaround for a DHTML control bug when loading in the
4021
editor some HTML started with <p><hr></p>. </li>
4022
<li>[SF BUG-737143] Paste from Word cleaning changed to solve some IE 5.0 errors. This
4023
feature is still not available over IE 5.0. </li>
4024
<li>[SF BUG-737233] CSS mappings are now OK on the PHP image browser module. </li>
4025
<li>[SF BUG-737495] The image preview in the image dialog box is now working correctly.
4027
<li>[SF BUG-737532] The editor automatically switches to WYSIWYG mode when the form
4029
<li>[SF BUG-739571] The editor is now working well over Opera (as for Netscape, a TEXTAREA
4033
Version 1.0 Final Candidate</h3>
4035
<li>A new dialog box for the "Link" command is available. Now you can upload
4036
and browse the server exactly like the image dialog box. It's also possible to define
4037
the link title and target window (_blank, _self, _parent and _top). As with the
4038
image dialog box, a sample (and simple) file server browser is available. </li>
4039
<li>A new configuration option is available to force every paste action to be handled
4040
as plain text. See "config.ForcePasteAsPlainText" in fck_config.js. </li>
4041
<li>A new Toolbar button is available: "Paste from Word". It automatically
4042
cleans the clipboard content before pasting (removesWord styles, classes, xml stuff,
4043
etc...). This command is available for IE 5.5 and more. For IE 5.0 users, a message
4044
is displayed advising that the text will not be cleaned before pasting. </li>
4045
<li>The editor automatically detects Word clipboard data on pasting operations and asks
4046
the user to clean it before pasting. This option is turned on by default but it
4047
can be configured. See "config.AutoDetectPasteFromWord" in fck_config.js.
4049
<li>Table properties are now available in cells' right click context menu. </li>
4050
<li>It's now possible to edit cells advanced properties from it's right click context
4054
Version 1.0 Release Candidate 1 (RC1)</h3>
4056
<li>Some performance improvements. </li>
4057
<li>The file dhtmled.cab has been added to the package for clients ho needs to install
4058
the Microsoft DHTML Editor component. </li>
4059
<li>[SF BUG-713952] The format command options are localized, so it depends on the IE
4060
language to work. Until version 0.9.5 it was working only over English IE browsers.
4061
Now the options are load dynamically on the client using the client's language.
4063
<li>[SF BUG-712103] The style command is localized, so it depends on the IE language
4064
to work. Until version 0.9.5 it was working only over English IE browsers. Now it
4065
configures itself using the client's language. </li>
4066
<li>[SF BUG-726137] On version 0.9.5, some commands (special chars, image, emoticons,
4067
...) remove the next available character before inserting the required content even
4068
if no selection was made in the editor. Now the editor replaces only the selected
4069
content (if available). </li>
4072
Version 0.9.5 beta</h3>
4074
<li>XHTML support is now available! It can be enabled/disabled in the fck_config.js
4076
<li>"Show Table Borders" option: show borders for tables with borders size
4078
<li>"Show Details" option: show hidden elements (comments, scripts, paragraphs,
4080
<li>IE behavior integration module. Thanks to Daniel Shryock. </li>
4081
<li>"Find" option: to find text in the document. </li>
4082
<li>More performance enhancements. </li>
4083
<li>New testsubmit.php file. Thansk to Jim Michaels. </li>
4084
<li>Two initial PHP upload manager implementations (not working yet). Thanks to Frederic
4085
Tyndiuk and Christian Liljedahl. </li>
4086
<li>Initial PHP image browser implementation (not working yet). Thanks to Frederic Tyndiuk.
4088
<li>Initial CFM upload manager implementation. Thanks to John Watson. </li>
4091
Version 0.9.4 beta</h3>
4093
<li>ColdFusion module integration is now available! Thanks to John Watson. </li>
4094
<li>"Insert Smiley" toolbar option! Thanks to Fredox. Take a look at fck_config.js
4095
for configuration options. </li>
4096
<li>"Paste as plain text" toolbar option! </li>
4097
<li>Right click support for links (edit / remove). </li>
4098
<li>Buttons now are shown in gray when disabled. </li>
4099
<li>Buttons are shown just when the image is downloaded (no more "red x" while
4100
waiting for it). </li>
4101
<li>The toolbar background color can be set with a CSS style (see fck_editor.css). </li>
4102
<li>Toolbar images have been reviewed:
4104
<li>Now they are transparent. </li>
4105
<li>No more over...gif for every button (so the editor loads quicker). </li>
4106
<li>Buttons states are controlled with CSS styles. (see fck_editor.css).</li>
4109
<li>Internet Explorer 5.0 compatibility, except for the image uploading popup. </li>
4110
<li>Optimizations when loading the editor. </li>
4111
<li>[SF BUG-709544] - Toolbar buttons wait for the images to be downloaded to start
4112
watching and responding the user actions (turn buttons on/off when the user changes
4113
position inside the editor). </li>
4114
<li>JavaScript integration is now Object Oriented. CreateFCKeditor function is not available
4115
anymore. Take a look in test.html. </li>
4116
<li>Two new configuration options, ImageBrowser and ImageUpload, are available to turn
4117
on and off the image upload and image browsing options in the Image dialog box.
4118
This options can be hidden for a specific editor instance throw specific URL parameter
4119
in the editor’s IFRAME (upload=true/false&browse=true/false). All specific
4120
language integration modules handle this option. For sample see the _test directory.