source: branches/1.2/workflow/js/fckeditor/_whatsnew.html @ 1349

Revision 1349, 205.7 KB checked in by niltonneto, 15 years ago (diff)

Ticket #561 - Inclusão do módulo Workflow faltante nessa versão.

  • Property svn:executable set to *
Line 
1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2<!--
3 * FCKeditor - The text editor for Internet - http://www.fckeditor.net
4 * Copyright (C) 2003-2007 Frederico Caldeira Knabben
5 *
6 * == BEGIN LICENSE ==
7 *
8 * Licensed under the terms of any of the following licenses at your
9 * choice:
10 *
11 *  - GNU General Public License Version 2 or later (the "GPL")
12 *    http://www.gnu.org/licenses/gpl.html
13 *
14 *  - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
15 *    http://www.gnu.org/licenses/lgpl.html
16 *
17 *  - Mozilla Public License Version 1.1 or later (the "MPL")
18 *    http://www.mozilla.org/MPL/MPL-1.1.html
19 *
20 * == END LICENSE ==
21-->
22<html xmlns="http://www.w3.org/1999/xhtml">
23<head>
24        <title>FCKeditor - 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        </style>
30</head>
31<body>
32        <h3>
33                Version 2.4.2</h3>
34        <p>
35                Fixed Bugs:</p>
36        <ul>
37                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/279">#279</a>] The UTF-8
38                        BOM was being included in the wrong files, affecting mainly PHP installations.</li>
39        </ul>
40        <h3>
41                Version 2.4.1</h3>
42        <p>
43                New Features and Improvements:</p>
44        <ul>
45                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/118">#118</a>] The SelectAll
46                        command now is available in Source Mode.</li>
47                <li>The new open source FCKpackager sub-project is now available. It replaces the FCKeditor.Packager
48                        software to compact the editor source.</li>
49                <li>With Firefox, if a paste execution is blocked by the browser security settings,
50                        the new "Paste" popup is shown to the user to complete the pasting operation. </li>
51        </ul>
52        <p>
53                Fixed Bugs:</p>
54        <ul>
55                <li>Various fixes to the ColdFusion File Browser connector.</li>
56                <li>We are now pointing the download of ieSpell to their pages, instead to a direct
57                        file download from one of their mirrors. This disables the ability of "click and
58                        go" (which can still be achieved by pointing the download to a file in your server),
59                        but removes any troubles with mirrors link changes (and they change it frequently).</li>
60                <li>The Word cleanup has been changed to remove "display:none" tags that may come from
61                        Word.</li>
62                <li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1659613&group_id=75348">SF
63                        BUG-1659613</a>] The 2.4 version introduced a bug in the flash handling code that
64                        generated out of memory errors in IE7.</li>
65                <li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1660456&group_id=75348">SF
66                        BUG-1660456</a>] The icons in context menus were draggable.</li>
67                <li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1653009&group_id=75348">SF
68                        BUG-1653009</a>] If the server is configured to process html files as asp then it
69                        generated ASP error 0138.</li>
70                <li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1288609&group_id=75348">SF
71                        BUG-1288609</a>] The content of iframes is now preserved.</li>
72                <li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1245504&group_id=75348">SF
73                        BUG-1245504</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1652240&group_id=75348">SF
74                                BUG-1652240</a>] Flash files without the .swf extension weren't recognized upon
75                        reload.</li>
76                <li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1649753&group_id=75348&atid=543655">SF
77                        PATCH-1649753</a>] Node selection for text didn't work in IE. Thanks to yurik dot
78                        m.</li>
79                <li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1573191&group_id=75348&atid=543653">SF
80                        BUG-1573191</a>] The Html code inserted with FCK.InsertHtml didn't have the same
81                        protection for special tags.</li>
82                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/110">#110</a>] The OK
83                        button in dialogs had its width set as an inline style.</li>
84                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/113">#113</a>] [<a
85                        target="_blank" href="http://dev.fckeditor.net/ticket/94">#94</a>] [<a target="_blank"
86                                href="https://sourceforge.net/tracker/?func=detail&aid=1659270&group_id=75348&atid=543653">SF
87                                BUG-1659270</a>] ForcePasteAsPlainText didn't work in Firefox.</li>
88                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/114">#114</a>] The correct
89                        entity is now used to fill empty blocks when ProcessHTMLEntities is disabled.</li>
90                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/90">#90</a>] The editor
91                        was wrongly removing some &lt;br&gt; tags from the code.</li>
92                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/139">#139</a>] The CTRL+F
93                        and CTRL+S keystroke default behaviors are now preserved.</li>
94                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/138">#138</a>] We are
95                        not providing a CTRL + ALT combination in the default configuration file because
96                        it may be incompatible with some keyboard layouts. So, the CTRL + ALT + S combination
97                        has been changed to CTRL + SHIFT + S.</li>
98                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/129">#129</a>] In IE,
99                        it was not possible to paste if "Allow paste operation via script" was disabled
100                        in the browser security settings.</li>
101                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/112">#112</a>] The enter
102                        key now behaves correctly on lists with Firefox, when the EnterMode is set to 'br'.</li>
103                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/152">#152</a>] Invalid
104                        self-closing tags are now being fixed before loading. </li>
105                <li>A few tags were being ignored to the check for required contents (not getting stripped
106                        out, as expected). Fixed.</li>
107                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/202">#202</a>] The HR
108                        tag will not anymore break the contents loaded in the editor.</li>
109                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/211">#211</a>] Some invalid
110                        inputs, like "&lt;p&gt;" where making the caret disappear in Firefox.</li>
111                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/99">#99</a>] The &lt;div&gt;
112                        element is now considered a block container if EnterMode=p|br. It acts like a simple
113                        block only if EnterMode=div.</li>
114                <li>Hidden fields will now show up as an icon in IE, instead of a normal text field.
115                        They are also selectable and draggable, in all browsers.</li>
116                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/213">#213</a>] Styles
117                        are now preserved when hitting enter at the end of a paragraph.</li>
118                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/77">#77</a>] If ShiftEnterMode
119                        is set to a block tag (p or div), the desired block creation in now enforced, instead
120                        of copying the current block (which is still the behavior of the simple enter).</li>
121                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/209">#209</a>] Links and
122                        images URLs will now be correctly preserved with Netscape 7.1.</li>
123                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/165">#165</a>] The enter
124                        key now honors the EnterMode settings when outdenting a list item.</li>
125                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/190">#190</a>] Toolbars
126                        may be wrongly positioned. Fixed.</li>
127                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/254">#254</a>] The IgnoreEmptyParagraphValue
128                        setting is now correctly handled in Firefox.</li>
129                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/254">#248</a>] The behavior
130                        of the backspace key has been fixed on some very specific cases.</li>
131        </ul>
132        <h3>
133                Version 2.4</h3>
134        <p>
135                New Features and Improvements:</p>
136        <ul>
137                <li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1329273&group_id=75348&atid=543656">SF
138                        Feature-1329273</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1456005&group_id=75348&atid=543656">SF
139                                Feature-1456005</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1315002&group_id=75348&atid=543653">SF
140                                        BUG-1315002</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1350180&group_id=75348&atid=543653">SF
141                                                BUG-1350180</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1450689&group_id=75348&atid=543653">SF
142                                                        BUG-1450689</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1461033&group_id=75348&atid=543653">SF
143                                                                BUG-1461033</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1510111&group_id=75348&atid=543653">SF
144                                                                        BUG-1510111</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1203560&group_id=75348&atid=543653">SF
145                                                                                BUG-1203560</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1564838&group_id=75348&atid=543653">SF
146                                                                                        BUG-1564838</a>] The advance <strong>Enter Key Handler</strong>
147                        is now being introduced. It gives you complete freedom to configure the editor to
148                        generate <strong>&lt;p&gt;, &lt;div&gt; or &lt;br&gt;</strong> when the user uses
149                        both the [Enter] and [Shift]+[Enter] keys. The new "EnterMode" and "ShiftEnterMode"
150                        settings can be use to control its behavior. It also guarantees that all browsers
151                        will generate the same output. </li>
152                <li>The new and powerful <strong>Keyboard Accelerator System</strong> is being introduced.
153                        You can now precisely control the commands to execute when some key combinations
154                        are activated by the user. It guarantees that all browsers will have the same behavior
155                        regarding the shortcuts.<br />
156                        It also makes it possible to remove buttons from the toolbar and still invoke their
157                        features by using the keyboard instead.
158                        <br />
159                        It also blocks all default "CTRL based shortcuts" imposed by the browsers, so if
160                        you don't want users to underline text, just remove the CTRL+U combination from
161                        the keystrokes table. Take a look at the FCKConfig.Keystrokes setting in the fckconfig.js
162                        file. </li>
163                <li>The new "<strong>ProtectedTags</strong>" configuration option is being introduced.
164                        It will accept a list of tags (separated by a pipe "|"), which will have no effect
165                        during editing, but will still be part of the document DOM. This can be used mainly
166                        for non HTML standard, custom tags.</li>
167                <li>Dialog box commands can now open resizable dialogs (by setting oCommand.Resizable
168                        = true).</li>
169                <li>Updated support for AFP. Thanks to Soenke Freitag.</li>
170                <li>New language file:<ul>
171                        <li><strong>Afrikaans</strong> (by Willem Petrus Botha). </li>
172                </ul>
173                </li>
174                <li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1456343&group_id=75348&atid=543655">SF
175                        Patch-1456343</a>] New sample file showing how to dynamically exchange a textarea
176                        and an instance of FCKeditor. Thanks to Finn Hakansson</li>
177                <li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1496115&group_id=75348&atid=543655">SF
178                        Patch-1496115</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1588578&group_id=75348&atid=543653">SF
179                                BUG-1588578</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1376534&group_id=75348&atid=543653">SF
180                                        BUG-1376534</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1343506&group_id=75348&atid=543653">SF
181                                                BUG-1343506</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1211065&group_id=75348&atid=543656">SF
182                                                        Feature-1211065</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=949144&group_id=75348&atid=543656">SF
183                                                                Feature-949144</a>] The content of anchors are shown and preserved
184                        on creation. * </li>
185                <li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1587175&group_id=75348&atid=543656">SF
186                        Feature-1587175</a>] Local links to an anchor are readjusted if the anchor changes.</li>
187                <li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1500040&group_id=75348&atid=543655">SF
188                        Patch-1500040</a>] New configuration values to specify the Id and Class for the
189                        body element.</li>
190                <li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1577202&group_id=75348&atid=543655">SF
191                        Patch-1577202</a>] The links created with the popup option now are accessible even
192                        if the user has JavaScript disabled.</li>
193                <li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1443472&group_id=75348&atid=543655">SF
194                        Patch-1443472</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1576488&group_id=75348&atid=543653">SF
195                                BUG-1576488</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1334305&group_id=75348&atid=543653">SF
196                                        BUG-1334305</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1578312&group_id=75348&atid=543653">SF
197                                                BUG-1578312</a>] The Paste from Word clean up function can be configured
198                        with FCKConfig.CleanWordKeepsStructure to preserve the markup as much as possible.
199                        Thanks Jean-Charles ROGEZ. </li>
200                <li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1472654&group_id=75348&atid=543655">SF
201                        Patch-1472654</a>] The server side script location for SpellerPages can now be set
202                        in the configuration file, by using the SpellerPagesServerScript setting.</li>
203                <li><span style="color: #ff0000">Attention:</span> All connectors are now pointing by
204                        default to the "/userfiles/" folder instead of "/UserFiles/" (case change). Also,
205                        the inner folders for each type (file, image, flash and media) are all lower-cased
206                        too.</li>
207                <li><span style="color: #ff0000">Attention:</span> The UseBROnCarriageReturn configuration
208                        is not anymore valid. The EnterMode setting can now be used to precisely set the
209                        enter key behavior.</li>
210        </ul>
211        <p>
212                Fixed Bugs:</p>
213        <ul>
214                <li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1444937&group_id=75348">SF
215                        BUG-1444937</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1274364&group_id=75348">SF
216                                BUG-1274364</a>] Shortcut keys are now undoable correctly.</li>
217                <li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1015230&group_id=75348">SF
218                        BUG-1015230</a>] Toolbar buttons now update their state on shortcut keys activation.</li>
219                <li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1485621&group_id=75348">SF
220                        BUG-1485621</a>] It is now possible to precisely control which shortcut keys can
221                        be used.</li>
222                <li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1573714&group_id=75348">SF
223                        BUG-1573714</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1593323&group_id=75348">SF
224                                BUG-1593323</a>] Paste was not working in IE if both AutoDetectPasteFromWord
225                        and ForcePasteAsPlainText settings were set to "false". </li>
226                <li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1578306&group_id=75348">SF
227                        BUG-1578306</a>] The context menu was wrongly positioned if the editing document
228                        was set to render in strict mode. Thanks to Alfonso Martinez.</li>
229                <li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1567060&group_id=75348">SF
230                        BUG-1567060</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1565902&group_id=75348">SF
231                                BUG-1565902</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1440631&group_id=75348">SF
232                                        BUG-1440631</a>] IE was getting locked on some specific cases. Fixed.</li>
233                <li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1582859&group_id=75348">SF
234                        BUG-1582859</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1579507&group_id=75348&atid=543655">SF
235                                Patch-1579507</a>] Firefox' spellchecker is now disabled during editing mode.
236                        Thanks to Alfonso Martinez.</li>
237                <li>Fixed Safari and Opera detection system (for development purposes only).</li>
238                <li>Paste from Notepad was including font information in IE. Fixed.</li>
239                <li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1584092&group_id=75348">SF
240                        BUG-1584092</a>] When replacing text area, names with spaces are now accepted.</li>
241                <li>Depending on the implementation of toolbar combos (mainly for custom plugins) the
242                        editor area was loosing the focus when clicking in the combo label. Fixed.</li>
243                <li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1596937&group_id=75348&atid=543653">SF
244                        BUG-1596937</a>] InsertHtml() was inserting the HTML outside the editor area on
245                        some very specific cases.</li>
246                <li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1585548&group_id=75348">SF
247                        BUG-1585548</a>] On very specific, rare and strange cases, the XHTML processor was
248                        not working properly in IE. Fixed.</li>
249                <li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1584951&group_id=75348">SF
250                        BUG-1584951</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1380598&group_id=75348">SF
251                                BUG-1380598</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1198139&group_id=75348">SF
252                                        BUG-1198139</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1437318&group_id=75348">SF
253                                                BUG-1437318</a>] In Firefox, the style selector will not anymore delete
254                        the contents when removing styles on specific cases.</li>
255                <li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1515441&group_id=75348">SF
256                        BUG-1515441</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1451071&group_id=75348">SF
257                                BUG-1451071</a>] The "Insert/Edit Link" and "Select All" buttons are now working
258                        properly when the editor is running on a IE Modal dialog.</li>
259                <li>On some very rare cases, IE was throwing a memory error when hiding the context
260                        menus. Fixed.</li>
261                <li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1526154&group_id=75348">SF
262                        BUG-1526154</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1509208&group_id=75348&atid=543653">SF
263                                BUG-1509208</a>] With Firefox, &lt;style&gt; tags defined in the source are
264                        now preserved.</li>
265                <li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1535946&group_id=75348">SF
266                        BUG-1535946</a>] The IE dialog system has been changed to better work with custom
267                        dialogs.</li>
268                <li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1599520&group_id=75348">SF
269                        BUG-1599520</a>] The table dialog was producing empty tags when leaving some of
270                        its fields empty.</li>
271                <li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1599545&group_id=75348">SF
272                        BUG-1599545</a>] HTML entities are now processed on attribute values too.</li>
273                <li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1598517&group_id=75348">SF
274                        BUG-1598517</a>] Meta tags are now protected from execution during editing (avoiding
275                        the "redirect" meta to be activated).</li>
276                <li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1415601&group_id=75348">SF
277                        BUG-1415601</a>] Firefox internals: styleWithCSS is used instead of the deprecated
278                        useCSS whenever possible.</li>
279                <li>All JavaScript Core extension function have been renamed to "PascalCase" (some were
280                        in "camelCase"). This may have impact on plugins that use any of those functions.</li>
281                <li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1592311&group_id=75348">SF
282                        BUG-1592311</a>] Operations in the caption of tables are now working correctly in
283                        both browsers.</li>
284                <li>Small interface fixes to the about box.</li>
285                <li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1604576&group_id=75348&atid=543655">SF
286                        PATCH-1604576</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1604301&group_id=75348">SF
287                                BUG-1604301</a>] Link creation failed in Firefox 3 alpha. Thanks to Arpad Borsos</li>
288                <li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1577247&group_id=75348&atid=543653">SF
289                        BUG-1577247</a>] Unneeded call to captureEvents and releaseEvents.</li>
290                <li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1610790&group_id=75348">SF
291                        BUG-1610790</a>] On some specific situations, the call to form.submit(), in form
292                        were FCKeditor has been unloaded by code, was throwing the "Can't execute code from
293                        a freed script" error.</li>
294                <li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1613167&group_id=75348&atid=543653">SF
295                        BUG-1613167</a>] If the configuration was missing the FCKConfig.AdditionalNumericEntities
296                        entry an error appeared.</li>
297                <li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1590848&group_id=75348&atid=543653">SF
298                        BUG-1590848</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1626360&group_id=75348&atid=543653">SF
299                                BUG-1626360</a>] Cleaning of JavaScript strict warnings in the source code.</li>
300                <li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1559466&group_id=75348&atid=543653">SF
301                        BUG-1559466</a>] The ol/ul list property window always searched first for a UL element.</li>
302                <li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1516008&group_id=75348&atid=543653">SF
303                        BUG-1516008</a>] Class attribute in IE wasn't loaded in the image dialog.</li>
304                <li>The "OnAfterSetHTML" event is now fired when being/switching to Source View.</li>
305                <li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1631807&group_id=75348&atid=543653">SF
306                        BUG-1631807</a>] Elements' style properties are now forced to lowercase in IE.</li>
307                <li>The extensions "html", "htm" and "asis" have been added to the list of denied extensions
308                        on upload.</li>
309                <li>Empty inline elements (like span and strong) will not be generated any more.</li>
310                <li>Some elements attributes (like hspace) where not being retrieved when set to "0".</li>
311                <li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1508341&group_id=75348&atid=543653">SF
312                        BUG-1508341</a>] Fix for the ColdFusion script file of SpellerPages.</li>
313        </ul>
314        <p>
315                * This version has been partially sponsored by <a href="http://www.imedi.org/">Medical
316                        Media Lab</a>.</p>
317        <h3>
318                Version 2.3.3</h3>
319        <p>
320                New Features and Improvements:</p>
321        <ul>
322                <li>The project has been <strong>relicensed</strong> under the terms of the <strong>
323                        GPL / LGPL / MPL</strong> licenses. This change will remove many licensing compatibility
324                        issues with other open source licenses, making the editor even more "open" than
325                        before. </li>
326                <li><font color="#ff0000">Attention:</font> The default directory in the distribution
327                        package is now named "fckeditor" (in lowercase) instead of "FCKeditor".&nbsp; This
328                        change may impact installations on case sensitive OSs, like Linux. </li>
329                <li><font color="#ff0000">Attention:</font> The "Universal Keyboard" has been removed
330                        from the package. The license of those files was unclear so they can't be included
331                        alongside the rest of FCKeditor.</li>
332        </ul>
333        <h3>
334                Version 2.3.2</h3>
335        <p>
336                New Features and Improvements:</p>
337        <ul>
338                <li>Users can now decide if the template dialog will replace the entire contents of
339                        the editor or simply place the template in the cursor position. This feature can
340                        be controlled by the "TemplateReplaceAll" and "TemplateReplaceCheckbox" configuration
341                        options.</li>
342                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1237693&group_id=75348&atid=543655">SF
343                        Patch-1237693</a>] A new configuration option (<strong>ProcessNumericEntities</strong>)
344                        is now available to tell the editor to convert non ASCII chars to their relative
345                        numeric entity references. It is disabled by default.</li>
346                <li>The new "<strong>AdditionalNumericEntities</strong>" setting makes it possible to
347                        define a set of characters to be transformed to their relative numeric entities.
348                        This is useful when you don't want the code to have simple quotes ('), for example.</li>
349                <li>The Norwegian language file (no.js) has been duplicated to include the Norwegian
350                        Bokmal (nb.js) in the supported interface languages. Thanks to Martin Kronstad.
351                </li>
352                <li>Two new patterns have been added to the Universal Keyboard:
353                        <ul>
354                                <li>Persian. Thanks to Pooyan Mahdavi</li>
355                                <li>Portuguese. Thanks to Bo Brandt.</li>
356                        </ul>
357                </li>
358                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1517322&group_id=75348&atid=543655">SF
359                        Patch-1517322</a>] It is now possible to define the start number on numbered lists.
360                        Thanks to Marcel Bennett.</li>
361                <li>The Font Format combo will now reflect the EditorAreaCSS styles.</li>
362                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1461539&group_id=75348&atid=543655">SF
363                        Patch-1461539</a>] The File Browser connector can now optionally return a "url"
364                        attribute for the files. Thanks to Pent.</li>
365                <li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1090851&group_id=75348">SF
366                        BUG-1090851</a>] The new "ToolbarComboPreviewCSS" configuration option has been
367                        created, so it is possible to point the Style and Format toolbar combos to a different
368                        CSS, avoiding conflicts with the editor area CSS.</li>
369                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1421309&amp;group_id=75348&amp;atid=543656">SF
370                        Feature-1421309</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1489402&group_id=75348">SF
371                                BUG-1489402</a>] It is now possible to configure the Quick Uploder target path
372                        to consider the file type (ex: Image or File) in the target path for uploads.</li>
373                <li>The JavaScript integration file has two new things:
374                        <ul>
375                                <li>The "CreateHtml()" function in the FCKeditor object, used to retrieve the HTML of
376                                        an editor instance, instead of writing it directly to the page (as done by "Create()").</li>
377                                <li>The global "FCKeditor_IsCompatibleBrowser()" function, which tells if the executing
378                                        browser is compatible with FCKeditor. This makes it possible to do any necessary
379                                        processing depending on the compatibility, without having to create and editor instance.</li>
380                        </ul>
381                </li>
382        </ul>
383        <p>
384                Fixed Bugs:</p>
385        <ul>
386                <li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1525242&group_id=75348">SF
387                        BUG-1525242</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1500050&group_id=75348">SF
388                                BUG-1500050</a>] All event attributes (like onclick or onmouseover) are now
389                        being protected before loading the editor. In this way, we avoid firing those events
390                        during editing (IE issue) and they don't interfere in other specific processors
391                        in the editor.</li>
392                <li>Small security fixes to the File Browser connectors. </li>
393                <li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1546226&group_id=75348">SF
394                        BUG-1546226</a>] Small fix to the ColdFusion CFC integration file.</li>
395                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&atid=543655&aid=1547768&group_id=75348">SF
396                        Patch-1407500</a>] The Word Cleanup function was breaking the HTML on pasting, on
397                        very specific cases. Fixed, thanks to Frode E. Moe.</li>
398                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1551979&group_id=75348&atid=543655">SF
399                        Patch-1551979</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1418066&group_id=75348">SF
400                                BUG-1418066</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1439621&group_id=75348">SF
401                                        BUG-1439621</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1501698&group_id=75348&atid=543653">SF
402                                                BUG-1501698</a>] Make FCKeditor work with application/xhtml+xml. Thanks
403                        to Arpad Borsos.</li>
404                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1547738&group_id=75348&atid=543655">SF
405                        Patch-1547738</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1550595&group_id=75348&atid=543653">SF
406                                BUG-1550595</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1540807&group_id=75348&atid=543653">SF
407                                        BUG-1540807</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1510685&group_id=75348&atid=543653">SF
408                                                BUG-1510685</a>] Fixed problem with panels wrongly positioned when the
409                        editor is placed on absolute or relative positioned elements. Thanks to Filipe Martins.</li>
410                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1511294&group_id=75348&atid=543655">SF
411                        Patch-1511294</a>] Small fix for the File Browser compatibility with IE 5.5.</li>
412                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1503178&group_id=75348&atid=543655">SF
413                        Patch-1503178</a>] Small improvement to stop IE from loading smiley images when
414                        one smiley is quickly selected from a huge list of smileys. Thanks to stuckhere.</li>
415                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1549112&group_id=75348&atid=543653">SF
416                        BUG-1549112</a>] The Replace dialog window now escapes regular expression specific
417                        characters in the find and replace fields.</li>
418                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1548788&group_id=75348&atid=543653">SF
419                        BUG-1548788</a>] Updated the ieSpell download URL.</li>
420                <li>In FF, the editor was throwing an error when closing the window. Fixed.</li>
421                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1538509&group_id=75348&atid=543653">SF
422                        BUG-1538509</a>] The "type" attribute for text fields will always be set now.</li>
423                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1551734&group_id=75348&atid=543653">SF
424                        BUG-1551734</a>] The SetHTML function will now update the editing area height no
425                        matter which editing mode is active.</li>
426                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1554141&group_id=75348&atid=543653">SF
427                        BUG-1554141</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1565562&group_id=75348&atid=543653">SF
428                                BUG-1565562</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1451056&group_id=75348&atid=543653">SF
429                                        BUG-1451056</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1478408&group_id=75348&atid=543653">SF
430                                                BUG-1478408</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1489322&group_id=75348&atid=543653">SF
431                                                        BUG-1489322</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1513667&group_id=75348&atid=543653">SF
432                                                                BUG-1513667</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1562134&group_id=75348&atid=543653">SF
433                                                                        BUG-1562134</a>] The protection of URLs has been enhanced
434                        and now it will not break URLs on very specific cases.</li>
435                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1545732&group_id=75348&atid=543653">SF
436                        BUG-1545732</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1490919&group_id=75348&atid=543653">SF
437                                BUG-1490919</a>] No security errors will be thrown when loading FCKeditor in
438                        page inside a FRAME defined in a different domain.</li>
439                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1512817&group_id=75348&atid=543653">SF
440                        BUG-1512817</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1571345&group_id=75348&atid=543653">SF
441                                BUG-1571345</a>] Fixed the "undefined" addition to the content when ShowBorders
442                        = false and FullPage = true in Firefox. Thanks to Brett.</li>
443                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1512798&group_id=75348&atid=543653">SF
444                        BUG-1512798</a>] BaseHref will now work well on FullPage, even if no &lt;head&gt;
445                        is available.</li>
446                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1509923&group_id=75348&atid=543653">SF
447                        BUG-1509923</a>] The DocumentProcessor is now called when using InserHtml().</li>
448                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1505964&group_id=75348&atid=543653">SF
449                        BUG-1505964</a>] The DOCTYPE declaration is now preserved when working in FullPage.</li>
450                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1553727&group_id=75348&atid=543653">SF
451                        BUG-1553727</a>] The editor was throwing an error when inserting complex templates.
452                        Fixed.</li>
453                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1564930&group_id=75348&atid=543655">SF
454                        Patch-1564930</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1562828&group_id=75348">SF
455                                BUG-1562828</a>] In IE, anchors where incorrectly copied when using the Paste
456                        from Word button. Fixed, thanks to geirhelge.</li>
457                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1557709&group_id=75348&atid=543653">SF
458                        BUG-1557709</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1421810&group_id=75348&atid=543653">SF
459                                BUG-1421810</a>] The link dialog now validates Popup Window names.</li>
460                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1556878&group_id=75348&atid=543653">SF
461                        BUG-1556878</a>] Firefox was creating empty tags when deleting the selection in
462                        some special cases.</li>
463                <li>The context menu for links is now correctly shown when right-clicking on floating
464                        divs.</li>
465                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1084404&group_id=75348&atid=543653">SF
466                        BUG-1084404</a>] The XHTML processor now ignores empty span tags.</li>
467                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1221728&group_id=75348&atid=543653">SF
468                        BUG-1221728</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1174503&group_id=75348&atid=543653">SF
469                                BUG-1174503</a>] The &lt;abbr&gt; tag is not anymore getting broken by IE.</li>
470                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1182906&group_id=75348&atid=543653">SF
471                        BUG-1182906</a>] IE is not anymore messing up mailto links.</li>
472                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1386094&group_id=75348&atid=543653">SF
473                        BUG-1386094</a>] Fixed an issue when setting configuration options to empty ('')
474                        by code.</li>
475                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1389435&group_id=75348&atid=543653">SF
476                        BUG-1389435</a>] Fixed an issue in some dialog boxes when handling numeric inputs.</li>
477                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1398829&group_id=75348&atid=543653">SF
478                        BUG-1398829</a>] Some links may got broken on very specific cases. Fixed.</li>
479                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1409969&group_id=75348&atid=543653">SF
480                        BUG-1409969</a>] &lt;noscript&gt; tags now remain untouched by the editor.</li>
481                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1433457&group_id=75348&atid=543653">SF
482                        BUG-1433457</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1513631&group_id=75348&atid=543653">SF
483                                BUG-1513631</a>] Empty "href" attributes in &lt;a&gt; or empty "src" in &lt;img&gt;
484                        will now be correctly preserved.</li>
485                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1435195&group_id=75348&atid=543653">SF
486                        BUG-1435195</a>] Scrollbars are now visible in the File Browser (for custom implementations).</li>
487                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1438296&group_id=75348&atid=543653">SF
488                        BUG-1438296</a>] The "ForceSimpleAmpersand" setting is now being honored in all
489                        tags.</li>
490                <li>If a popup blocker blocks context menu operations, the correct alert message is
491                        displayed now, instead of a ugly JavaScript error.</li>
492                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1454116&group_id=75348&atid=543653">SF
493                        BUG-1454116</a>] The GetXHTML() function will not change the IsDirty() value of
494                        the editor.</li>
495                <li>The spell check may not work correctly when using SpellerPages with ColdFusion.
496                        Fixed.</li>
497                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1481861&group_id=75348&atid=543653">SF
498                        BUG-1481861</a>] HTML comments are now removed by the Word Cleanup System.</li>
499                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1489390&group_id=75348&atid=543653">SF
500                        BUG-1489390</a>] A few missing hard coded combo options used in some dialogs are
501                        now localizable.</li>
502                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1505448&group_id=75348&atid=543653">SF
503                        BUG-1505448</a>] The Form dialog now retrieves the value of the "action" attribute
504                        exactly as defined in the source.</li>
505                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1517322&group_id=75348&atid=543655">SF
506                        Patch-1517322</a>] Solved an issue when the toolbar has buttons with simple icons
507                        (usually used by plugins) mixed with icons coming from a strip (the default toolbar
508                        buttons).</li>
509                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1575261&group_id=75348&atid=543655">SF
510                        Patch-1575261</a>] Some fields in the Table and Cell Properties dialogs were being
511                        cut. Fixed.</li>
512                <li>Fixed a startup compatibility issue with Firefox 1.0.4.</li>
513        </ul>
514        <h3>
515                Version 2.3.1</h3>
516        <p>
517                Fixed Bugs:</p>
518        <ul>
519                <li>[<a target="_blank" href="https://sourceforge.net/support/tracker.php?aid=1506126">SF
520                        BUG-1506126</a>] Fixed the Catalan language file, which had been published with
521                        problems in accented letters. </li>
522                <li>More performance improvements in the default File Browser.</li>
523                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1506701&group_id=75348&atid=543653">SF
524                        BUG-1506701</a>] Fixed compatibility issues with IE 5.5.</li>
525                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1509073&group_id=75348&atid=543653">SF
526                        BUG-1509073</a>] Fixed the "Image Properties" dialog window, which was making invalid
527                        calls to the "editor/dialog/" directory, generating error 400 entries in the web
528                        server log.</li>
529                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1507294&group_id=75348&atid=543653">SF
530                        BUG-1507294</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1507953&group_id=75348&atid=543653">SF
531                                BUG-1507953</a>] The editing area was getting a fixed size when using the "SetHTML"
532                        API command or even when switching back from the source view. Fixed.</li>
533                <li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1507755&group_id=75348">SF
534                        BUG-1507755</a>] Fixed a conflict between the "DisableObjectResizing" and "ShowBorders"
535                        configuration options over IE.</li>
536                <li>Opera 9 tries to "mimic" Gecko in the browser detection system of FCKeditor. As
537                        this browser is not "yet" supported, the editor was broken on it. It has been fixed,
538                        and now a textarea is displayed, as in any other unsupported browser. Support for
539                        Opera is still experimental and can be activated by setting the property "EnableOpera"
540                        to true when creating an instance of the editor with the JavaScript integration
541                        files.</li>
542                <li>With Opera 9, the toolbar was jumping on buttons rollover. </li>
543                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1509479&group_id=75348&atid=543656">SF
544                        BUG-1509479</a>] The iframes used in Firefox for all editor panels (dropdown combos,
545                        context menu, etc...) are now being placed right before the main iframe that holds
546                        the editor. In this way, if the editor container element is removed from the DOM
547                        (by DHTML) they are removed together with it.</li>
548                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1271070&group_id=75348&atid=543653">SF
549                        BUG-1271070</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1411430&group_id=75348&atid=543653">SF
550                                BUG-1411430</a>] The editor API now works well on DHTML pages that create and
551                        remove instances of FCKeditor dynamically. </li>
552                <li>A second call to a page with the editor was not working correctly with Firefox 1.0.x.
553                        Fixed.</li>
554                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1511460&group_id=75348&atid=543653">SF
555                        BUG-1511460</a>] Small correction to the &lt;script&gt; protected source regex.
556                        Thanks to Randall Severy.</li>
557                <li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1521754&group_id=75348">SF
558                        BUG-1521754</a>] Small fix to the paths of the internal CSS files used by FCKeditor.
559                        Thanks to johnw_ceb.</li>
560                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1511442&group_id=75348&atid=543653">SF
561                        BUG-1511442</a>] The &lt;base&gt; tag is now correctly handled in IE, no matter
562                        its position in the source code.</li>
563                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1507773&group_id=75348&atid=543653">SF
564                        BUG-1507773</a>] The "Lock" and "Reset" buttons in the Image Properties dialog window
565                        are not anymore jumping with Firefox 1.5.</li>
566        </ul>
567        <h3>
568                Version 2.3</h3>
569        <p>
570                New Features and Improvements:</p>
571        <ul>
572                <li>The <strong>Toolbar Sharing</strong> system has been completed. See sample10.html
573                        and sample11.html.*</li>
574                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1407500&group_id=75348&atid=543655">SF
575                        Patch-1407500</a>] Small enhancement to the Find and Replace dialog windows.</li>
576        </ul>
577        <p>
578                Fixed Bugs:</p>
579        <ul>
580                <li>Small security fixes.</li>
581                <li>The context menu system has been optimized. Nested menus now open "onmouseover".
582                </li>
583                <li>An error in the image preloader system was making the toolbar strip being downloaded
584                        once for each button on slow connections. Some enhancements have also been made
585                        so now the smaple05.html is loading fast for all skins.</li>
586                <li>Fixed many memory leak issues with IE.</li>
587                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1489768&group_id=75348&atid=543653">SF
588                        BUG-1489768</a>] The panels (context menus, toolbar combos and color selectors),
589                        where being displayed in the wrong position if the contents of the editor, or its
590                        containing window were scrolled down. </li>
591                <li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1493176&group_id=75348">SF
592                        BUG-1493176</a>] Using ASP, the connector was not working on servers with buffer
593                        disable by default.</li>
594                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1491784&group_id=75348&atid=543653">SF
595                        BUG-1491784</a>] Language files have been updated to not include html entities.</li>
596                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1490259&group_id=75348&atid=543653">SF
597                        BUG-1490259</a>] No more security warning on IE over HTTPS.</li>
598                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1493173&group_id=75348&atid=543653">SF
599                        BUG-1493173</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1499708&group_id=75348">SF
600                                BUG-1499708</a>] We now assume that, if a user is in source editing, he/she
601                        wants to control the HTML, so the editor doesn't make changes to it when posting
602                        the form being in source view or when calling the GetXHTML function in the API.
603                </li>
604                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1490610&group_id=75348&atid=543653">SF
605                        BUG-1490610</a>] The FitWindow is now working on elements set with relative position.</li>
606                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1493438&group_id=75348&atid=543653">SF
607                        BUG-1493438</a>] The "Word Wrap" combo in the cell properties dialog now accepts
608                        only Yes/No (no more &lt;Not Set&gt; value).</li>
609                <li>The context menu is now being hidden when a nested menu option is selected.</li>
610                <li>Table cell context menu operations are now working correctly.</li>
611                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1494549&group_id=75348&atid=543653">SF
612                        BUG-1494549</a>] The code formatter was having problems with dollar signs inside
613                        &lt;pre&gt; tags.</li>
614                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1459740&group_id=75348&atid=543655">SF
615                        Patch-1459740</a>] The "src" element of images can now be set by styles definitions.
616                        Thanks to joelwreed.</li>
617                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1437052&group_id=75348&atid=543655">SF
618                        Patch-1437052</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1436166&group_id=75348&atid=543655">SF
619                                Patch-1436166</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1352385&group_id=75348&atid=543655">SF
620                                        Patch-1352385</a>] Small fix to the FCK.InsertHtml, FCKTools.AppendStyleSheet
621                        and FCKSelection.SelectNode functions over IE. Thanks to Alfonso Martinez.</li>
622                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1349765&group_id=75348&atid=543655">SF
623                        Patch-1349765</a>] Small fix to the FCKSelection.GetType over Firefox. Thanks to
624                        Alfonso Martinez.</li>
625                <li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543655&aid=1495422&group_id=75348">SF
626                        Patch-1495422</a>] The editor now creates link based on the URL when no selection
627                        is available. Thanks to Dominik Pesch.</li>
628                <li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543655&aid=1478859&group_id=75348">SF
629                        Patch-1478859</a>] On some circumstances, the Yahoo popup blocker was blocking the
630                        File Browser window, giving no feedback to the user. Now an alert message is displayed.</li>
631                <li>When using the editor in a RTL localized interface, like Arabic, the toolbar combos
632                        were not showing completely in the first click. Fixed.</li>
633                <li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1500212&group_id=75348">SF
634                        BUG-1500212</a>] All "_samples/html" samples are now working when loading directly
635                        from the Windows Explorer. Thanks to Alfonso Martinez.</li>
636                <li>The "FitWindow" feature was breaking the editor under Firefox 1.0.x.</li>
637                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1500032&group_id=75348&atid=543655">SF
638                        Patch-1500032</a>] In Firefox, the caret position now follows the user clicks when
639                        clicking in the white area bellow the editor contents. Thanks to Alfonso Martinez.</li>
640                <li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1499522&group_id=75348">SF
641                        BUG-1499522</a>] In Firefox, the link dialog window was loosing the focus (and quickly
642                        reacquiring it) when opening. This behavior was blocking the dialog in some Linux
643                        installations. </li>
644                <li>Drastically improved the loading performance of the file list in the default File
645                        Browser.</li>
646                <li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1503059&group_id=75348">SF
647                        BUG-1503059</a>] The default "BasePath" for FCKeditor in all integration files has
648                        been now unified to "/fckeditor/" (lower-case). This is the usual casing system
649                        in case sensitive OSs like Linux.</li>
650                <li>The "DisableFFTableHandles" setting is now honored when switching the full screen
651                        mode with FitWindow.</li>
652                <li>Some fixes has been applied to the cell merging in Firefox.</li>
653        </ul>
654        <p>
655                * This version has been partially sponsored by <a href="http://www.footsteps.nl/">Footsteps</a>
656                and <a href="http://www.kentico.com/">Kentico</a>.</p>
657        <h3>
658                Version 2.3 Beta</h3>
659        <p>
660                New Features and Improvements:</p>
661        <ul>
662                <li><span><strong>Extremely Fast Loading!</strong> The editor now loads more than 3
663                        times faster than before, with no impact on its advanced features.</span> </li>
664                <li><span><strong>New toolbar system</strong>:</span>
665                        <ul>
666                                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1454850&amp;group_id=75348&amp;atid=543656">SF
667                                        Feature-1454850</a>] The toolbar will now <strong>load much faster</strong>. All
668                                        images have being merged in a single image file using a unique system available
669                                        only with FCKeditor. </li>
670                                <li>The &quot;Text Color&quot; and &quot;Background Color&quot; commands buttons have
671                                        enhancements on the interface.</li>
672                                <li><strong><span style="color: #ff0000">Attention</span></strong>: As a completely
673                                        new system has being developed. Skins created for versions prior this one will not
674                                        work. Skin styles definitions have being merged, added and removed. All skins have
675                                        been a little bit reviewed. </li>
676                                <li>It is possible to <strong>detach the toolbar</strong> from an editor instance and
677                                        share it with other instances. In this way you may have only one toolbar (in the
678                                        top of the window, for example, that can be used by many editors (see <a href="_samples/html/sample10.html">
679                                                sample10.html</a>). This feature is still under development (issues with IE
680                                        focus still to be solved).* </li>
681                        </ul>
682                </li>
683                <li><strong><span>New context menu system</span></strong>:
684                        <ul>
685                                <li>It uses the same (fast) loading system as the toolbar. </li>
686                                <li>Sub-Menus are now available to group features (try the context menu over a table
687                                        cell). </li>
688                                <li>It is now possible to create your own context menu entries by creating plugins.
689                                </li>
690                        </ul>
691                </li>
692                <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">
693                        plugin</a> published by Paul Moers. Thanks Paul!</li>
694                <li><strong>&quot;Auto Grow&quot; Plugin</strong>: automatically resizes the editor
695                        until a maximum height, based on its contents size.** </li>
696                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1444943&amp;group_id=75348&amp;atid=543656">SF
697                        Feature-1444943</a>] <strong>Multiple CSS files</strong> can now be used in the
698                        editing area. Just define FCKConfig.EditorAreaCSS as an array of strings (each one
699                        is a path to a different css file). It works also as a simple string, as on prior
700                        versions. </li>
701                <li>New language files:<ul>
702                        <li><strong>Bengali / Bangla</strong> (by Richard Walledge).</li>
703                        <li><strong>English (Canadian)</strong> (by Kevin Bennett). </li>
704                        <li><strong>Khmer</strong> (by Sengtha Chay).</li>
705                </ul>
706                </li>
707                <li>The source view is now available in the editing area on Gecko browsers. Previously
708                        a popup was used for it (due to a Firefox bug). </li>
709                <li><span>As some people may prefer the popup way for source editing, a new configuration
710                        option (SourcePopup) has being introduced.</span> </li>
711                <li>The IEForceVScroll configuration option has been removed. The editor now automatically
712                        shows the vertical scrollbar when needed (for XHTML doctypes). </li>
713                <li>The configuration file doesn't define a default DOCTYPE to be used now. </li>
714                <li>It is now possible to easily change the toolbar using the JavaScript API by just
715                        calling &lt;EditorInstance&gt;.ToolbarSet.Load( '&lt;ToolbarName&gt;' ). See _testcases/010.html
716                        for a sample. </li>
717                <li>The &quot;OnBlur&quot; and &quot;OnFocus&quot; JavaScript API events are now compatible
718                        with all supported browsers. </li>
719                <li>Some few updates in the Lasso connector and uploader. </li>
720                <li>The GeckoUseSPAN setting is now set to "false" by default. In this way, the code
721                        produced by the bold, italic and underline commands are the same on all browsers.</li>
722        </ul>
723        <p>
724                Fixed Bugs:</p>
725        <ul>
726                <li><strong>Important security fixes have been applied to the File Manager, Uploader
727                        and Connectors. Upgrade is highly recommended.</strong> Thanks to Alberto Moro,
728                        Baudouin Lamourere and James Bercegay.</li>
729                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1399966&amp;group_id=75348&amp;atid=543653">SF
730                        BUG-1399966</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1249853&amp;group_id=75348&amp;atid=543653">SF
731                                BUG-1249853</a>] The &quot;BaseHref&quot; configuration is now working with
732                        Firefox in both normal and full page modes.</li>
733                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1405263&amp;group_id=75348&amp;atid=543653">SF
734                        BUG-1405263</a>] A typo in the configuration file was impacting the Quick Upload
735                        feature. </li>
736                <li>Nested &lt;ul&gt; and &lt;ol&gt; tags are now generating valid html.</li>
737                <li>The &quot;wmode&quot; and &quot;quality&quot; attributes are now preserved for Flash
738                        embed tags, in case they are entered manually in the source view. Also, empty attributes
739                        are removed from that tag. </li>
740                <li>Tables where not being created correctly on Opera. </li>
741                <li>The XHTML processor will ignore invalid tags with names ending with &quot;:&quot;,
742                        like http:. </li>
743                <li><span>On Firefox, the scrollbar is not anymore displayed on toolbar dropdown commands
744                        when not needed.</span> </li>
745                <li><span>Some small fixes have being done to the dropdown commands rendering for FF</span>.
746                </li>
747                <li>The table dialog window has been a little bit enlarged to avoid contents being cropped
748                        on some languages, like Russian. </li>
749                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1465203&amp;group_id=75348&amp;atid=543653">SF
750                        BUG-1465203</a>] The ieSpell download URL has been updated. The problem is that
751                        they don't have a fixed URL for it, so let's hope the mirror will be up for it.
752                </li>
753                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1456332&amp;group_id=75348&amp;atid=543653">SF
754                        BUG-1456332</a>] Small fix in the Spanish language file. </li>
755                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1457078&amp;group_id=75348&amp;atid=543653">SF
756                        BUG-1457078</a>] The File Manager was generating 404 calls in the server. </li>
757                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1459846&amp;group_id=75348&amp;atid=543653">SF
758                        BUG-1459846</a>] Fixed a problem with the config file if PHP is set to parse .js
759                        files. </li>
760                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1432120&amp;group_id=75348&amp;atid=543653">SF
761                        BUG-1432120</a>] The &quot;UserFilesAbsolutePath&quot; setting is not correctly
762                        used in the PHP uploader. </li>
763                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1432120&amp;group_id=75348&amp;atid=543653">SF
764                        BUG-1408869</a>] The collapse handler is now rendering correctly in Firefox 1.5.
765                </li>
766                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1410082&amp;group_id=75348&amp;atid=543653">SF
767                        BUG-1410082</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1424240&amp;group_id=75348&amp;atid=543653">SF
768                                BUG-1424240</a>] The &quot;moz-bindings.xml&quot; file is now well formed. </li>
769                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1413980&amp;group_id=75348&amp;atid=543653">SF
770                        BUG-1413980</a>] All frameborder &quot;yes/no&quot; values have been changes to
771                        &quot;1/0&quot;. </li>
772                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1414101&amp;group_id=75348&amp;atid=543653">SF
773                        BUG-1414101</a>] The fake table borders are now showing correctly when running under
774                        the &quot;file://&quot; protocol. </li>
775                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1414155&amp;group_id=75348&amp;atid=543653">SF
776                        BUG-1414155</a>] Small typo in the cell properties dialog window.</li>
777                <li>Fixed a problem in the File Manager. It was not working well with folder or file
778                        names with apostrophes ('). Thanks to René de Jong.</li>
779                <li>Small "lenght" type corrected in the select dialog window. Thanks to Bernd Nussbaumer.</li>
780                <li>The about box is now showing correctly in Firefox 1.5.</li>
781                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1464020&group_id=75348&atid=543655">SF
782                        Patch-1464020</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1155793&group_id=75348&atid=543653">SF
783                                BUG-1155793</a>] The "Unlink" command is now working correctly under Firefox
784                        if you don't have a complete link selection. Thanks to Johnny Egeland.</li>
785                <li>In the File Manager, it was not possible to upload files to folders with ampersands
786                        in the name. Thanks to Mike Pone.</li>
787                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1178359&group_id=75348&atid=543653">SF
788                        BUG-1178359</a>] Elements from the toolbar are not anymore draggable in the editing
789                        area.</li>
790                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1487544&group_id=75348&atid=543653">SF
791                        BUG-1487544</a>] Fixed a small issue in the code formatter for &lt;br /&gt; and
792                        &lt;hr /&gt; tags.</li>
793                <li>The "Background Color" command now works correctly when the GeckoUseSPAN setting
794                        is disabled (default).</li>
795                <li>Links are now rendered in blue with Firefox (they were black before). Actually,
796                        an entry for it has been added to the editing area CSS, so you can customize with
797                        the color you prefer. </li>
798        </ul>
799        <p>
800                * This version has been partially sponsored by <a href="http://www.footsteps.nl/">Footsteps</a>
801                and <a href="http://www.kentico.com/">Kentico</a>.
802                <br />
803                ** This version has been partially sponsored by <a href="http://www.nextide.ca/">Nextide</a>.</p>
804        <h3>
805                Version 2.2</h3>
806        <p>
807                New Features and Improvements:</p>
808        <ul>
809                <li>Let's welcome Wim Lemmens (didgiman). He's our new responsible for the ColdFusion
810                        integration. In this version we are introducing his new files with the following
811                        changes:
812                        <ul>
813                                <li>The &quot;<strong>Uploader</strong>&quot;, used for quick uploads,&nbsp;is now available
814                                        <strong>natively for ColdFusion</strong>. </li>
815                                <li>Small bugs have been corrected in the <strong>File Browser connector</strong>. </li>
816                                <li>The samples now work as is, even if you don't install the editor in the &quot;/FCKeditor&quot;
817                                        directory.</li>
818                        </ul>
819                </li>
820                <li>And a big welcome also to &quot;Andrew Liu&quot;, our responsible for the <strong>
821                        Python</strong> integration. This version is bringing <strong>native support for Python</strong>
822                        , including the File Browser connector and Quick Upload. </li>
823                <li>The &quot;<strong>IsDirty()</strong>&quot; and &quot;<strong>ResetIsDirty()</strong>&quot;
824                        functions have been&nbsp;added to the&nbsp;JavaScript API&nbsp;to check if the editor
825                        content has been changed.* </li>
826                <li>New language files:
827                        <ul>
828                                <li><strong>Hindi</strong> (by Utkarshraj Atmaram) </li>
829                                <li><strong>Latvian </strong>(by Janis Klavin&scaron;)</li>
830                        </ul>
831                </li>
832                <li>For&nbsp;the interface, now we have complete <strong>RTL support</strong> also for
833                        the drop-down toolbar commands, color selectors and context menu. </li>
834                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1325113&amp;group_id=75348&amp;atid=543653">SF
835                        BUG-1325113</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1277661&amp;group_id=75348&amp;atid=543653">SF
836                                BUG-1277661</a>] The new &quot;Delete Table&quot; command is available in the
837                        Context Menu when right-clicking inside a table. </li>
838                <li>The &quot;FCKConfig.DisableTableHandles&quot; configuration option is now working
839                        on Firefox 1.5. </li>
840                <li>The new &quot;<strong>OnBlur</strong>&quot; and &quot;<strong>OnFocus</strong>&quot;
841                        events have been added to the JavaScript API (IE only). See&nbsp;&quot;_samples/html/sample09.html&quot;&nbsp;*
842                </li>
843                <li><strong><font color="#ff0000">Attention</font></strong>: The &quot;<strong>GetHTML</strong>&quot;
844                        function has been deprecated. It now returns the same value as &quot;<strong>GetXHTML</strong>&quot;.
845                        The same is valid for the &quot;EnableXHTML&quot; and &quot;EnableSourceXHTML&quot;
846                        that have no effects now. The editor now works with XHTML output only. </li>
847                <li><strong><font color="#ff0000">Attention</font></strong>: A new &quot;<strong>PreserveSessionOnFileBrowser</strong>&quot;
848                        configuration option has been introduced. It makes it possible to set whenever is
849                        needed to maintain the user session in the File Browser. It is disabled by default,
850                        as it has very specific usage and may cause the File Browser to be blocked by popup
851                        blockers. If you have custom File Browsers that depends on session information,
852                        remember to activate it. </li>
853                <li><strong><font color="#ff0000">Attention</font></strong>: The &quot;<strong>fun</strong>&quot;
854                        smileys set has been removed from the package. If you are using it, you must manually
855                        copy it to newer installations and upgrades. </li>
856                <li><strong><font color="#ff0000">Attention</font></strong>: The &quot;<strong>mcpuk</strong>&quot;
857                        file browser has been removed from the package. We have no ways to support it. There
858                        were also some licensing issues with it. Its web site can still be found at <a href="http://mcpuk.net/fbxp/">
859                                http://mcpuk.net/fbxp/</a>. </li>
860                <li>It is now possible to set different CSS styles for the chars in the Special Chars
861                        dialog window by adding the &quot;SpecialCharsOut&quot; and &quot;SpecialCharsOver&quot;
862                        in the &quot;fck_dialog.css&quot; skin file.* </li>
863                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1268726&amp;group_id=75348&amp;atid=543655">SF
864                        Patch-1268726</a>] Added table &quot;summary&quot; support in the table dialog.
865                        Thanks to Sebastien-Mahe. </li>
866                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1284380&amp;group_id=75348&amp;atid=543655">SF
867                        Patch-1284380</a>] It is now possible to define the icon of a FCKToolbarPanelButton
868                        object without being tied to the skin path (just like FCKToolbarButton). Thanks
869                        to Ian Sullivan. </li>
870                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1338610&amp;group_id=75348&amp;atid=543655">SF
871                        Patch-1338610</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1263009&amp;group_id=75348&amp;atid=543656">SF
872                                Patch-1263009</a>] New characters have been added to the &quot;Special Characters&quot;
873                        dialog window. Thanks to Deian. </li>
874                <li>You can set the QueryString value &quot;fckdebug=true&quot; to activate &quot;debug
875                        mode&quot; in the editor (showing the debug window), overriding the configurations.
876                        The &quot;AllowQueryStringDebug&quot; configuration option is also available so
877                        you can disable this feature.</li>
878        </ul>
879        <p>
880                Fixed Bugs:</p>
881        <ul>
882                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1363548&amp;group_id=75348&amp;atid=543653">SF
883                        BUG-1363548</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1364425&amp;group_id=75348&amp;atid=543653">SF
884                                BUG-1364425</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1335045&amp;group_id=75348&amp;atid=543653">SF
885                                        BUG-1335045</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1289661&amp;group_id=75348&amp;atid=543653">SF
886                                                BUG-1289661</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1225370&amp;group_id=75348&amp;atid=543653">SF
887                                                        BUG-1225370</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1156291&amp;group_id=75348&amp;atid=543653">SF
888                                                                BUG-1156291</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1165914&amp;group_id=75348&amp;atid=543653">SF
889                                                                        BUG-1165914</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1111877&amp;group_id=75348&amp;atid=543653">SF
890                                                                                BUG-1111877</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1092373&amp;group_id=75348&amp;atid=543653">SF
891                                                                                        BUG-1092373</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1101596&amp;group_id=75348&amp;atid=543653">SF
892                                                                                                BUG-1101596</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1246952&amp;group_id=75348&amp;atid=543653">SF
893                                                                                                        BUG-1246952</a>] The URLs for links and
894                        images are now correctly preserved as entered, no matter if you are using relative
895                        or absolute paths. </li>
896                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1162809&amp;group_id=75348&amp;atid=543653">SF
897                        BUG-1162809</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1205638&amp;group_id=75348&amp;atid=543653">SF
898                                BUG-1205638</a>] The &quot;Image&quot; and &quot;Flash&quot;&nbsp;dialog windows
899                        now loads the preview correctly if the &quot;BaseHref&quot; configuration option
900                        is set. </li>
901                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1329807&amp;group_id=75348&amp;atid=543653">SF
902                        BUG-1329807</a>] The alert boxes are now showing correctly when doing cut/copy/paste
903                        operations on Firefox installations when it is not possible to execute that operations
904                        due to security settings. </li>
905                <li>A new &quot;Panel&quot; system (used in the drop-dowm toolbar commands, color selectors
906                        and context menu) has been developed. The following bugs have been fixed with it:
907                        <ul>
908                                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1186927&amp;group_id=75348&amp;atid=543653">SF
909                                        BUG-1186927</a>] On IE, sometimes the context menu was being partially hidden.*
910                                </li>
911                                <li>On Firefox, the context menu was flashing in the wrong position before showing.
912                                </li>
913                                <li>On Firefox 1.5, the Color Selector was not working. </li>
914                                <li>On Firefox 1.5, the fonts in the panels were too big. </li>
915                                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1076435&amp;group_id=75348&amp;atid=543653">SF
916                                        BUG-1076435</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1200631&amp;group_id=75348&amp;atid=543653">SF
917                                                BUG-1200631</a>] On Firefox, sometimes the context menu was being shown in the
918                                        wrong position.</li>
919                        </ul>
920                </li>
921                <li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&amp;atid=543653&amp;aid=1364094&amp;group_id=75348">SF
922                        BUG-1364094</a>] Font families were <a target="_blank" href="https://bugzilla.mozilla.org/show_bug.cgi?id=317572">
923                                not being rendered correctly on Firefox</a> . </li>
924                <li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&amp;atid=543653&amp;aid=1315954&amp;group_id=75348">SF
925                        BUG-1315954</a>] No error is thrown when pasting some case specific code from editor
926                        to editor. </li>
927                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1341553&amp;group_id=75348&amp;atid=543653">SF
928                        BUG-1341553</a>] A small fix for a security alert in the File&nbsp;Browser has been
929                        applied. </li>
930                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1370953&amp;group_id=75348&amp;atid=543653">SF
931                        BUG-1370953</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1339898&amp;group_id=75348&amp;atid=543653">SF
932                                BUG-1339898</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1323319&amp;group_id=75348&amp;atid=543653">SF
933                                        BUG-1323319</a>] A message will be shown to the user (instead of a JS error)&nbsp;if
934                        a &quot;popup blocker&quot; blocks the &quot;Browser Server&quot; button. Thanks
935                        to Erwin Verdonk. </li>
936                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1370355&amp;group_id=75348&amp;atid=543653">SF
937                        BUG-1370355</a>] Anchor links that points to a single character anchor, like &quot;#A&quot;,
938                        are now correctly detected in the Link dialog window. Thanks to Ricky Casey. </li>
939                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1368998&amp;group_id=75348&amp;atid=543653">SF
940                        BUG-1368998</a>] Custom error processing has been added to the file upload on the
941                        File Browser. </li>
942                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1367802&amp;group_id=75348&amp;atid=543653">SF
943                        BUG-1367802</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1207740&amp;group_id=75348&amp;atid=543653">SF
944                                BUG-1207740</a>] A message is shown to the user if a dialog box is blocked by
945                        a popup blocker in Firefox. </li>
946                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1358891&amp;group_id=75348&amp;atid=543653">SF
947                        BUG-1358891</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1340960&amp;group_id=75348&amp;atid=543653">SF
948                                BUG-1340960</a>] The editor not works locally (without a web server) on directories
949                        where the path contains spaces. </li>
950                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1357247&amp;group_id=75348&amp;atid=543653">SF
951                        BUG-1357247</a>] The editor now intercepts SHIFT + INS keystrokes when needed. </li>
952                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1328488&amp;group_id=75348&amp;atid=543653">SF
953                        BUG-1328488</a>] <strong><font color="#ff0000">Attention</font></strong>: The Page
954                        Break command now produces different tags&nbsp;to avoid&nbsp;XHTML compatibility
955                        issues. Any Page Break previously applied to content produced with previous versions
956                        of FCKeditor will not me rendered now, even if&nbsp;they will still be working correctly.
957                </li>
958                <li>It is now possible to allow cut/copy/past operations on Firefox using the <a
959                        href="http://kb.mozillazine.org/Granting_JavaScript_access_to_the_clipboard"
960                        target="_blank">user.js</a> file. </li>
961                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1336792&amp;group_id=75348&amp;atid=543653">SF
962                        BUG-1336792</a>] A fix has been applied to the XHTML processor to allow tag names
963                        with the &quot;minus&quot; char (-). </li>
964                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1339560&amp;group_id=75348&amp;atid=543653">SF
965                        BUG-1339560</a>] The editor now correctly removes the &quot;selected&quot; option
966                        for checkboxes and radio buttons. </li>
967                <li>The Table dialog box now selects the table correctly when right-clicking on objects
968                        (like images) placed inside the table. </li>
969                <li><strong><font color="#ff0000">Attention</font></strong>: A few changes have been
970                        made in the skins. If you have a custom skin, it is recommended you to make a diff
971                        of the fck_contextmenu.css file of the default skin with your implementation. </li>
972                <li>Mouse select (marking&nbsp;things in blue, like selecting text) has been disabled
973                        on panels (drop-down menu commands, color selector and context menu) and toolbar,
974                        for both IE and Firefox. </li>
975                <li>On Gecko, fake borders will not be applied to tables with the border attribute set
976                        to more than 0, but placed inside tables with border set to 0. </li>
977                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1360717&amp;group_id=75348&amp;atid=543653">SF
978                        BUG-1360717</a>] A wrapping issue in the &quot;Silver&quot; skin has been corrected.
979                        Thanks to Ricky Casey. </li>
980                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1251145&amp;group_id=75348&amp;atid=543653">SF
981                        BUG-1251145</a>] In IE, the focus is now maintained in the text when clicking in
982                        the empty area&nbsp;following it. </li>
983                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1181386&amp;group_id=75348&amp;atid=543653">SF
984                        BUG-1181386</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1237791&amp;group_id=75348&amp;atid=543653">SF
985                                BUG-1237791</a>] The &quot;Stylesheet Classes&quot; field in the Link dialog
986                        window in now applied correctly on IE. Thanks to Andrew Crowe. </li>
987                <li>The &quot;Past from Word&quot; dialog windows is now showing correctly on Firefox
988                        on some languages. </li>
989                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1315008&amp;group_id=75348&amp;atid=543653">SF
990                        BUG-1315008</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1241992&amp;group_id=75348&amp;atid=543653">SF
991                                BUG-1241992</a>] IE, when selecting objects (like images) and hitting the &quot;Backspace&quot;
992                        button, the browser's &quot;back&quot; will not get executed anymore and the object
993                        will be correctly deleted. </li>
994                <li>The &quot;AutoDetectPasteFromWord&quot; is now working correctly in IE. Thanks to
995                        Juan Ant. G&oacute;mez. </li>
996                <li>A small enhancement has been made in the Word pasting detection. Thanks to Juan
997                        Ant. G&oacute;mez. </li>
998                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1090686&amp;group_id=75348&amp;atid=543653">SF
999                        BUG-1090686</a>] No more conflict with Firefox &quot;Type-Ahead Find&quot; feature.
1000                </li>
1001                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=942653&amp;group_id=75348&amp;atid=543653">SF
1002                        BUG-942653</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1155856&amp;group_id=75348&amp;atid=543653">SF
1003                                BUG-1155856</a>] The &quot;width&quot; and &quot;height&quot; of images sized
1004                        using the inline handlers are now correctly loaded in the image dialog box. </li>
1005                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1209093&amp;group_id=75348&amp;atid=543653">SF
1006                        BUG-1209093</a>] When &quot;Full Page Editing&quot; is active, in the &quot;Document
1007                        Properties&quot; dialog, the &quot;Browse Server&quot; button for the page background
1008                        is now correctly hidden if &quot;ImageBrowser&quot; is set to &quot;false&quot;
1009                        in the configurations file. Thanks to Richard. </li>
1010                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1120266&amp;group_id=75348&amp;atid=543653">SF
1011                        BUG-1120266</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1186196&amp;group_id=75348&amp;atid=543653">SF
1012                                BUG-1186196</a>] The editor now retains the focus when selecting commands in
1013                        the toolbar. </li>
1014                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1244480&amp;group_id=75348&amp;atid=543653">SF
1015                        BUG-1244480</a>] The editor now will look first to linked fields &quot;ids&quot;
1016                        and&nbsp;second to &quot;names&quot;. </li>
1017                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1252905&amp;group_id=75348&amp;atid=543653">SF
1018                        BUG-1252905</a>] The &quot;InsertHtml&quot; function now preserves URLs as entered.
1019                </li>
1020                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1266317&amp;group_id=75348&amp;atid=543653">SF
1021                        BUG-1266317</a>] Toolbar commands are not anymore executed outside the editor. </li>
1022                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1365664&amp;group_id=75348&amp;atid=543653">SF
1023                        BUG-1365664</a>] The &quot;wrap=virtual&quot; attribute has been removed from the
1024                        integration files for validation purposes. No big impact. </li>
1025                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=972193&amp;group_id=75348&amp;atid=543653">SF
1026                        BUG-972193</a>] Now just one click is needed to active the cursor inside the editor.
1027                </li>
1028                <li>The hidden fields used by the editor are now protected from changes using the &quot;Web
1029                        Developer Add-On &gt; Forms &gt; Display Forms Details&quot; extension. Thanks to
1030                        Jean-Marie Griess. </li>
1031                <li>On IE, the &quot;Format&quot; toolbar dropdown now reflects the current paragraph
1032                        type on IE. Because of a bug in the browser, it is quite dependent on the browser
1033                        language and the editor interface language (both must be the same). Also, as the
1034                        &quot;Normal (DIV)&quot; type is seen by IE as &quot;Normal&quot;, to avoid confusion,
1035                        both types are ignored by this fix. </li>
1036                <li>On some very rare cases, IE was loosing the &quot;align&quot; attribute for DIV
1037                        tags. Fixed. </li>
1038                <li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&amp;atid=543653&amp;aid=1388799&amp;group_id=75348">SF
1039                        BUG-1388799</a>] The code formatter was removing spaces on the beginning of lines
1040                        inside PRE tags. Fixed. </li>
1041                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1387135&amp;group_id=75348&amp;atid=543653">SF
1042                        BUG-1387135</a>] No more &quot;NaN&quot; values in the image dialog, when changing
1043                        the sizes in some situations. </li>
1044                <li>Corrected a small type in the table handler. </li>
1045                <li>You can now set the &quot;z-index&quot; for floating panels (toolbar dropdowns,
1046                        color selectors, context menu) in Firefox, avoiding having them hidden under another
1047                        objects. By default it is set to 10,000. Use the FloatingPanelsZIndex configuration
1048                        option to change this value.</li>
1049        </ul>
1050        <p>
1051                <strong>Special thanks</strong> to <a target="_blank" href="https://sourceforge.net/users/alfonsoml/">
1052                        Alfonso Martinez</a>, who have provided many patches and suggestions for the
1053                following features / fixes present in this version. I encourage all you to <a href="https://sourceforge.net/donate/index.php?user_id=1356422">
1054                        donate</a> to Alfonso, as a way to say thanks for his nice open source approach.
1055                Thanks Alfonso!. Check out his contributions:</p>
1056        <ul>
1057                <li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&amp;atid=543653&amp;aid=1364094&amp;group_id=75348">SF
1058                        BUG-1352539</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1208348&amp;group_id=75348&amp;atid=543653">SF
1059                                BUG-1208348</a>] With Firefox, no more &quot;fake&quot; selections are appearing
1060                        when inserting images, tables, special chars or when using the &quot;insertHtml&quot;
1061                        function. </li>
1062                <li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&amp;atid=543655&amp;aid=1382588&amp;group_id=75348">SF
1063                        Patch-1382588</a>] The &quot;FCKConfig.DisableImageHandles&quot; configuration option
1064                        is not working on Firefox 1.5. </li>
1065                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1368586&amp;group_id=75348&amp;atid=543655">SF
1066                        Patch-1368586</a>] Some fixes have been applied to the Flash dialog box and the
1067                        Flash pre-processor. </li>
1068                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1360253&amp;group_id=75348&amp;atid=543655">SF
1069                        Patch-1360253</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1378782&amp;group_id=75348&amp;atid=543653">SF
1070                                BUG-1378782</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1305899&amp;group_id=75348&amp;atid=543653">SF
1071                                        BUG-1305899</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1344738&amp;group_id=75348&amp;atid=543653">SF
1072                                                BUG-1344738</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1347808&amp;group_id=75348&amp;atid=543653">SF
1073                                                        BUG-1347808</a>] On dialogs, some fields&nbsp;became impossible
1074                        to select or change when using Firefox. It has been fixed. </li>
1075                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1357445&amp;group_id=75348&amp;atid=543655">SF
1076                        Patch-1357445</a>] Add support for DIV in the Format drop-down combo for Firefox.
1077                </li>
1078                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1350465&amp;group_id=75348&amp;atid=543653">SF
1079                        BUG-1350465</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1376175&amp;group_id=75348&amp;atid=543653">SF
1080                                BUG-1376175</a>] The &quot;Cell Properties&quot; dialog now works correctly
1081                        when right-clicking in an object (image, for example) placed inside the cell itself.
1082                </li>
1083                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1349166&amp;group_id=75348&amp;atid=543655">SF
1084                        Patch-1349166</a>] On IE, there is now support for namespaces on tags names. </li>
1085                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1350552&amp;group_id=75348&amp;atid=543655">SF
1086                        Patch-1350552</a>] Fix the display issue when applying styles on tables. </li>
1087                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1352320&amp;group_id=75348&amp;atid=543655">SF
1088                        Patch-1352320</a> ] Fixed&nbsp;a wrong&nbsp;usage of the &quot;parentElement&quot;
1089                        property on Gecko. </li>
1090                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1355007&amp;group_id=75348&amp;atid=543655">SF
1091                        Patch-1355007</a>] The new &quot;FCKDebug.OutputObject&quot; function is available
1092                        to dump all object information in the debug window. </li>
1093                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1329500&amp;group_id=75348&amp;atid=543655">SF
1094                        Patch-1329500</a>] It is now possible to delete table columns when clicking on a
1095                        TH cell of the column. </li>
1096                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1315351&amp;group_id=75348&amp;atid=543655">SF
1097                        Patch-1315351</a>] It is now possible to pass the image width and height to the
1098                        &quot;SetUrl&quot; function of the Flash dialog box. </li>
1099                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1327384&amp;group_id=75348&amp;atid=543655">SF
1100                        Patch-1327384</a>] TH tags are now correctly handled by the source code formatter
1101                        and the &quot;FillEmptyBlocks&quot; configuration option. </li>
1102                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1327406&amp;group_id=75348&amp;atid=543655">SF
1103                        Patch-1327406</a>] Fake borders are now displayed for TH elements on tables with
1104                        border set to 0. Also, on Firefox, it will now work even if the border attribute
1105                        is not defined and the borders are not dotted. </li>
1106                <li>Hidden fields now get rendered on Firefox. </li>
1107                <li>The BasePath is now included in the debugger URL to avoid problems when calling
1108                        it from plugins.</li>
1109        </ul>
1110        <p>
1111                * This version has been partially sponsored by <a target="_blank" href="http://www.alkacon.com">
1112                        Alkacon Software</a>.</p>
1113        <h3>
1114                Version 2.1.1</h3>
1115        <p>
1116                New Features and Improvements:</p>
1117        <ul>
1118                <li>The new &quot;<strong>Insert Page Break</strong>&quot;&nbsp;command (for printing)&nbsp;has
1119                        been introduced.* </li>
1120                <li>The editor package now has a root directory called &quot;FCKeditor&quot;.</li>
1121        </ul>
1122        <p>
1123                Fixed Bugs:</p>
1124        <ul>
1125                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1326285&amp;group_id=75348&amp;atid=543653">SF
1126                        BUG-1326285</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1316430&amp;group_id=75348&amp;atid=543653">SF
1127                                BUG-1316430</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1323662&amp;group_id=75348&amp;atid=543653">SF
1128                                        BUG-1323662</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1326223&amp;group_id=75348&amp;atid=543653">SF
1129                                                BUG-1326223</a>] We are doing a little step back with this version.
1130                        The ENTER and BACKSPACE behavior changes for Firefox have been remove. It is a nice
1131                        feature, but we need much more testing&nbsp;on it. It introduced some bugs and so
1132                        its preferable to not have that feature, avoiding problems (even if that feature
1133                        was intended to solve some issues). </li>
1134                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1289372&amp;group_id=75348&amp;atid=543653">SF
1135                        BUG-1275714</a>] Comments in the beginning of the source are now preserved when
1136                        using the &quot;undo&quot; and &quot;redo&quot; commands. </li>
1137                <li>The &quot;undo&quot; and &quot;redo&quot; commands now work for the Style command.
1138                </li>
1139                <li>An error in the execution of the pasting commands on Firefox has been fixed. </li>
1140                <li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&amp;atid=543653&amp;aid=1326184&amp;group_id=75348">SF
1141                        BUG-1326184</a>] No strange (invalid) entities are created when using Firefox. Also,
1142                        the &amp;nbsp; used by the FillEmptyBlocks setting is maintained even if you disable
1143                        the ProcessHTMLEntities setting.</li>
1144        </ul>
1145        <p>
1146                * This version has been partially sponsored by <a target="_blank" href="http://www.acttive.com.br/">
1147                        Acctive Software&nbsp;S.A.</a>.</p>
1148        <h3>
1149                Version 2.1</h3>
1150        <p>
1151                New Features and Improvements:</p>
1152        <ul>
1153                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1200328&amp;group_id=75348&amp;atid=543653">SF
1154                        BUG-1200328</a>] The editor now offers a way to &quot;protect&quot; part of the
1155                        source to remain untouched while editing or changing views.&nbsp;Just use the &quot;FCKConfig.ProtectedSource&quot;
1156                        object to configure it and customize to your needs. It is based on regular expressions.
1157                        See fckconfig.js for some samples. </li>
1158                <li>The editor now offers native support for <strong>Lasso</strong>. Thanks and welcome&nbsp;to
1159                        our new developer Jason Huck. </li>
1160                <li>New language files are available:
1161                        <ul>
1162                                <li><strong>Faraose</strong> (by S&iacute;min Lassaberg and&nbsp;Helgi Arnthorsson)
1163                                </li>
1164                                <li><strong>Malay</strong> (by Fairul Izham Mohd Mokhlas) </li>
1165                                <li><strong>Mongolian</strong> (by Lkamtseren Odonbaatar) </li>
1166                                <li><strong>Vietnamese</strong> (by Phan Binh Giang)</li>
1167                        </ul>
1168                </li>
1169                <li>A new configurable&nbsp;ColdFusion connector is available. Thanks to Mark Woods.
1170                        Many enhancements has been introduced with it. </li>
1171                <li>The PHP connector for the default File Browser now sorts the folders and files names.
1172                </li>
1173                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1289372&amp;group_id=75348&amp;atid=543653">SF
1174                        BUG-1289372</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1282758&amp;group_id=75348&amp;atid=543653">SF
1175                                BUG-1282758</a>] In the PHP connector it is now possible to set the absolute
1176                        (server) path to the User Files directory, avoiding problems with Virtual Directories,
1177                        Symbolic Links or Aliases. Take a look at the config.php file. </li>
1178                <li>The ASP.Net uploader (for Quick Uploads) has been added to the package. </li>
1179                <li>A new way to define <strong>simple &quot;combo&quot; toolbar items</strong> , like
1180                        Style and Font, has been introduced.&nbsp;Thanks&nbsp;to Steve Lineberry.&nbsp;See
1181                        sample06.html and the &quot;simplecommands&quot; plugin&nbsp;to fully understand
1182                        it. </li>
1183                <li>A new test case has been added that shows how to set the editor background dynamically
1184                        without using a CSS. </li>
1185                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1155906&amp;group_id=75348&amp;atid=543653">SF
1186                        BUG-1155906</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1110116&amp;group_id=75348&amp;atid=543653">SF
1187                                BUG-1110116</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1216332&amp;group_id=75348&amp;atid=543653">SF
1188                                        BUG-1216332</a>] The &quot;AutoDetectPasteFromWord&quot; configuration option
1189                        is back (IE only feature). </li>
1190                <li>The&nbsp;new &quot;OnAfterLinkedFieldUpdate&quot; event has been introduced. If
1191                        is fired when the editor updates its hidden associated field. </li>
1192                <li>Attention: The color of the right border of the toolbar (left on RTL interfaces)
1193                        has been moved from code to the CSS (TB_SideBorder class). Update your custom skins.
1194                </li>
1195                <li>A&nbsp;sample &quot;htaccess.txt&quot; file has been added to the editor's package
1196                        to show how to configure some Linux sites that could present problems on Firefox
1197                        with &quot;Illegal characters&quot; errors. Respectively the &quot;&iuml;&raquo;&iquest;&quot;
1198                        chars. </li>
1199                <li>With the JavaScript, ASP and PHP integration files, you can set the QueryString
1200                        value &quot;fcksource=true&quot; to load the editor using the source files (located
1201                        in the _source directory) instead of the compressed ones. Thanks to Kae Verens for
1202                        the suggestion. </li>
1203                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1246623&amp;group_id=75348&amp;atid=543656">SF
1204                        Feature-1246623</a>] The new configuration option &quot;ForceStrongEm&quot; has
1205                        been introduced so you can force the editor to convert all &lt;B&gt; and &lt;I&gt;
1206                        tags to &lt;STRONG&gt; and &lt;EM&gt; respectively. </li>
1207                <li>A nice contribution has been done by Goss Interactive Ltd:
1208                        <ul>
1209                                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1246949&amp;group_id=75348&amp;atid=543653">SF
1210                                        BUG-1246949</a>] Implemented ENTER key and BACKSPACE key handlers for Gecko so that
1211                                        P tags (or an appropriate block element) get inserted instead of BR tags when not
1212                                        in the UseBROnCarriageReturn config mode.
1213                                        <br />
1214                                        The ENTER key handling has been written to function much the same as the ENTER key
1215                                        handling on IE : as soon as the ENTER key is pressed, existing content will be wrapped
1216                                        with a suitable block element (P tag) as appropriate and a new block element (P
1217                                        tag) will be started.
1218                                        <br />
1219                                        The ENTER key handler also caters for pressing ENTER within empty list items - ENTER
1220                                        in an empty item at the top of a list will remove that list item and start a new
1221                                        P tag above the list; ENTER in an empty item at the bottom of a list will remove
1222                                        that list item and start a new P tag below the list; ENTER in an empty item in the
1223                                        middle of a list will remove that list item, split the list into two, and start
1224                                        a new P tag between the two lists. </li>
1225                                <li>Any tables that are found to be incorrectly nested within a block element (P tag)
1226                                        will be moved out of the block element when loaded into the editor. This is required
1227                                        for the new ENTER/BACKSPACE key handlers and it also avoids non-compliant HTML.&nbsp;
1228                                </li>
1229                                <li>The InsertOrderedList and InsertUnorderedList commands have been overridden on Gecko
1230                                        to ensure that block elements (P tags) are placed around a list item's content when
1231                                        it is moved out of the list due to clicking on the editor's list toolbar buttons
1232                                        (when not in the UseBROnCarriageReturn config mode). </li>
1233                        </ul>
1234                </li>
1235        </ul>
1236        <p>
1237                Fixed Bugs:</p>
1238        <ul>
1239                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1253255&amp;group_id=75348&amp;atid=543653">SF
1240                        BUG-1253255</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1253255&amp;group_id=75348&amp;atid=543653">SF
1241                                BUG-1265520</a>] Due to changes on version 2.0, the anchor list was not anymore
1242                        visible in the link dialog window. It has been fixed. </li>
1243                <li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&amp;atid=543653&amp;aid=1242979&amp;group_id=75348">SF
1244                        BUG-1242979</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1251354&amp;group_id=75348&amp;atid=543653">SF
1245                                BUG-1251354</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1256178&amp;group_id=75348&amp;atid=543653">SF
1246                                        BUG-1256178</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1274841&amp;group_id=75348&amp;atid=543653">SF
1247                                                BUG-1274841</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1303949&amp;group_id=75348&amp;atid=543653">SF
1248                                                        BUG-1303949</a>] Due to a bug on Firefox, some keys stopped working
1249                        on startup over Firefox. It has been fixed. </li>
1250                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1251373&amp;group_id=75348&amp;atid=543653">SF
1251                        BUG-1251373</a> ] The above fix also has&nbsp;corrected some strange behaviors on
1252                        Firefox. </li>
1253                <li>[<a target="_blank" href="https://sourceforge.net/tracker/?group_id=75348&amp;atid=543653&amp;func=detail&amp;aid=1144258">SF
1254                        BUG-1144258</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?group_id=75348&amp;atid=543653&amp;func=detail&amp;aid=1092081">SF
1255                                BUG-1092081</a>] The File Browsers now run on the&nbsp;same server session used
1256                        in the page where the editor is placed in (IE issue). Thanks to Simone Chiaretta.
1257                </li>
1258                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1305619&amp;group_id=75348&amp;atid=543653">SF
1259                        BUG-1305619</a> ] No more repeated login dialogs when running the editor with Windows
1260                        Integrated Security with IIS. </li>
1261                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1245304&amp;group_id=75348&amp;atid=543655">SF
1262                        Patch-1245304</a>] The Test Case 004 is now working correctly. It has been changed
1263                        to set the editor hidden at startup. </li>
1264                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1290610&amp;group_id=75348&amp;atid=543653">SF
1265                        BUG-1290610</a> ] Over HTTPS, there were some warnings when loading the Images,
1266                        Flash and Link dialogs. Fixed. </li>
1267                <li>Due to Gecko bugs, two errors were thrown when loading the editor in a hidden div.
1268                        Workarounds have been introduced. In any case, the testcase 004 hack is needed when
1269                        showing the editor (as in a tabbed interface). </li>
1270                <li>An invalid path in the dialogs CSS file has been corrected. </li>
1271                <li>On IE, the Undo/Redo can now be controlled using the Ctrl+Z and Ctrl+Y shortcut
1272                        keys. </li>
1273                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1295538&amp;group_id=75348&amp;atid=543653">SF
1274                        BUG-1295538</a> ] A few Undo/Redo fixes for IE have been done. </li>
1275                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1247070&amp;group_id=75348&amp;atid=543653">SF
1276                        BUG-1247070</a>] On Gecko, it is now possible to use the shortcut keys for Bold
1277                        (CTRL+B), Italic (CTRL+I) and Underline (CTRL+U), like in IE. </li>
1278                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1274303&amp;group_id=75348&amp;atid=543653">SF
1279                        BUG-1274303</a>] The &quot;Insert Column&quot; command is now working correctly
1280                        on TH cells. It also copies any attribute applied to the source cells. </li>
1281                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1287070&amp;group_id=75348&amp;atid=543655">SF
1282                        Patch-1287070</a> ] In the Universal Keyboard, the Arabic keystrokes translator
1283                        is now working with Firefox. Thanks again to Abdul-Aziz Al-Oraij. </li>
1284                <li>The editor now handles AJAX requests with HTTP status 304. </li>
1285                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1157780&amp;group_id=75348&amp;atid=543653">SF
1286                        BUG-1157780</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1229077&amp;group_id=75348&amp;atid=543653">SF
1287                                BUG-1229077</a>] Weird comments are now handled correctly (ignored on some cases).
1288                </li>
1289                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1155774&amp;group_id=75348&amp;atid=543653">SF
1290                        BUG-1155774</a>] A spelling error in the Bulleted List Properties dialog has been
1291                        corrected. </li>
1292                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1272018&amp;group_id=75348&amp;atid=543653">SF
1293                        BUG-1272018</a>] The ampersand character can now be added from the Special Chars
1294                        dialog. </li>
1295                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1263161&amp;group_id=75348&amp;atid=543653">SF
1296                        BUG-1263161</a>] A small fix has been applied to the sampleposteddata.php file.
1297                        Thanks to Mike Wallace. </li>
1298                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1241504&amp;group_id=75348&amp;atid=543653">SF
1299                        BUG-1241504</a>] The editor now looks also for the ID of the hidden linked field.
1300                </li>
1301                <li>The caption property on tables is now working on Gecko. Thanks to Helen Somers (Goss
1302                        Interactive Ltd). </li>
1303                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1297431&amp;group_id=75348&amp;atid=543653">SF
1304                        BUG-1297431</a>] With IE, the editor now works locally when its files are placed
1305                        in a directory path that contains spaces. </li>
1306                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1279551&amp;group_id=75348&amp;atid=543653">SF
1307                        BUG-1279551</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1242105&amp;group_id=75348&amp;atid=543653">SF
1308                                BUG-1242105</a>] On IE, some features are dependant of ActiveX components (secure...
1309                        distributed&nbsp;with IE itself). Some security setting could avoid the usage of
1310                        those components and the editor would stop working. Now a message is shown, indicating
1311                        the use the minimum necessary settings need&nbsp;by the editor to run. </li>
1312                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1298880&amp;group_id=75348&amp;atid=543653">SF
1313                        BUG-1298880</a>] Firefox can't handle the STRONG and EM tags. Those tags are now
1314                        converted to B and I so it works accordingly. </li>
1315                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1271723&amp;group_id=75348&amp;atid=543653">SF
1316                        BUG-1271723</a>] On IE, it is now possible to select the text and work correctly
1317                        in the contents of absolute positioned/dimensioned divs. </li>
1318                <li>On IE, there is no need to click twice in the editor to&nbsp;activate the cursor
1319                        in the editing area. </li>
1320                <li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&amp;atid=543653&amp;aid=1221621&amp;group_id=75348">SF
1321                        BUG-1221621</a>] Many &quot;warnings&quot; in the Firefox console are not thrown
1322                        anymore. </li>
1323                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1295526&amp;group_id=75348&amp;atid=543653">SF
1324                        BUG-1295526</a>] While&nbsp;editing on &quot;FullPage&quot; mode the basehref is
1325                        now active for CSS &quot;link&quot; tags. </li>
1326                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1222584&amp;group_id=75348&amp;atid=543655">SF
1327                        Patch-1222584</a>] A small fix to the PHP connector has been applied. </li>
1328                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1281313&amp;group_id=75348&amp;atid=543655">SF
1329                        Patch-1281313</a>] A few small changes to avoid problems with Plone. Thanks to Jean-mat.
1330                </li>
1331                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1275911&amp;group_id=75348&amp;atid=543653">SF
1332                        BUG-1275911</a>] A check for double dots sequences on directory names on creation
1333                        has been introduced to the PHP and ASP connectors.</li>
1334        </ul>
1335        <h3>
1336                Version 2.0</h3>
1337        <p>
1338                New Features and Improvements:</p>
1339        <ul>
1340                <li>The&nbsp;new &quot;<strong>Flash</strong>&quot; command is available. Now you can
1341                        easily handle Flash content, over IE and Gecko, including server browser integration
1342                        and context menu support. Due to limitations of the browsers, it is not possible
1343                        to see the preview of the movie while editing, so a nice &quot;placeholder&quot;
1344                        is used instead. * </li>
1345                <li>A&nbsp;&quot;<strong>Quick Upload</strong> &quot; option is now available in the
1346                        link, image and flash dialog windows, so the user don't need to go (or have) the
1347                        File Browser for this operations. The ASP and PHP uploader&nbsp;are included.&nbsp;Take
1348                        a look at the configuration file.*** </li>
1349                <li>Added support for <strong>Active FoxPro Pages</strong> . Thanks to our new developer,
1350                        S&ouml;nke Freitag. </li>
1351                <li>It is now possible to <strong>disable the size handles</strong> for images and tables
1352                        (IE only feature). Take a look at the DisableImageHandles and DisableTableHandles
1353                        configuration options. </li>
1354                <li>The handles on form fields&nbsp;(small squares around them) and the inline editing
1355                        of&nbsp;its contents&nbsp;have been disabled. This makes it easier to users to use
1356                        the controls. </li>
1357                <li>A much better support for Word pasting operations has been introduced. Now it uses
1358                        a dialog box, in this way we have better results and more control.** </li>
1359                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1225372&amp;group_id=75348&amp;atid=543655">SF
1360                        Patch-1225372</a>] A small change has been done to the PHP integration file. The
1361                        generic __construct constructor has been added for better PHP 5 sub-classing&nbsp;compatibility
1362                        (backward compatible). Thanks to Marcus Bointon.</li>
1363        </ul>
1364        <p>
1365                Fixed Bugs:</p>
1366        <ul>
1367                <li>ATTENTION: Some security changes have been made to the connectors. Now you must
1368                        explicitly enable the connector you want to use. Please test your application before
1369                        deploying this update. </li>
1370                <li>[<a target="_blank" href="http://sourceforge.net/tracker/?group_id=75348&amp;atid=543653&amp;func=detail&amp;aid=1211591">SF
1371                        BUG-1211591</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1204273&amp;group_id=75348&amp;atid=543653">SF
1372                                BUG-1204273</a>] The connectors have been changed so it is not possible to use
1373                        &quot;..&quot; on directory names. </li>
1374                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1219734&amp;group_id=75348&amp;atid=543655">SF
1375                        Patch-1219734</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1219728&amp;group_id=75348&amp;atid=543653">SF
1376                                BUG-1219728</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1208654&amp;group_id=75348&amp;atid=543653">SF
1377                                        BUG-1208654</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1205442&amp;group_id=75348&amp;atid=543653">SF
1378                                                BUG-1205442</a>] There was an error in the page unload on some cases
1379                        that has been fixed. </li>
1380                <li>[<a target="_blank" href="http://sourceforge.net/tracker/?group_id=75348&amp;atid=543653&amp;func=detail&amp;aid=1209708">SF
1381                        BUG-1209708</a>] [<a target="_blank" href="http://sourceforge.net/tracker/?group_id=75348&amp;atid=543653&amp;func=detail&amp;aid=1214125">SF
1382                                BUG-1214125</a>] The undo on IE is now working correctly when the user starts
1383                        typing. </li>
1384                <li>The preview now loads &quot;Full Page&quot; editing correctly. It also uses the
1385                        same XHTML code produced by the final output. </li>
1386                <li>The &quot;Templates&quot; dialog was not working on some very specific (and strange)
1387                        occasions over IE. </li>
1388                <li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&amp;atid=543653&amp;aid=1199631&amp;group_id=75348">SF
1389                        BUG-1199631</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1171944&amp;group_id=75348&amp;atid=543653">SF
1390                                BUG-1171944</a>] A new option is available to avoid a bad IE behavior that shows
1391                        the horizontal scrollbar even when not needed. You can now force the vertical scrollbar
1392                        to be always visible. Just set the &quot;IEForceVScroll&quot; configuration option
1393                        to &quot;true&quot;. Thanks to Grant Bartlett. </li>
1394                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1212026&amp;group_id=75348&amp;atid=543655">SF
1395                        Patch-1212026</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1228860&amp;group_id=75348&amp;atid=543653">SF
1396                                BUG-1228860</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1211775&amp;group_id=75348&amp;atid=543653">SF
1397                                        BUG-1211775</a>] [<a target="_blank" href="http://sourceforge.net/tracker/?group_id=75348&amp;atid=543653&amp;func=detail&amp;aid=1199824">SF
1398                                                BUG-1199824</a>] An error in the Packager has been corrected. </li>
1399                <li>[<a target="_blank" href="http://sourceforge.net/tracker/?group_id=75348&amp;atid=543653&amp;func=detail&amp;aid=1163669">SF
1400                        BUG-1163669</a>] The XHTML processor now adds a space before the closing slash of
1401                        tags that don't have a closing tag, like &lt;br /&gt;. </li>
1402                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1213733&amp;group_id=75348&amp;atid=543653">SF
1403                        BUG-1213733</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1216866&amp;group_id=75348&amp;atid=543653">SF
1404                                BUG-1216866</a>]&nbsp;[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1209673&amp;group_id=75348&amp;atid=543653">SF
1405                                        BUG-1209673</a>]&nbsp;[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1155454&amp;group_id=75348&amp;atid=543653">SF
1406                                                BUG-1155454</a>]&nbsp;[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1187936&amp;group_id=75348&amp;atid=543653">SF
1407                                                        BUG-1187936</a> ]&nbsp;Now, on Gecko, the source is opened in a
1408                        dialog window to avoid fatal errors (Gecko bugs). </li>
1409                <li>Some pages have been changed to avoid importing errors on Plone. Thanks to Arthur
1410                        Kalmenson. </li>
1411                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1171606&amp;group_id=75348&amp;atid=543653">SF
1412                        BUG-1171606</a>] There&nbsp;is a bug on IE that makes the editor to not work if
1413                        the instance name matches a meta tag name. Fixed. </li>
1414                <li>On Firefox, the source code is now opened in a dialog box, to avoid error on pages
1415                        with more than one editor. </li>
1416                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1225703&amp;group_id=75348&amp;atid=543655">SF
1417                        Patch-1225703</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1214941&amp;group_id=75348&amp;atid=543653">SF
1418                                BUG-1214941</a>] The &quot;ForcePasteAsPlainText&quot; configuration option
1419                        is now working correctly on Gecko browsers. Thanks to Manuel Polo. </li>
1420                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1228836&amp;group_id=75348&amp;atid=543653">SF
1421                        BUG-1228836</a>] The &quot;Show Table Borders&quot; feature is now working on Gecko
1422                        browsers. </li>
1423                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1212529&amp;group_id=75348&amp;atid=543655">SF
1424                        Patch-1212529</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1212517&amp;group_id=75348&amp;atid=543653">SF
1425                                BUG-1212517</a>] The default File Browser now accepts connectors with querystring
1426                        parameters (with &quot;?&quot;). Thanks to Tomas Jucius. </li>
1427                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1233318&amp;group_id=75348&amp;atid=543653">SF
1428                        BUG-1233318</a>] A JavaScript error thrown when using the Print command has been
1429                        fixed. </li>
1430                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1229696&amp;group_id=75348&amp;atid=543653">SF
1431                        BUG-1229696</a>] A regular expression has been escaped to avoid problems when opening
1432                        the code in some editors. It has been moved to a&nbsp;dialog window. </li>
1433                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1231978&amp;group_id=75348&amp;atid=543653">SF
1434                        BUG-1231978</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1228939&amp;group_id=75348&amp;atid=543653">SF
1435                                BUG-1228939</a>] The Preview window is now using the Content Type and Base href.
1436                </li>
1437                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1232056&amp;group_id=75348&amp;atid=543653">SF
1438                        BUG-1232056</a>] The&nbsp;anchor icon is now working correctly on IE. </li>
1439                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1232056&amp;group_id=75348&amp;atid=543653">SF
1440                        BUG-1202468</a>] The anchor icon is now available on Gecko too. </li>
1441                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1236279&amp;group_id=75348&amp;atid=543653">SF
1442                        BUG-1236279</a>] A security warning has been corrected when using the File Browser
1443                        over HTTPS. </li>
1444                <li>The ASP implementation now avoid errors when setting the editor value to null values.
1445                </li>
1446                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1237359&amp;group_id=75348&amp;atid=543653">SF
1447                        BUG-1237359</a>] The trailing &lt;BR&gt; added by Gecko at the end of the source
1448                        is now removed. </li>
1449                <li>[<a target="_blank" href="http://sourceforge.net/tracker/?group_id=75348&amp;atid=543653&amp;func=detail&amp;aid=1170828">SF
1450                        BUG-1170828</a>] No more &amp;nbsp; is added to the source when using the &quot;New
1451                        Page&quot; button. </li>
1452                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1165264&amp;group_id=75348&amp;atid=543653">SF
1453                        BUG-1165264</a>] A&nbsp;new configuration option has been included to force the
1454                        editor to ignore empty paragraph values&nbsp;(&lt;p&gt;&amp;nbsp;&lt;/p&gt;), returning
1455                        empty (&quot;&quot;). </li>
1456                <li>No more &amp;nbsp; is added when creating a table or adding columns, rows or cells.
1457                </li>
1458                <li>The &lt;TD&gt; tags are now included in the FillEmptyBlocks configuration handling.
1459                </li>
1460                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1224829&amp;group_id=75348&amp;atid=543653">SF
1461                        BUG-1224829</a>] A small bug in the &quot;Find&quot; dialog has been fixed. </li>
1462                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1221307&amp;group_id=75348&amp;atid=543653">SF
1463                        BUG-1221307</a>] A small bug in the &quot;Image&quot; dialog has been fixed. </li>
1464                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1219981&amp;group_id=75348&amp;atid=543653">SF
1465                        BUG-1219981</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1155726&amp;group_id=75348&amp;atid=543653">SF
1466                                BUG-1155726</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1178473&amp;group_id=75348&amp;atid=543653">SF
1467                                        BUG-1178473</a>] It is handling the &lt;FORM&gt;, &lt;TEXTAREA&gt; and &lt;SELECT&gt;
1468                        tags &quot;name&quot; attribute correctly. Thanks to thc33. </li>
1469                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1205403&amp;group_id=75348&amp;atid=543653">SF
1470                        BUG-1205403</a>] The checkbox and radio button values are now handled correctly
1471                        in their dialog windows. Thanks to thc33. </li>
1472                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1236626&amp;group_id=75348&amp;atid=543653">SF
1473                        BUG-1236626</a>] The toolbar now doesn't need to collapse when unloading the page
1474                        (IE only). </li>
1475                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1212559&amp;group_id=75348&amp;atid=543653">SF
1476                        BUG-1212559</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1017231&amp;group_id=75348&amp;atid=543653">SF
1477                                BUG-1017231</a>] The &quot;Save&quot; button now calls the &quot;onsubmit&quot;
1478                        event before posting the form. The submit can be cancelled if the onsubmit returns
1479                        &quot;false&quot;. </li>
1480                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1215823&amp;group_id=75348&amp;atid=543653">SF
1481                        BUG-1215823</a>] The editor now works correctly on Firefox if it values is set to
1482                        &quot;&lt;p&gt;&lt;/p&gt;&quot;. </li>
1483                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1217546&amp;group_id=75348&amp;atid=543653">SF
1484                        BUG-1217546</a>] No error is thrown when &quot;pasting as plain text&quot; and no
1485                        text is available for pasting (as an image for example). </li>
1486                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1207031&amp;group_id=75348&amp;atid=543653">SF
1487                        BUG-1207031</a>] [<a target="_blank" href="http://sourceforge.net/tracker/?group_id=75348&amp;atid=543653&amp;func=detail&amp;aid=1223978">SF
1488                                BUG-1223978</a>] The context menu is now available in the source view. </li>
1489                <li>[<a target="_blank" href="http://sourceforge.net/tracker/?group_id=75348&amp;atid=543653&amp;func=detail&amp;aid=1213871">SF
1490                        BUG-1213871</a>] Undo has been added to table creation and table operation commands.
1491                </li>
1492                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1205211&amp;group_id=75348&amp;atid=543653">SF
1493                        BUG-1205211</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1229941&amp;group_id=75348&amp;atid=543653">SF
1494                                BUG-1229941</a>] Small bug in the mcpuk file browser&nbsp;have been corrected.</li>
1495        </ul>
1496        <p>
1497                * This version has been partially sponsored by <a target="_blank" href="http://www.infineon.com/">
1498                        Infineon Technologies AG</a>.<br />
1499                ** This version has been partially sponsored by <a href="http://www.visualsoft.co.uk">
1500                        Visualsoft</a> <a href="http://www.visualsoft.co.uk/websolutions.html">Web Solutions</a>.<br />
1501                *** This version has been partially sponsored by <a target="_blank" href="http://www.webcrossing.com">
1502                        Web Crossing, Inc</a>.</p>
1503        <h3>
1504                Version 2.0&nbsp;FC (Final Candidate)</h3>
1505        <p>
1506                New Features and Improvements:</p>
1507        <ul>
1508                <li>A new tab called &quot;<strong>Link</strong>&quot; is available in the<strong> Image
1509                        Dialog</strong> window. In this way you can insert or modify the image link directly
1510                        from that dialog.* </li>
1511                <li>The new &quot;<strong>Templates</strong>&quot; command is now available. Now the
1512                        user can select from a list of pre-build HTML and fill the editor with it. Take
1513                        a look at the &quot;_docs&quot; for more info.** </li>
1514                <li>The <a target="_blank" href="http://mcpuk.net/fbxp/">mcpuk's</a> File Browser for
1515                        PHP has been included in the package. He became the official developer of the File
1516                        Manager for FCKeditor, so we can expect good news in the future. </li>
1517                <li>New configuration options are available to <strong>hide tabs</strong> from the <strong>
1518                        Image</strong> Dialog&nbsp;and <strong>Link</strong> Dialog windows: LinkDlgHideTarget,
1519                        LinkDlgHideAdvanced, ImageDlgHideLink and ImageDlgHideAdvanced. </li>
1520                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1189442&amp;group_id=75348&amp;atid=543653">SF
1521                        BUG-1189442</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1187164&amp;group_id=75348&amp;atid=543653">SF
1522                                BUG-1187164</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1185905&amp;group_id=75348&amp;atid=543653">SF
1523                                        BUG-1185905</a>] It is now possible to configure the editor to <strong>not convert Greek</strong>
1524                        or special&nbsp;<strong>Latin </strong>letters to ther specific HTML entities. You
1525                        can also configure it to not convert any character at all. Take a look at the &quot;ProcessHTMLEntities&quot;,
1526                        &quot;IncludeLatinEntities&quot; and &quot;IncludeGreekEntities&quot; configuration
1527                        options. </li>
1528                <li>New language files are available:
1529                        <ul>
1530                                <li><strong>Basque</strong> (by Ibon Igartua) </li>
1531                                <li><strong>English (Australia / United Kingdom)</strong> (by Christopher Dawes) </li>
1532                                <li><strong>Ukrainian</strong> (by Alexander Pervak)</li>
1533                        </ul>
1534                </li>
1535                <li>The version and date information have been removed from the files headers to avoid
1536                        unecessary diffs in source control systems when new versions are released (from
1537                        now on). </li>
1538                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1159854&amp;group_id=75348&amp;atid=543655">SF
1539                        Patch-1159854</a>] Ther HTML output rendered by the server side integration files
1540                        are now XHTML compatible. </li>
1541                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1181823&amp;group_id=75348&amp;atid=543653">SF
1542                        BUG-1181823</a>] It is now possible to set the desired DOCTYPE to use when edit
1543                        HTML fragments (not in Full Page mode). </li>
1544                <li>There is now an optional way to implement different &quot;mouse over&quot; effects
1545                        to the buttons when they are &quot;on&quot; of &quot;off&quot;.</li>
1546        </ul>
1547        <p>
1548                Fixed Bugs:</p>
1549        <ul>
1550                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1162200&amp;group_id=75348&amp;atid=543653">SF
1551                        BUG-1162200</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1161633&amp;group_id=75348&amp;atid=543653">SF
1552                                BUG-1161633</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1050293&amp;group_id=75348&amp;atid=543653">SF
1553                                        BUG-1050293</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1058948&amp;group_id=75348&amp;atid=543653">SF
1554                                                BUG-1058948</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1109120&amp;group_id=75348&amp;atid=543653">SF
1555                                                        BUG-1109120</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1155408&amp;group_id=75348&amp;atid=543653">SF
1556                                                                BUG-1155408</a>] The IE memory leak bug has been solved. The
1557                        code has been completely reviewed and many memory usage improvements have been done.
1558                </li>
1559                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1179645&amp;group_id=75348&amp;atid=543653">SF
1560                        BUG-1179645</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1183252&amp;group_id=75348&amp;atid=543653">SF
1561                                BUG-1183252</a> ] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1166779&amp;group_id=75348&amp;atid=543653">SF
1562                                        BUG-1181647</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1155627&amp;group_id=75348&amp;atid=543653">SF
1563                                                BUG-1155627</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1155782&amp;group_id=75348&amp;atid=543653">SF
1564                                                        BUG-1155782</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1155750&amp;group_id=75348&amp;atid=543653">SF
1565                                                                BUG-1155750</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1157166&amp;group_id=75348&amp;atid=543653">SF
1566                                                                        BUG-1157166</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1157857&amp;group_id=75348&amp;atid=543653">SF
1567                                                                                BUG-1157857</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1158121&amp;group_id=75348&amp;atid=543653">SF
1568                                                                                        BUG-1158121</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1177153&amp;group_id=75348&amp;atid=543653">SF
1569                                                                                                BUG-1177153</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1175847&amp;group_id=75348&amp;atid=543653">SF
1570                                                                                                        BUG-1175847</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1155747&amp;group_id=75348&amp;atid=543653">SF
1571                                                                                                                BUG-1155747</a>] There was a loading
1572                        problem in Gecko browsers in some cases. It has been solved. </li>
1573                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1161147&amp;group_id=75348&amp;atid=543653">SF
1574                        BUG-1161147</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1157635&amp;group_id=75348&amp;atid=543653">SF
1575                                BUG-1157635</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1149805&amp;group_id=75348&amp;atid=543653">SF
1576                                        BUG-1149805</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1124600&amp;group_id=75348&amp;atid=543653">SF
1577                                                BUG-1124600</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1117535&amp;group_id=75348&amp;atid=543653">SF
1578                                                        BUG-1117535</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1118145&amp;group_id=75348&amp;atid=543653">SF
1579                                                                BUG-1118145</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1098113&amp;group_id=75348&amp;atid=543653">SF
1580                                                                        BUG-1098113</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1092272&amp;group_id=75348&amp;atid=543653">SF
1581                                                                                BUG-1092272</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1086416&amp;group_id=75348&amp;atid=543653">SF
1582                                                                                        BUG-1086416</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1027952&amp;group_id=75348&amp;atid=543653">SF
1583                                                                                                BUG-1027952</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=978441&amp;group_id=75348&amp;atid=543653">SF
1584                                                                                                        BUG-978441</a> ] A custom Undo/Redo system
1585                        has been implemented for IE. </li>
1586                <li>The editor startup execution is now made in the right order (so configurations override
1587                        works correctly). </li>
1588                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1166779&amp;group_id=75348&amp;atid=543653">SF
1589                        BUG-1166779</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1166651&amp;group_id=75348&amp;atid=543653">SF
1590                                BUG-1166651</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1066198&amp;group_id=75348&amp;atid=543653">SF
1591                                        BUG-1066198</a>]&nbsp;[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1090388&amp;group_id=75348&amp;atid=543653">SF
1592                                                BUG-1090388</a> ]&nbsp;No more &quot;illegible&quot; characters in the
1593                        toolbar when &quot;ClearType&quot; is active. </li>
1594                <li>It is now possible to set the &quot;width&quot; style of the BODY tag in the EditorAreaCSS
1595                        to limit the editing area size. </li>
1596                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1113620&amp;group_id=75348&amp;atid=543653">SF
1597                        BUG-1113620</a>] In IE, the editor doesn't generate new entries in the browser history
1598                        anymore. </li>
1599                <li>The editor now uses the same method used on version RC2 to load its contents on
1600                        Gecko. It is now possible to have more than one editor in the page. This change
1601                        has a negative impact: the BaseHref property is not working. </li>
1602                <li>Changes have been made to make the editor work with PHP versions&nbsp;older than&nbsp;2.1.0.
1603                </li>
1604                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1190835&amp;group_id=75348&amp;atid=543653">SF
1605                        BUG-1190835</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&amp;atid=543653&amp;aid=1196547&amp;group_id=75348">SF
1606                                BUG-1196547</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1156863&amp;group_id=75348&amp;atid=543653">SF
1607                                        BUG-1156863</a>] The &quot;Insert Horizontal Line&quot; command is now working
1608                        correctly. Thanks to Hector Raul Colonia Coral. </li>
1609                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1101861&amp;group_id=75348&amp;atid=543653">SF
1610                        BUG-1101861</a>] The editor now shows a normal textarea correctly (as expected)
1611                        on Safari browsers (and all &quot;like Gecko&quot; browsers). Thanks to Bob Paul.
1612                </li>
1613                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1182224&amp;group_id=75348&amp;atid=543653">SF
1614                        BUG-1182224</a>] The PHP connector can now handle file extensions in upper case,&nbsp;like
1615                        JPG or Gif, correctly. Thanks to Georg Ivancsic. </li>
1616                <li>The &quot;sample06.html&quot; is now working correctly with Gecko browsers. </li>
1617                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1156660&amp;group_id=75348&amp;atid=543653">SF
1618                        BUG-1156660</a>] Some fixes have been applied to the Universal Keyboard. Thanks
1619                        to Abdul-Aziz Al-Oraij. </li>
1620                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1192881&amp;group_id=75348&amp;atid=543653">SF
1621                        BUG-1192881</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1185006&amp;group_id=75348&amp;atid=543653">SF
1622                                BUG-1185006</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1156068&amp;group_id=75348&amp;atid=543653">SF
1623                                        BUG-1156068</a>] The &quot;Browse Server&quot; button is now working correctly
1624                        for the Background Image in the &quot;Document Properties&quot; dialog window (full
1625                        page editing). The active &quot;BaseHref&quot; is also set to the preview window.
1626                </li>
1627                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1191704&amp;group_id=75348&amp;atid=543653">SF
1628                        BUG-1191704</a>] Invalid HTML tags (according to the W3C naming standards for XHTML)
1629                        are ignored with no errors. </li>
1630                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1185911&amp;group_id=75348&amp;atid=543653">SF
1631                        BUG-1185911</a>] The Greek language file name has been corrected to &quot;el.js&quot;.
1632                </li>
1633                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1181572&amp;group_id=75348&amp;atid=543653">SF
1634                        BUG-1181572</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1158421&amp;group_id=75348&amp;atid=543653">SF
1635                                BUG-1158421</a>] The &quot;Print&quot; button is now active on startup. </li>
1636                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1181572&amp;group_id=75348&amp;atid=543653">SF
1637                        BUG-1165219</a>] No error occours when the user defines just one color to the FontColors
1638                        on &quot;in page&quot; configurations. </li>
1639                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1162957&amp;group_id=75348&amp;atid=543653">SF
1640                        BUG-1162957</a>] The small problem with Zope (ZPT)&nbsp;has been solved. </li>
1641                <li>Some small RTL / LTR corrections has been done in the interface and the Farsi language
1642                        has been added to the Universal Keyboard. Thanks to Silver Baghdasarian.</li>
1643        </ul>
1644        <p>
1645                * This version has been partially sponsored by the <a href="http://www.hamilton.edu">
1646                        Hamilton College</a>.<br />
1647                ** This version has been partially sponsored by <a target="_blank" href="http://www.infineon.com/">
1648                        Infineon Technologies AG</a>.</p>
1649        <h3>
1650                Version 2.0 RC3 (Release Candidate 3)</h3>
1651        <p>
1652                New Features and Improvements:</p>
1653        <ul>
1654                <li>The editor now offers native <strong>Perl integration</strong>! Thanks and welcome
1655                        to Takashi Yamaguchi, our official Perl developer. </li>
1656                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1026584&amp;group_id=75348&amp;atid=543656">SF
1657                        Feature-1026584</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1112692&amp;group_id=75348&amp;atid=543656">SF
1658                                Feature-1112692</a>] <strong>Formatting </strong>has been introduced to the
1659                        <strong>Source View</strong>. The output HTML can also be formatted. You can choose
1660                        to use spaces or tab for indentation. See the configuration file. </li>
1661                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1031492&amp;group_id=75348&amp;atid=543656">SF
1662                        Feature-1031492</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1004293&amp;group_id=75348&amp;atid=543656">SF
1663                                Feature-1004293</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=784281&amp;group_id=75348&amp;atid=543656">SF
1664                                        Feature-784281</a>] It is now possible to edit <strong>full HTML pages</strong>
1665                        with the editor. Use the &quot;FullPage&quot; configuration setting to activate
1666                        it. </li>
1667                <li>The&nbsp;new toolbar command, &quot;<strong>Document Properties</strong>&quot;&nbsp;is
1668                        available to edit document header info, title, colors, background, etc... Full page
1669                        editing must be enabled. </li>
1670                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1151448&amp;group_id=75348&amp;atid=543656">SF
1671                        Feature-1151448</a>] <strong>Spell Check</strong> is now available. You can use
1672                        <strong>ieSpell</strong> or <strong>Speller Pages</strong> right from FCKeditor.
1673                        More info about configuration can be found in the _docs folder. </li>
1674                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1041686&amp;group_id=75348&amp;atid=543656">SF
1675                        Feature-1041686</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1086386&amp;group_id=75348&amp;atid=543656">SF
1676                                Feature-1086386</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1124602&amp;group_id=75348&amp;atid=543656">SF
1677                                        Feature-1124602</a>] New &quot;<strong>Insert Anchor</strong>&quot; command
1678                        has been introduced. (The anchor icon is visible only over&nbsp;IE for now). </li>
1679                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1123816&amp;group_id=75348&amp;atid=543656">SF
1680                        Feature-1123816</a>] It is now possible to configure the editor to <strong>show &quot;fake&quot;
1681                                table borders</strong> when the border size is set to zero. (It is working only
1682                        on IE for now). </li>
1683                <li><strong>Numbered</strong> and <strong>Bulleted</strong> lists can now be <strong>
1684                        configured</strong> . Just right click on then. </li>
1685                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1088608&amp;group_id=75348&amp;atid=543656">SF
1686                        Feature-1088608</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1144047&amp;group_id=75348&amp;atid=543656">SF
1687                                Feature-1144047</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1149808&amp;group_id=75348&amp;atid=543656">SF
1688                                        Feature-1149808</a>] A new configuration setting is available, &quot;<strong>BaseHref</strong>
1689                        &quot;, to set the URL used to resolve relative links. </li>
1690                <li>It is now possible to set&nbsp;the <strong>content language direction</strong> .
1691                        See the &quot;FCKConfig.ContentLangDirection&quot; configurations setting. </li>
1692                <li>All <strong>Field Commands</strong> available on version 1.6 have been upgraded
1693                        and&nbsp;included in this version: <strong>form</strong>, <strong>checkbox</strong>,
1694                        <strong>radio button</strong>, <strong>text field</strong>, text <strong>area</strong>,
1695                        <strong>select field</strong>, <strong>button</strong>, <strong>image button</strong>
1696                        and <strong>hidden field</strong> . </li>
1697                <li><strong>Context menu</strong> options (right-click) has been added for: <strong>
1698                        anchors</strong>, <strong>select field</strong>, <strong>textarea</strong>, <strong>
1699                                checkbox</strong>, <strong>radio button</strong>, <strong>text field</strong>,
1700                        <strong>hidden field</strong>, <strong>textarea</strong>, <strong>button</strong>,
1701                        <strong>image button</strong>, <strong>form</strong>, <strong>bulleted list</strong>
1702                        and <strong>numbered list</strong> . </li>
1703                <li>The &quot;<strong>Universal Keyboard</strong>&quot; has been converted from version
1704                        1.6 to this one and it's now available. </li>
1705                <li>It is now possible to <strong>configure</strong> the items to be shown in the <strong>
1706                        context menu</strong> . Just use the FCKConfig.ContextMenu option&nbsp;at fckconfig.js.
1707                </li>
1708                <li>A new configuration (FillEmptyBlocks)&nbsp;is available to force the editor to <strong>
1709                        automatically insert a &amp;nbsp;</strong> on empty block elements (p, div, pre,
1710                        h1, etc...) to avoid differences from the editing and the final result. (Actually,
1711                        the editor automatically &quot;grows&quot; empty elements to make the user able
1712                        to enter text on it). Attention: the extra &amp;nbsp; will be added when switching
1713                        from WYSIWYG to Source View, so the user may see an additional space on empty blocks.
1714                        (XHTML support must be enabled). </li>
1715                <li>It is now possible to configure the <strong>toolbar</strong> to &quot;<strong>break</strong>
1716                        &quot; between two toolbar strips. Just insert a &quot;/&quot; between then. Take
1717                        a look at fckconfig.js for a sample. </li>
1718                <li>New Language files are available:
1719                        <ul>
1720                                <li><strong>Brazilian Portuguese</strong> (by Carlos Alberto Tomatis Loth) </li>
1721                                <li><strong>Bulgarian</strong> (by Miroslav Ivanov) </li>
1722                                <li><strong>Esperanto</strong> (by Tim Morley) </li>
1723                                <li><strong>Galician</strong> (by Fernando Riveiro Lopez) </li>
1724                                <li><strong>Japanese</strong> ( by Takashi Yamaguchi) </li>
1725                                <li><strong>Persian</strong> (by Hamed Taj-Abadi) </li>
1726                                <li><strong>Romanian</strong> (by Adrian Nicoara) </li>
1727                                <li><strong>Slovak</strong> (by Gabriel Kiss) </li>
1728                                <li><strong>Thai </strong>(by Audy Charin Arsakit) </li>
1729                                <li><strong>Turkish</strong> (by Reha Bi&ccedil;er) </li>
1730                                <li>The Chinese Traditional has been set as the default (zn) instead of zn-tw.</li>
1731                        </ul>
1732                </li>
1733                <li>Warning: All toolbar image images have been changed. The &quot;button.&quot; prefix
1734                        has been removed. If you have your custom skin, please rename your files. </li>
1735                <li>A new plugin is available in the package: &quot;<strong>Placeholders</strong>&quot;.
1736                        In this way you can insert non editable tags in your document to be processed on
1737                        server side (very specific usage). </li>
1738                <li>The ASPX files are no longer available in this package. They have been moved to
1739                        the FCKeditor.Net package. In this way the ASP.Net integration is much better organized.
1740                </li>
1741                <li>The FCKeditor.Packager program is now part of the main package. It is not anymore&nbsp;distributed
1742                        separately. </li>
1743                <li>The PHP connector now sets the uploaded file permissions (chmod)&nbsp;to 0777. </li>
1744                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1090215&amp;group_id=75348&amp;atid=543655">SF
1745                        Patch-1090215</a>] It's now possible to give back more info from your custom image
1746                        browser calling the SetUrl( url [, width] [, height] [, alt] ). Thanks to Ben Noblet.
1747                </li>
1748                <li>The package files now maintain their original &quot;Last Modified&quot; date, so
1749                        incremental FTP uploads can be used to update to&nbsp;new versions of the editor
1750                        (from now on). </li>
1751                <li>The &quot;Source&quot; view now forces its contents to be written in &quot;Left
1752                        to Right&quot; direction even when the editor interface language is running a RTL
1753                        language (like Arabic, Hebrew or Persian). </li>
1754        </ul>
1755        <p>
1756                Fixed Bugs:</p>
1757        <ul>
1758                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1124220&amp;group_id=75348&amp;atid=543653">SF
1759                        BUG-1124220</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1119894&amp;group_id=75348&amp;atid=543653">SF
1760                                BUG-1119894</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1090986&amp;group_id=75348&amp;atid=543653">SF
1761                                        BUG-1090986</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1100408&amp;group_id=75348&amp;atid=543653">SF
1762                                                BUG-1100408</a>] The editor now works correctly when starting with an
1763                        empty value and switching to the Source mode. </li>
1764                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1119380&amp;group_id=75348&amp;atid=543653">SF
1765                        BUG-1119380</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1115750&amp;group_id=75348&amp;atid=543653">SF
1766                                BUG-1115750</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1101808&amp;group_id=75348&amp;atid=543653">SF
1767                                        BUG-1101808</a>] The problem with the scrollbar and the toolbar combos (Style,
1768                        Font, etc...) over Mac has been fixed. </li>
1769                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1098460&amp;group_id=75348&amp;atid=543653">SF
1770                        BUG-1098460</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1076544&amp;group_id=75348&amp;atid=543653">SF
1771                                BUG-1076544</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1077845&amp;group_id=75348&amp;atid=543653">SF
1772                                        BUG-1077845</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1092395&amp;group_id=75348&amp;atid=543653">SF
1773                                                BUG-1092395</a>] A new upload class has been included for the ASP File
1774                        Manager Connector. It uses the &quot;ADODB.Stream&quot; object. Many thanks to &quot;NetRube&quot;.
1775                </li>
1776                <li>I small correction has been made to the ColdFusion integration files. Thanks to
1777                        Hendrik Kramer. </li>
1778                <li>There was a very specific problem when the editor was running over a FRAME executed
1779                        on another domain. </li>
1780                <li>The performance problem on Gecko while typing&nbsp;quickly has been solved. </li>
1781                <li>The &lt;br type= &quot;_moz&quot;&gt;is not anymore shown on XHTML source. </li>
1782                <li>It has been introduced a mechanism to avoid automatic contents duplication on very
1783                        specific occasions (bad formatted HTML). </li>
1784                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1146407&amp;group_id=75348&amp;atid=543653">SF
1785                        BUG-1146407</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1145800&amp;group_id=75348&amp;atid=543653">SF
1786                                BUG-1145800</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1118803&amp;group_id=75348&amp;atid=543653">SF
1787                                        BUG-1118803</a> ] Other&nbsp;issues in the XHTML processor have been solved.
1788                </li>
1789                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1143969&amp;group_id=75348&amp;atid=543653">SF
1790                        BUG-1143969</a>] The editor now accepts the &quot;accept-charset&quot; attribute
1791                        in the FORM tag (IE specific bug). </li>
1792                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1122742&amp;group_id=75348&amp;atid=543653">SF
1793                        BUG-1122742</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1089548&amp;group_id=75348&amp;atid=543653">SF
1794                                BUG-1089548</a> ] Now, the contents of the SCRIPT and STYLE tags remain untouched.
1795                </li>
1796                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1114748&amp;group_id=75348&amp;atid=543653">SF
1797                        BUG-1114748</a>] The PHP File Manager Connector now sets the new folders permissions
1798                        (chmod)&nbsp;to 0777 correctly. </li>
1799                <li>The PHP File Manager Connector now has a configuration file (editor/filemanager/browser/default/connectors/php/config.php)
1800                        to set some security preferences. </li>
1801                <li>The&nbsp;ASP File Manager Connector now has a configuration file (editor/filemanager/browser/default/connectors/asp/config.asp)
1802                        to set some security preferences. </li>
1803                <li>A small bug in the toolbar rendering (strips auto position) has been corrected.
1804                </li>
1805                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1093732&amp;group_id=75348&amp;atid=543653">SF
1806                        BUG-1093732</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1091377&amp;group_id=75348&amp;atid=543653">SF
1807                                BUG-1091377</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1083044&amp;group_id=75348&amp;atid=543653">SF
1808                                        BUG-1083044</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1096307&amp;group_id=75348&amp;atid=543653">SF
1809                                                BUG-1096307</a>] The configurations are now encoded so a user can use
1810                        values that has special chars (&amp;=/). </li>
1811                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1103688&amp;group_id=75348&amp;atid=543653">SF
1812                        BUG-1103688</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1092331&amp;group_id=75348&amp;atid=543653">SF
1813                                BUG-1092331</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1088220&amp;group_id=75348&amp;atid=543653">SF
1814                                        BUG-1088220</a>] PHP samples now use PHP_SELF to automatically discover
1815                        the editor's base path. </li>
1816                <li>Some small wrapping problems with some labels in the Image and Table dialog windows
1817                        have been fixed. </li>
1818                <li>All .js files are now encoded in UTF-8 format with the BOM (byte order mask) to
1819                        avoid some errors on specific Linux installations. </li>
1820                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1114449&amp;group_id=75348&amp;atid=543653">SF
1821                        BUG-1114449</a>] The editor packager program has been modified so now it is possible
1822                        to use the source files to run the editor as described in the documentation. The
1823                        new packager must be downloaded. </li>
1824                <li>A small problem with the editor focus while in&nbsp;source&nbsp;mode has been corrected.
1825                        Thanks to Eric (ric1607). </li>
1826                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1108167&amp;group_id=75348&amp;atid=543653">SF
1827                        BUG-1108167</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1085149&amp;group_id=75348&amp;atid=543653">SF
1828                                BUG-1085149</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1151296&amp;group_id=75348&amp;atid=543653">SF
1829                                        BUG-1151296</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1082433&amp;group_id=75348&amp;atid=543653">SF
1830                                                BUG-1082433</a>] No more IFRAMEs without src attribute. Now it points
1831                        to a blank page located in the editor's package. In this way we avoid security warnings
1832                        when using the editor over HTTPS. Thanks to Guillermo Bozovich. </li>
1833                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1117779&amp;group_id=75348&amp;atid=543653">SF
1834                        BUG-1117779</a>] The editor now works well if you have more than one element named
1835                        &quot;submit&quot;&nbsp;on its form (even if it is not correct to have this situation).
1836                </li>
1837                <li>The XHTML processor was duplicating the text on some specific situation. It has
1838                        been fixed. </li>
1839                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1090213&amp;group_id=75348&amp;atid=543655">SF
1840                        Patch-1090213</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1098929&amp;group_id=75348&amp;atid=543653">SF
1841                                Patch-1098929</a>] With ASP, the editor now works correctly on pages using &quot;Option
1842                        Explicit&quot;. Thanks to Ben Noblet. </li>
1843                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1100759&amp;group_id=75348&amp;atid=543653">SF
1844                        BUG-1100759</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1029125&amp;group_id=75348&amp;atid=543653">SF
1845                                BUG-1029125</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=966130&amp;group_id=75348&amp;atid=543653">SF
1846                                        BUG-966130</a>] The editor was not working with old IE 5.5 browsers. There
1847                        was a problem with the XML parser. It has been fixed. </li>
1848                <li>The localization engine is now working correctly over IE 5.5 browsers. </li>
1849                <li>Some commands where not working well over IE 5.5 (emoticons, image,...). It has
1850                        been fixed. </li>
1851                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1146441&amp;group_id=75348&amp;atid=543653">SF
1852                        BUG-1146441</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1149777&amp;group_id=75348&amp;atid=543653">SF
1853                                BUG-1149777</a>] The editor now uses the TEXTAREA id&nbsp;in the ReplaceTextarea
1854                        function. If the id is now found, it uses the &quot;name&quot;. The docs have been
1855                        updated. </li>
1856                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1144297&amp;group_id=75348&amp;atid=543653">SF
1857                        BUG-1144297</a>] Some corrections have been made to the Dutch language file. Thanks
1858                        to Erwin Dondorp. </li>
1859                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1121365&amp;group_id=75348&amp;atid=543653">SF
1860                        BUG-1121365</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1090102&amp;group_id=75348&amp;atid=543653">SF
1861                                BUG-1090102</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1152171&amp;group_id=75348&amp;atid=543653">SF
1862                                        BUG-1152171</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1102907&amp;group_id=75348&amp;atid=543653">SF
1863                                                BUG-1102907</a>] There is no problem now to start the editor with values
1864                        like &quot;&lt;div&gt;&lt;/div&gt;&quot; or &quot;&lt;p&gt;&lt;/p&gt;&quot;. </li>
1865                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1114059&amp;group_id=75348&amp;atid=543653">SF
1866                        BUG-1114059</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1041861&amp;group_id=75348&amp;atid=543653">SF
1867                                BUG-1041861</a>] The click on the disabled options in the Context Menu has no
1868                        effects now. </li>
1869                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1152617&amp;group_id=75348&amp;atid=543653">SF
1870                        BUG-1152617</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1102441&amp;group_id=75348&amp;atid=543653">SF
1871                                BUG-1102441</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1095312&amp;group_id=75348&amp;atid=543653">SF
1872                                        BUG-1095312</a>] Some problems when setting the editor source to very specific
1873                        values has been fixed. </li>
1874                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1093514&amp;group_id=75348&amp;atid=543653">SF
1875                        BUG-1093514</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1089204&amp;group_id=75348&amp;atid=543653">SF
1876                                BUG-1089204</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1077609&amp;group_id=75348&amp;atid=543653">SF
1877                                        BUG-1077609</a>] The editor now runs correctly if called directly (locally)&nbsp;without
1878                        a server installation (just opening the HTML sample files). </li>
1879                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1088248&amp;group_id=75348&amp;atid=543653">SF
1880                        BUG-1088248</a>] The editor now uses a different method to load its contents. In
1881                        this way the URLs remain untouched. </li>
1882                <li>The PHP integration file now detects Internet Explorer 5.5 correctly.</li>
1883        </ul>
1884        <h3>
1885                Version 2.0 RC2 (Release Candidate 2)</h3>
1886        <ul>
1887                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1042034&amp;group_id=75348&amp;atid=543656">SF
1888                        Feature-1042034</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1075961&amp;group_id=75348&amp;atid=543656">SF
1889                                Feature-1075961</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1083200&amp;group_id=75348&amp;atid=543656">SF
1890                                        Feature-1083200</a>] A new dialog window for the <strong>table cell properties</strong>
1891                        is now available (right-click). </li>
1892                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1042034&amp;group_id=75348&amp;atid=543656">SF
1893                        Feature-1042034</a>] The new &quot;<strong>Split Cell</strong> &quot;, to split
1894                        a table cell in two columns, has been introduced (right-click). </li>
1895                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1042034&amp;group_id=75348&amp;atid=543656">SF
1896                        Feature-1042034</a>] The new &quot;<strong>Merge Cells</strong>&quot;, to merge
1897                        table cells (in the same row), has been introduced (right-click). </li>
1898                <li>The &quot;fake&quot; <strong>TAB key support</strong> (available by default over
1899                        Gecko browsers is now available over IE too. You can set the number of spaces to
1900                        add setting the FCKConfig.TabSpaces configuration setting. Set it to 0 (zero) to
1901                        disable this feature (IE). </li>
1902                <li>It now possible to tell IE to send a <strong>&lt;BR&gt;</strong> when the user presses
1903                        the <strong>Enter key</strong>. Take a look at the FCKConfig.UseBROnCarriageReturn
1904                        configuration setting. </li>
1905                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1085422&amp;group_id=75348&amp;atid=543656">SF
1906                        Feature-1085422</a>] <strong>ColdFusion</strong>: The <strong>File Manager connector</strong>
1907                        is now available! (Thanks to Hendrik Kramer). </li>
1908                <li>The editor is now available in <strong>29 languages!</strong> The new language files
1909                        available are:&nbsp;
1910                        <ul>
1911                                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1067775&amp;group_id=75348&amp;atid=543656">SF
1912                                        Feature-1067775</a>] <strong>Chinese Simplified and Traditional</strong> (Taiwan
1913                                        and Hong Kong) (by NetRube). </li>
1914                                <li><strong>Czech</strong> (by David Hor&aacute;k). </li>
1915                                <li><strong>Danish</strong> (by Jesper Michelsen). </li>
1916                                <li><strong>Dutch</strong> (by Bram Crins). </li>
1917                                <li><strong>German</strong> (by Maik Unruh). </li>
1918                                <li><strong>Portuguese</strong> (Portugal) (by Francisco Pereira). </li>
1919                                <li><strong>Russian</strong> (by Andrey Grebnev). </li>
1920                                <li><strong>Slovenian</strong> (by Boris Volaric).</li>
1921                        </ul>
1922                </li>
1923                <li>Updates to the <strong>French</strong> language files (by Hubert Garrido). </li>
1924                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1085816&amp;group_id=75348&amp;atid=543653">SF
1925                        BUG-1085816</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1083743&amp;group_id=75348&amp;atid=543653">SF
1926                                BUG-1083743</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1078783&amp;group_id=75348&amp;atid=543653">SF
1927                                        BUG-1078783</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1077861&amp;group_id=75348&amp;atid=543653">SF
1928                                                BUG-1077861</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1077861&amp;group_id=75348&amp;atid=543653">SF
1929                                                        BUG-1037404</a>] Many&nbsp;small bugs&nbsp;in the XHTML processor
1930                        has been corrected (workarounds to browser specific bugs). These are some things
1931                        to consider regarding the changes:
1932                        <ul>
1933                                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1083744&amp;group_id=75348&amp;atid=543653">SF
1934                                        BUG-1083744</a>] On Gecko browsers, any element attribute that the name starts with
1935                                        &quot;_moz&quot; will be ignored. </li>
1936                                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1060073&amp;group_id=75348&amp;atid=543653">SF
1937                                        BUG-1060073</a>] The &lt;STYLE&gt; and &lt;SCRIPT&gt; elements contents will be
1938                                        handled as is, without CDATA tag surrounding. This may break XHTML validation. In
1939                                        any case the use of external files for scripts and styles is recommended (W3C recommendation).</li>
1940                        </ul>
1941                </li>
1942                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1088310&amp;group_id=75348&amp;atid=543653">SF
1943                        BUG-1088310</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1078837&amp;group_id=75348&amp;atid=543653">SF
1944                                BUG-1078837</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=999792&amp;group_id=75348&amp;atid=543653">SF
1945                                        BUG-999792</a>] URLs now remain untouched when initializing the editor or
1946                        switching from WYSYWYG to Source and vice versa. </li>
1947                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1082323&amp;group_id=75348&amp;atid=543653">SF
1948                        BUG-1082323</a>] The&nbsp;problem in the ASP and PHP connectors when handling non
1949                        &quot;strange&quot; chars in file names has been corrected. </li>
1950                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1085034&amp;group_id=75348&amp;atid=543653">SF
1951                        BUG-1085034</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1076796&amp;group_id=75348&amp;atid=543653">SF
1952                                BUG-1076796</a>] Some bugs in the PHP connector have been corrected. </li>
1953                <li>A&nbsp;problem with the &quot;Format&quot; command on IE browsers on languages different
1954                        of English has been solved. The negative side of this correction is that due to
1955                        a IE bad design it is not possible to update the &quot;Format&quot; combo while
1956                        moving throw the text (context sensitive). </li>
1957                <li>On Gecko browsers, when selecting an image and executing the &quot;New Page&quot;
1958                        command, the image handles still appear, even if the image is not available anymore
1959                        (this is a Gecko bug). When clicking in&nbsp;a &quot;phanton&quot; randle, the browser
1960                        crashes. It doesn't&nbsp;happen (the crash)&nbsp;anymore. </li>
1961                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1082197&amp;group_id=75348&amp;atid=543653">SF
1962                        BUG-1082197</a>] On ASP, the bug in the browser detection system for Gecko browsers
1963                        has been corrected. Thanks to Alex Varga. </li>
1964                <li>Again on ASP, the browser detection for IE had some problems on servers that use
1965                        comma for decimal separators on numbers. It has been corrected. Thanks to Agrotic.
1966                </li>
1967                <li>No error is thrown now when&nbsp;non existing&nbsp;language is configured in the
1968                        editor. The English language file is loaded in that case. </li>
1969                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1077747&amp;group_id=75348&amp;atid=543653">SF
1970                        BUG-1077747</a>] The missing images on the Office2003 and Silver skins are now included
1971                        in the package. </li>
1972                <li>On some Gecko browsers, the dialog window was not loading correctly. I couldn't
1973                        reproduce the problem, but a fix has been applied based on users tests. </li>
1974                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1004078&amp;group_id=75348&amp;atid=543653">SF
1975                        BUG-1004078</a>] ColdFusion: The &quot;config&quot; structure/hash table with keys
1976                        and values is in ColdFusion not(!) case sensitive. All keys returned by ColdFusion
1977                        are in upper case format. Because the FCKeditor configuration keys must be case
1978                        sensitive, we had to match all structure/hash keys with a list of the correct configuration
1979                        names in mixed case. This has been added to the fckeditor.cfc and fckeditor.cfm.
1980                </li>
1981                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1075166&amp;group_id=75348&amp;atid=543653">SF
1982                        BUG-1075166</a>] ColdFusion: The &quot;fallback&quot; variant of the texteditor
1983                        (&lt;textarea&gt;) has a bug in the fckeditor.cfm. This has been fixed. </li>
1984                <li>A typo in the Polish language file has been corrected. Thanks to Pawel Tomicki.
1985                </li>
1986                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1086370&amp;group_id=75348&amp;atid=543653">SF
1987                        BUG-1086370</a>] A small coding type in the Link dialog window has been corrected.
1988                </li>
1989        </ul>
1990        <h3>
1991                Version 2.0 RC1 (Release Candidate 1)</h3>
1992        <ul>
1993                <li><strong>ASP</strong> support is now available (including the&nbsp;File Manager connector).
1994                </li>
1995                <li><strong>PHP</strong> support is now available (including the File Manager connector).
1996                </li>
1997                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1063217&amp;group_id=75348&amp;atid=543656">SF
1998                        Feature-1063217</a>] The new advanced&nbsp;<strong>Style</strong> command is available
1999                        in the toolbar: full preview, context sensitive, style definitions are loaded from
2000                        a XML file (see documentation for more instructions). </li>
2001                <li>The <strong>Font Format</strong>, <strong>Font Name</strong> and <strong>Font Size</strong>
2002                        toolbar command now show a <strong>preview</strong> of the available options. </li>
2003                <li>The new <strong>Find</strong> and <strong>Replace</strong> features has been introduced.
2004                </li>
2005                <li>A new <strong>Plug-in</strong> system has been developed. Now it is quite easy to
2006                        customize the editor to your needs. (Take a look at the html/sample06.html file).
2007                </li>
2008                <li>The editor now handles <strong>HTML entities</strong> in the right way (XHTML support
2009                        must be set to &quot;true&quot;). It handles all entities defined in the W3C&nbsp;XHTML
2010                        DTD file. </li>
2011                <li>A new &quot;_docs&quot; folder has been introduced for the <strong>documentation</strong>.
2012                        It is not yet complete, but I hope the community will help us to fill it better.
2013                </li>
2014                <li>It is now possible (even if it is not recommended by the W3C) to force the use of
2015                        simple ampersands (&amp;) on attributes (like the links href) instead of its entity
2016                        &amp;amp;. Just set FCKConfig.ForceSimpleAmpersand = true in the&nbsp;configuration
2017                        file. </li>
2018                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1026866&amp;group_id=75348&amp;atid=543656">SF
2019                        Feature-1026866</a>] The &quot;<strong>EditorAreaCSS</strong>&quot; configuration
2020                        option has been introduced. In this way you can set the CSS to use in the editor
2021                        (editable area). </li>
2022                <li>The editing area is not anymore clipped if the toolbar is too large and exceeds
2023                        the window width. </li>
2024                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1064902&amp;group_id=75348&amp;atid=543653">SF
2025                        BUG-1064902</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1033933&amp;group_id=75348&amp;atid=543653">SF
2026                                BUG-1033933</a>] The editor <strong>interface</strong> is now completely <strong>localizable</strong>.
2027                        The version ships with 19 languages including: <b>Arabic</b>, <b>Bosnian</b>, <b>Catalan</b>,
2028                        <b>English</b>, <b>Spanish</b>, <b>Estonian</b>, <b>Finnish</b>, <b>French</b>,
2029                        <b>Greek</b>, <b>Hebrew</b>, <b>Croatian</b>, <b>Italian</b>, <b>Korean</b>, <b>Lithuanian</b>,
2030                        <b>Norwegian</b>, <strong>Polish</strong>, <strong>Serbian (Cyrillic)</strong>,
2031                        <strong>Serbian (Latin)</strong> and <strong>Swedish</strong>.</li>
2032                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1027858&amp;group_id=75348&amp;atid=543653">SF
2033                        BUG-1027858</a>] Firefox 1.0 PR&nbsp;introduced&nbsp;a bug that made the editor
2034                        stop working on it. A workaround has been developed to fix the problem. </li>
2035                <li>There was a positioning problem over IE&nbsp;with the color panel. It has been corrected.
2036                </li>
2037                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1049842&amp;group_id=75348&amp;atid=543653">SF
2038                        BUG-1049842</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1033832&amp;group_id=75348&amp;atid=543653">SF
2039                                BUG-1033832</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1028623&amp;group_id=75348&amp;atid=543653">SF
2040                                        BUG-1028623</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1026610&amp;group_id=75348&amp;atid=543653">SF
2041                                                BUG-1026610</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1064498&amp;group_id=75348&amp;atid=543653">SF
2042                                                        BUG-1064498</a>] The combo commands in the toolbar were not opening
2043                        in the right way. It has been fixed. </li>
2044                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1053399&amp;group_id=75348&amp;atid=543653">SF
2045                        BUG-1053399</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=965318&amp;group_id=75348&amp;atid=543653">SF
2046                                BUG-965318</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1018296&amp;group_id=75348&amp;atid=543653">SF
2047                                        BUG-1018296</a>] The toolbar buttons icons were not showing on some IE and
2048                        Firefox/Mac installations. It has been fixed. </li>
2049                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1054621&amp;group_id=75348&amp;atid=543653">SF
2050                        BUG-1054621</a>] Color pickers are now working with the &quot;office2003&quot; and
2051                        &quot;silver&quot; skins. </li>
2052                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1054108&amp;group_id=75348&amp;atid=543653">SF
2053                        BUG-1054108</a>] IE doesn&rsquo;t recognize the &quot;&amp;apos;&quot; entity for
2054                        apostrophes, so a workaround has been developed to replace it with &quot;&amp;#39;&quot;
2055                        (its numeric entity representation). </li>
2056                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=983434&amp;group_id=75348&amp;atid=543653">SF
2057                        BUG-983434</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=983398&amp;group_id=75348&amp;atid=543653">SF
2058                                BUG-983398</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1028103&amp;group_id=75348&amp;atid=543653">SF
2059                                        BUG-1028103</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1072496&amp;group_id=75348&amp;atid=543653">SF
2060                                                BUG-1072496</a>] The problem with elements with name &quot;submit&quot;
2061                        inside the editor's form has been solved. </li>
2062                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1018743&amp;group_id=75348&amp;atid=543653">SF
2063                        BUG-1018743</a>] The problem with Gecko when collapsing the toolbar while in source
2064                        mode has been fixed. </li>
2065                <li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&amp;atid=543653&amp;aid=1065268&amp;group_id=75348">SF
2066                        BUG-1065268</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1034354&amp;group_id=75348&amp;atid=543653">SF
2067                                BUG-1034354</a>] The XHTML processor now doesn&rsquo;t use the minimized tag
2068                        syntax (like &lt;br/&gt;) for empty elements that are not marked as EMPTY in the
2069                        W3C XHTML DTD specifications. </li>
2070                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1029654&amp;group_id=75348&amp;atid=543653">SF
2071                        BUG-1029654</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1046500&amp;group_id=75348&amp;atid=543653">SF
2072                                BUG-1046500</a>] Due to a bug on Gecko there was a problem when creating links.
2073                        It has been fixed. </li>
2074                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1065973&amp;group_id=75348&amp;atid=543653">SF
2075                        BUG-1065973</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=999792&amp;group_id=75348&amp;atid=543653">SF
2076                                BUG-999792</a>] The editor now handles relative URLs in IE. In effect IE transform
2077                        all relative URLs to absolute links, pointing to the site the editor is running.
2078                        So now the editor removes the protocol and host part of the link if it matches the
2079                        running server. </li>
2080                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1071824&amp;group_id=75348&amp;atid=543653">SF
2081                        BUG-1071824</a>] The color dialog box bug has been fixed. </li>
2082                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1052856&amp;group_id=75348&amp;atid=543653">SF
2083                        BUG-1052856</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1046493&amp;group_id=75348&amp;atid=543653">SF
2084                                BUG-1046493</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1023530&amp;group_id=75348&amp;atid=543653">SF
2085                                        BUG-1023530</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1025978&amp;group_id=75348&amp;atid=543653">SF
2086                                                BUG-1025978</a>] The editor now doesn&rsquo;t throw an error if no selection
2087                        was made and the create link command is used. </li>
2088                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1036756&amp;group_id=75348&amp;atid=543653">SF
2089                        BUG-1036756</a>] The XHTML processor has been reviewed. </li>
2090                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1029101&amp;group_id=75348&amp;atid=543653">SF
2091                        BUG-1029101</a>] The Paste from Word feature is working correctly. </li>
2092                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1034623&amp;group_id=75348&amp;atid=543653">SF
2093                        BUG-1034623</a>] There is an IE bug when setting the editor value to &quot;&lt;p&gt;&lt;hr&gt;&lt;/p&gt;&quot;.
2094                        A workaround has been developed. </li>
2095                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1052695&amp;group_id=75348&amp;atid=543653">SF
2096                        BUG-1052695</a>] There are some rendering differences between Netscape and Mozilla.
2097                        (Actually that is a bug on both browsers). A workaround has been developed to solve
2098                        it. </li>
2099                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1073053&amp;group_id=75348&amp;atid=543653">SF
2100                        BUG-1073053</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1050394&amp;group_id=75348&amp;atid=543653">SF
2101                                BUG-1050394</a>] The editor doesn&rsquo;t throw errors when hidden. </li>
2102                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1066321&amp;group_id=75348&amp;atid=543653">SF
2103                        BUG-1066321</a>] Scrollbars should not appear on dialog boxes (at least for the
2104                        Image and Link ones). </li>
2105                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1046490&amp;group_id=75348&amp;atid=543653">SF
2106                        BUG-1046490</a>] Dialogs now are forced to show on foreground over Mac. </li>
2107                <li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&amp;atid=543653&amp;aid=1073955&amp;group_id=75348">SF
2108                        BUG-1073955</a>] A small bug in the image dialog window has been corrected. </li>
2109                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1049534&amp;group_id=75348&amp;atid=543653">SF
2110                        BUG-1049534</a>] The Resources Browser window is now working well over Gecko browsers.
2111                </li>
2112                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1036675&amp;group_id=75348&amp;atid=543653">SF
2113                        BUG-1036675</a>] The Resources Browser window now displays the server error on bad
2114                        installations.</li>
2115        </ul>
2116        <h3>
2117                Version 2.0 Beta 2</h3>
2118        <ul>
2119                <li>There is a new configuration - &quot;<strong>GeckoUseSPAN</strong>&quot; - that
2120                        can be used to tell Gecko browsers to use &lt;SPAN style...&gt; or &lt;B&gt;, &lt;I&gt;
2121                        and &lt;U&gt; for the bold, italic and underline commands. </li>
2122                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1002622&amp;group_id=75348&amp;atid=543656">SF
2123                        Feature-1002622</a>] New <strong>Text Color</strong> and&nbsp;<strong>Background Color</strong>
2124                        &nbsp;commands have been added to the editor. </li>
2125                <li>On Gecko browsers, a message is shown when,&nbsp;because of&nbsp;security settings,&nbsp;the
2126                        user&nbsp;is not able to&nbsp;cut, copy or paste data from the clipboard using the
2127                        toolbar buttons or the context menu. </li>
2128                <li>The new &quot;<strong>Paste as Plain Text</strong> &quot; command has been introduced.
2129                </li>
2130                <li>The new &quot;<strong>Paste from Word</strong> &quot; command has been introduced.
2131                </li>
2132                <li>A new configuration named&nbsp;&quot;StartupFocus&quot; can be used to tell the
2133                        editor to get the focus when the page is loaded. </li>
2134                <li>All <strong>Java </strong>integration files has been moved to a new separated package.
2135                </li>
2136                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1016781&amp;group_id=75348&amp;atid=543653">SF
2137                        BUG-1016781</a>] <strong>Table operations</strong> are now working when right click
2138                        inside a table. The following commands has been introduced: <strong>Insert Row</strong>,
2139                        <strong>Delete Row</strong>, <strong>Insert Column</strong>, <strong>Delete Column</strong>,
2140                        <strong>Insert Cell</strong> and <strong>Delete Cells</strong> . </li>
2141                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=965067&amp;group_id=75348&amp;atid=543653">SF
2142                        BUG-965067</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1010379&amp;group_id=75348&amp;atid=543653">SF
2143                                BUG-1010379</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=977713&amp;group_id=75348&amp;atid=543653">SF
2144                                        BUG-977713</a>] XHTML support was not working with FireFox, blocking the
2145                        editor when submitting data. It has been fixed. </li>
2146                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1007547&amp;group_id=75348&amp;atid=543653">SF
2147                        BUG-1007547</a> ] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=974595&amp;group_id=75348&amp;atid=543653">SF
2148                                BUG-974595</a> ]&nbsp;The &quot;FCKLang not defined&quot; error when loading
2149                        has been fixed. </li>
2150                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1021028&amp;group_id=75348&amp;atid=543653">SF
2151                        BUG-1021028</a>] If the editor doesn't have the focus, some commands were been executed
2152                        outside the editor in the place where the focus is. It has been fixed. </li>
2153                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=981191&amp;group_id=75348&amp;atid=543653">SF
2154                        BUG-981191</a>] We are now using &lt;!--- ---&gt; for ColdFusion comments.</li>
2155        </ul>
2156        <h3>
2157                Version 2.0 Beta 1</h3>
2158        <p>
2159                This is the first beta of the 2.x series. It brings a lot of new and important things.
2160                Beta versions will be released until all features available on version 1.x will
2161                be introduced in the 2.0.<br />
2162                <br />
2163                <strong>Note:</strong> As it is a beta, it is not yet completely developed. Future
2164                versions can bring new features that can break backward compatibility with this
2165                version.
2166        </p>
2167        <ul>
2168                <li>Gecko browsers (<strong>Mozilla</strong> and <strong>Netscape</strong>) support.
2169                </li>
2170                <li><strong>Quick startup</strong> response times. </li>
2171                <li>Complete <strong>XHTML</strong> 1.0 support. </li>
2172                <li><strong>Advanced link</strong> dialog box:
2173                        <ul>
2174                                <li>Target selection. </li>
2175                                <li>Popup configurator. </li>
2176                                <li>E-Mail link. </li>
2177                                <li>Anchor selector. </li>
2178                        </ul>
2179                </li>
2180                <li>New <strong>File Manager</strong>. </li>
2181                <li>New dialog box system, with <strong>tabbed dialogs</strong> support. </li>
2182                <li>New <strong>context menus</strong> with icons. </li>
2183                <li>New toolbar with &quot;expand/collapse&quot; feature. </li>
2184                <li><strong>Skins</strong> support. </li>
2185                <li><strong>Right to left languages</strong> support. </li>
2186        </ul>
2187        <h3>
2188                Version 1.6.1</h3>
2189        <ul>
2190                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=862364&amp;group_id=75348&amp;atid=543653">SF
2191                        BUG-862364</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=812733&amp;group_id=75348&amp;atid=543653">SF
2192                                BUG-812733</a>] There was a problem when the user tried to delete the last row,
2193                        collumn or cell in a table. It has been corrected.* </li>
2194                <li>New Estonian language file. Thanks to Kristjan Kivikangur </li>
2195                <li>New Croatian language file. Thanks to Alex Varga. </li>
2196                <li>Updated language file for Czech. Thanks to Plachow. </li>
2197                <li>Updated language file for Chineze (zh-cn). Thanks to Yanglin. </li>
2198                <li>Updated language file for Catalan. Thanks to Jordi Cerdan.</li>
2199        </ul>
2200        <p>
2201                * This version has been partially sponsored by <a href="http://www.genuitec.com/">Genuitec,
2202                        LLC</a>.</p>
2203        <h3>
2204                Version 1.6</h3>
2205        <ul>
2206                <li><strong>Context Menu</strong> support for <strong>form</strong> elements.* </li>
2207                <li>New <strong>&quot;Selection Field&quot; command</strong> with advanced dialog box
2208                        for options definitions.* </li>
2209                <li>New <strong>&quot;Image Button&quot; command</strong> is available.* </li>
2210                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=936196&amp;group_id=75348&amp;atid=543656">SF
2211                        Feature-936196</a>] Many form elements <strong>bugs has been fixed</strong> and
2212                        <strong>many improvements</strong> has been done.* </li>
2213                <li>New <strong>Java Integration Module</strong>. There is a complete Java API and Tag
2214                        Library implementations. Take a look at the _jsp directory. Thanks to Simone Chiaretta
2215                        and Hao Jiang. </li>
2216                <li>The <strong>Word Spell Checker</strong> can be used. To be able to run it, your
2217                        browser security configuration &quot;Initialize and script ActiveX controls not
2218                        marked as safe&quot; must be set to &quot;Enable&quot; or &quot;Prompt&quot;. And
2219                        easier and more secure way to do that is to add your site in the list of trusted
2220                        sites. IeSpell can still be used. Take a look at the fck_config.js file for some
2221                        configuration options. Thanks to EdwardRF. </li>
2222                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=748807&amp;group_id=75348&amp;atid=543656">SF
2223                        Feature-748807</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=801030&amp;group_id=75348&amp;atid=543656">SF
2224                                Feature-801030</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=880684&amp;group_id=75348&amp;atid=543656">SF
2225                                        Feature-880684</a>] New &quot;<strong>Anchor&quot; command</strong>, including
2226                        context menu support. Thanks to G.Meijer. </li>
2227                <li>Special characters are replaced with their decimal HTML entities when the XHMTL
2228                        support is enabled (only over IE5.5+). </li>
2229                <li>New <strong>Office 2003 Style</strong> toolbar icons are available. Just uncomment
2230                        the config.ToolbarImagesPath key in the fck_config.js file. Thanks to Abdul-Aziz
2231                        A. Al-Oraij. <strong>Attention</strong>: the default toolbar items have been moved
2232                        to the &quot;images/toolbar/default&quot; directory. </li>
2233                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=934566&amp;group_id=75348&amp;atid=543655">SF
2234                        Patch-934566</a>] <strong>Double click support</strong> for Images, Tables, Links,
2235                        Anchors and all Form elements. Thanks to Top Man. </li>
2236                <li>New <strong>&quot;New Page&quot; command</strong> to start a typing from scratch.
2237                        Thanks to Abdul-Aziz A. Al-Oraij. </li>
2238                <li>New <strong>&quot;Replace&quot; command</strong>. Thanks to Abdul-Aziz A. Al-Oraij.
2239                </li>
2240                <li>New <strong>&quot;Advanced Font Style&quot; command</strong>. Thanks to Abdul-Aziz
2241                        A. Al-Oraij. </li>
2242                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=738193&amp;group_id=75348&amp;atid=543656">SF
2243                        Feature-738193</a>] New <strong>&quot;Save&quot; command</strong>. It can be used
2244                        to simulate a save action, but in fact it just submits the form where the editor
2245                        is placed in. Thanks to Abdul-Aziz A. Al-Oraij. </li>
2246                <li>New <strong>&quot;Universal Keyboard&quot; command</strong>. This 22 charsets are
2247                        available: Arabic, Belarusian, Bulgarian, Croatian, Czech, Danish, Finnish, French,
2248                        Greek, Hebrew, Hungarian, Diacritical, Macedonian, Norwegian, Polish, Russian, Serbian
2249                        (Cyrillic), Serbian (Latin), Slovak, Spanish, Ukrainian and Vietnamese. Includes
2250                        a keystroke listener to type Arabic on none Arabic OS or machine. Thanks to Abdul-Aziz
2251                        A. Al-Oraij. </li>
2252                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=935358&amp;group_id=75348&amp;atid=543655">SF
2253                        Patch-935358</a>] New <strong>&quot;Preview&quot; command</strong>. Context menu
2254                        option is included and can be deactivated throw the config.ShowPreviewContextMenu
2255                        configuration. Thanks to Ben Ramsey. </li>
2256                <li>New &quot;<strong>Table Auto Format</strong>&quot; context menu command. Hack a
2257                        little the fck_config.js and the fck_editorarea.css files. Thanks to Alexandros
2258                        Lezos. </li>
2259                <li>New &quot;<strong>Bulleted List Properties</strong> &quot; context menu to define
2260                        its type and class. Thanks to Alexandros Lezos. </li>
2261                <li>The <strong>image dialog</strong> box has been a <strong>redesigned</strong> . Thanks
2262                        to Mark Fierling. </li>
2263                <li>Images now always have the <strong>&quot;alt&quot; attribute</strong> set, even
2264                        when it's value is empty. Thanks to Andreas Barnet. </li>
2265                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=942250&amp;group_id=75348&amp;atid=543655">SF
2266                        Patch-942250</a>] You can set on fck_config.js to <strong>automatically clean Word</strong>
2267                        pasting operations without a user confirmation. </li>
2268                <li>Forms element dialogs and other localization pending labels has been updated. </li>
2269                <li>A new <strong>Lithuanian</strong> language file is available. Thanks to Tauras Paliulis.
2270                </li>
2271                <li>A new <strong>Hebrew</strong> language file is available. Thanks to Ophir Radnitz.
2272                </li>
2273                <li>A new <strong>Serbian</strong> language file is available. Thanks to Zoran Subic.
2274                </li>
2275                <li><strong>Danish</strong> language file updates. Thanks to Flemming Jensen. </li>
2276                <li><strong>Catalan</strong> language file updates. Thanks to Jordi Cerdan. </li>
2277                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=936514&amp;group_id=75348&amp;atid=543655">SF
2278                        Patch-936514</a>] [<a href="https://sourceforge.net/tracker/?func=detail&amp;atid=543653&amp;aid=918716&amp;group_id=75348">SF
2279                                BUG-918716</a>] [<a href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=931037&amp;group_id=75348&amp;atid=543653">SF
2280                                        BUG-931037</a>] [<a href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=865864&amp;group_id=75348&amp;atid=543653">SF
2281                                                BUG-865864</a>] [<a href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=915410&amp;group_id=75348&amp;atid=543653">SF
2282                                                        BUG-915410</a>] [<a href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=918716&amp;group_id=75348&amp;atid=543653">SF
2283                                                                BUG-918716</a>] Some <strong>languages files</strong> were not
2284                        saved on <strong>UTF-8</strong> format causing some javascript errors on loading
2285                        the editor or making &quot;undefined&quot; to show on editor labels. This problem
2286                        was solved. </li>
2287                <li>Updates on the testsubmit.php file. Thanks to Geat and Gabriel Schillaci </li>
2288                <li>[<a href="https://sourceforge.net/tracker/?func=detail&amp;atid=543653&amp;aid=924620&amp;group_id=75348">SF
2289                        BUG-924620</a>] There was a problem when setting a name to an editor instance when
2290                        the name is used by another tag. For example when using &quot;description&quot;
2291                        as the name in a page with the &lt;META name=&quot;description&quot;&gt; tag. </li>
2292                <li>[<a href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=935018&amp;group_id=75348&amp;atid=543653">SF
2293                        BUG-935018</a>] The &quot;buletted&quot; typo has been corrected. </li>
2294                <li>[<a href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=902122&amp;group_id=75348&amp;atid=543653">SF
2295                        BUG-902122</a>] Wrong css and js file references have been corrected. </li>
2296                <li>[<a href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=918942&amp;group_id=75348&amp;atid=543653">SF
2297                        BUG-918942</a>] All dialog boxes now accept Enter and Escape keys as Ok and Cancel
2298                        buttons.</li>
2299        </ul>
2300        <p>
2301                * This version has been partially sponsored by <a href="http://www.genuitec.com/">Genuitec,
2302                        LLC</a>.</p>
2303        <h3>
2304                Version 1.5</h3>
2305        <ul>
2306                <li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&amp;atid=543656&amp;aid=913777&amp;group_id=75348">SF
2307                        Feature-913777</a>] <strong>New Form Commands</strong> are now available! Special
2308                        thanks to G.Meijer. </li>
2309                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=861149&amp;group_id=75348&amp;atid=543656">SF
2310                        Feature-861149</a>] <strong>Print Command</strong> is now available! </li>
2311                <li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&amp;atid=543653&amp;aid=743546&amp;group_id=75348">SF
2312                        BUG-743546</a>] The <strong>XHTML content duplication problem </strong>has been
2313                        <strong>solved</strong> . Thanks to Paul Hutchison. </li>
2314                <li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&amp;atid=543653&amp;aid=875853&amp;group_id=75348">SF
2315                        BUG-875853</a>] The <strong>image dialog box</strong> now gives precedence for width
2316                        and height values set as styles. In this way a user can change the size of the image
2317                        directly inside the editor and the changes will be reflected in the dialog box.
2318                </li>
2319                <li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&amp;atid=543656&amp;aid=913777&amp;group_id=75348">SF
2320                        Feature-788368</a>] The sample <strong>file upload </strong>manager for ASPX now
2321                        uses <strong>guids</strong> for the file name generation. In this way a support
2322                        XML file is not needed anymore. </li>
2323                <li>It's possible now to <strong>programmatically change the Base Path</strong> of the
2324                        editor if it's installed in a directory different of &quot;/FCKeditor/&quot;. Something
2325                        like this:<br />
2326                        oFCKeditor.BasePath = '/FCKeditor/' ;<br />
2327                        Take a look at the _test directory for samples. </li>
2328                <li>There was a little bug in the TAB feature that moved the insertion point if there
2329                        were any object (images, tables) in the content. It has been fixed. </li>
2330                <li>The problem with <strong>accented and international characters</strong> on the PHP
2331                        test page was solved. </li>
2332                <li>A new <strong>Chinese (Taiwan)</strong> language file is available. Thanks to Nil.
2333                </li>
2334                <li>A new <strong>Slovenian</strong> language file is available. Thanks to Pavel Rotar.
2335                </li>
2336                <li>A new <strong>Catalan</strong> language file is available. Thanks to Jordi Cerdan.
2337                </li>
2338                <li>A new <strong>Arabic</strong> language file is available. Thanks to Abdul-Aziz A.
2339                        Al-Oraij. </li>
2340                <li>Small corrections on the <strong>Norwegian</strong> language file. </li>
2341                <li>A Java version for the test results (testsubmit.jsp) is now available. Thanks to
2342                        Pritpal Dhaliwal. </li>
2343                <li>When using JavaScript to create a editor instance it's possible now to easily get
2344                        the editor's value calling oFCKeditor.GetValue() (eg.). Better JavaScript API interfaces
2345                        will be available on version 2.0. </li>
2346                <li>If <strong>XHTML</strong> is enabled the editor cleans the HTML before showing it
2347                        on the Source View, so the exact result can be viewed by the user. This option can
2348                        be activated setting config.EnableSourceXHTML = true in the fck_config.js file.
2349                </li>
2350                <li>The <strong>JS integration object</strong> now escapes all configuration settings,
2351                        in this way a user can use <strong>reserved chars</strong> on it. For example:
2352                        <br />
2353                        oFCKeditor.Config[&quot;ImageBrowserURL&quot;] = '/imgs/browse.asp?filter=abc*.jpg&amp;userid=1';
2354                </li>
2355                <li>A minimal browse server sample is now available in ASP. Thanks to Andreas Barnet.
2356                </li>
2357        </ul>
2358        <h3>
2359                Version 1.4</h3>
2360        <ul>
2361                <li><strong>ATTENTION: For PHP users</strong>: The editor was changed and now uses <strong>
2362                        htmlspecialchars</strong> instead of <strong>htmlentities</strong> when handling
2363                        the initial value. It should works well, but please make some tests before upgrading
2364                        definitively. If there is any problem just uncomment the line in the fckeditor.php
2365                        file (and send me a message!). </li>
2366                <li>The editor is now integrated with <strong>ieSpell</strong> (<a href="http://www.iespell.com">http://www.iespell.com</a>)
2367                        for <strong>Spell Checking</strong>. You can configure the download URL in then
2368                        fck_config.js file. Thanks to Sanjay Sharma. (ieSpell is free for personal use but
2369                        must be paid for commercial use) </li>
2370                <li><strong>Table</strong> and <strong>table cell</strong> dialogs has been changed.
2371                        Now you can <strong>select the class</strong> you want to be applied. Thanks to
2372                        Alexander Lezos. </li>
2373                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=865378&amp;group_id=75348&amp;atid=543656">SF
2374                        Feature-865378</a>]A new <strong>upload support is available for ASP</strong>. It
2375                        uses the /UserImages/ folder in the root of the web site as the files container
2376                        and a counter controlled by the upload.cnt file. Both must have write permissions
2377                        set to the IUSR_xxx user. Thanks to Trax and Juanjo. </li>
2378                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=798128&amp;group_id=75348&amp;atid=543655">SF
2379                        Patch-798128</a>] The user (programmer) can now define a <strong>custom separator</strong>
2380                        for the list items of a combo in the toolbar. Thanks to Wulff D. Heiss. </li>
2381                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=741963&amp;group_id=75348&amp;atid=543656">SF
2382                        Feature-741963</a>][<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=878941&amp;group_id=75348&amp;atid=543656">SF
2383                                Feature-878941</a>][<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=869389&amp;group_id=75348&amp;atid=543655">SF
2384                                        Patch-869389</a>] A minimal support for a &ldquo;fake&rdquo; <strong>TAB is now available</strong>,
2385                        even if HTML has no support for TAB. Now when the user presses the TAB key a configurable
2386                        number of spaces (&amp;nbsp;) is added. Take a look at config.TabSpaces on the fck_config.js
2387                        file. No action is performed if it is set to zero. The default value is 4. Thanks
2388                        to Phil Hassey. </li>
2389                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=782779&amp;group_id=75348&amp;atid=543653">SF
2390                        BUG-782779</a>][<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=790939&amp;group_id=75348&amp;atid=543653">SF
2391                                BUG-790939</a>] The problem with big images has been corrected. Thanks to Raver.
2392                </li>
2393                <li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&amp;atid=543653&amp;aid=853374&amp;group_id=75348">SF
2394                        BUG-862975</a>] Now the editor does nothing if no image is selected in the image
2395                        dialog box and the OK button is hit. </li>
2396                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=851609&amp;group_id=75348&amp;atid=543653">SF
2397                        BUG-851609</a>] The problem with ASP and null values has been solved. </li>
2398                <li><strong>Norwegean</strong> language pack. Thanks to Martin Kronstad. </li>
2399                <li><strong>Hungarian</strong> language pack. Thanks to Bal&aacute;zs Szab&oacute;.
2400                </li>
2401                <li><strong>Bosnian</strong> language pack. Thanks to Trax. </li>
2402                <li><strong>Japanese</strong> language pack. Thanks to Kato Yuichiro. </li>
2403                <li>Updates on the <strong>Polish</strong> language pack. Thanks to Norbert Neubauer.
2404                </li>
2405                <li>The <strong>Chinese (Taiwan)</strong> (zh-tw) has been removed from the package
2406                        because it's corrupt. I'm sorry. I hope someone could send me a good version soon.
2407                </li>
2408        </ul>
2409        <h3>
2410                Version 1.3.1</h3>
2411        <ul>
2412                <li>It's now possible to configure the editor the insert a <strong>&lt;BR&gt; tag instead
2413                        of &lt;P&gt;</strong> when the user presses the <strong>&lt;Enter&gt;</strong> key.
2414                        Take a look at the fck_config.js configuration file for the &quot;<strong>UseBROnCarriageReturn</strong>&quot;
2415                        key. This option is disabled by default. </li>
2416                <li><strong>Icelandic</strong> language pack. Thanks to Andri &Oacute;skarsson. </li>
2417                <li>[<a href="https://sourceforge.net/tracker/?func=detail&amp;atid=543653&amp;aid=853374&amp;group_id=75348">SF
2418                        BUG-853374</a>] On IE 5.0 there was a little error introduced with version 1.3 on
2419                        initialization. It was corrected. </li>
2420                <li>[<a href="https://sourceforge.net/tracker/?func=detail&amp;atid=543653&amp;aid=853372&amp;group_id=75348">SF
2421                        BUG-853372</a>] On IE 5.0 there was a little error introduced with version 1.3 when
2422                        setting the focus in the editor. It was corrected. </li>
2423                <li>Minor errors on the language file for <strong>english</strong> has been corrected.
2424                        Thanks to Anders Madsen. </li>
2425                <li>Minor errors on the language file for <strong>danish</strong> has been corrected.
2426                        Thanks to Martin Johansen. </li>
2427        </ul>
2428        <h3>
2429                Version 1.3</h3>
2430        <ul>
2431                <li>Language support for <strong>Danish, Polish, Simple Chinese, Slovak, Swedish and
2432                        Turkish</strong>. </li>
2433                <li>Language updates for <strong>Romanian</strong>. </li>
2434                <li>It's now possible to <strong>override</strong> any of the <strong>editor's configurations</strong>
2435                        (for now it's implemented just for JavaScript, ASPX and HTC modules). See _test/test.html
2436                        for a sample. I'm now waiting for the Community for the ASP, CFM and PHP versions.
2437                </li>
2438                <li>A new method is available for <strong>PHP</strong> users. It's called <strong>ReturnFCKeditor</strong>.
2439                        It works exactly like CreateFCKeditor, but it <strong>returns a string with the HTML</strong>
2440                        for the editor instead of output it (echo). This feature is useful for people who
2441                        are working with Smarty Templates or something like that. Thanks to Timothy J. Finucane.
2442                </li>
2443                <li>Many people have had problems with <strong>international characters</strong> over
2444                        <strong>PHP</strong>. I had also the same problem. PHP have strange problems with
2445                        character encoding. The code hasn't been changed but just saved again with Western
2446                        European encoding. <strong>Now it works well</strong> in my system.<br />
2447                        Take a look also at the &quot;default_charset&quot; configuration option at the
2448                        php.ini file. It doesn't seem to be an editor's problem but a PHP issue. </li>
2449                <li>The &quot;<strong>testsubmit.php</strong>&quot; file now strips the &quot;<strong>Magic
2450                        Quotes</strong> &quot; that are automatically added by PHP on form posts. </li>
2451                <li>A <strong>new language</strong> integration module is available for <strong>ASP/Jscript</strong>.
2452                        Thanks to Dimiter Naydenov. </li>
2453                <li><strong>New configuration</strong> options are available to <strong>customize the
2454                        Target</strong> combo box in the <strong>Insert/Modify Link</strong> dialog box.
2455                        Now you can hide it, or set which options are available in the combo box. Take a
2456                        look at the fck_config.js file. </li>
2457                <li>The <strong>Text as Plain Text</strong> toolbar <strong>icon</strong> has been changed
2458                        <strong>to avoid confusion</strong> with the Normal Paste or. Thanks to Kaupo Kalda.
2459                </li>
2460                <li>The file <strong>dhtmled.cab has been removed</strong> from the package. It's not
2461                        needed to the editor to work and caused some confusion for a few users. </li>
2462                <li>The <strong>editor's content</strong> now <strong>doesn't loose the focus</strong>
2463                        when the user clicks with the mouse in a toolbar button. </li>
2464                <li>On <strong>drag-and-drop</strong> operations the data to be inserted in the editor
2465                        is now <strong>converted to plain text</strong> when the &quot;<strong>ForcePasteAsPlainText</strong>&quot;
2466                        configuration is set to <strong>true</strong>. </li>
2467                <li>The <strong>image browser</strong> sample in PHP now <strong>sorts the files</strong>
2468                        by name. Thanks to Sergey Lupashko. </li>
2469                <li>Two <strong>new configuration</strong> options are available to <strong>turn on/off
2470                        by default</strong> the &quot;<strong>Show Borders</strong>&quot; and &quot;<strong>Show
2471                                Details</strong>&quot; commands. </li>
2472                <li>Some <strong>characters have been removed</strong> from the &quot;<strong>Insert
2473                        Special Chars</strong>&quot; dialog box because they were causing encoding problems
2474                        in some languages. Thanks to Abomb Hua. </li>
2475                <li><strong>JSP</strong> versions of the <strong>image and file upload and browsing</strong>
2476                        features. Thanks to Simone Chiaretta.</li>
2477        </ul>
2478        <h3>
2479                Version 1.2.4</h3>
2480        <ul>
2481                <li>Language support for <strong>Spanish, Finnish, Romanian and Korean</strong>. </li>
2482                <li>Language updates for <strong>German</strong>. </li>
2483                <li>New <strong>Zoom</strong> toolbar option. (<a href="https://sourceforge.net/forum/forum.php?thread_id=904116&amp;forum_id=257180">Thanks
2484                        to &quot;mtn_roadie&quot;</a>)</li>
2485        </ul>
2486        <h3>
2487                Version 1.2.2</h3>
2488        <ul>
2489                <li>Language support for <strong>French</strong>. </li>
2490                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=782779&amp;group_id=75348&amp;atid=543653">SF
2491                        BUG-782779</a>] Version 1.2 introduced a bug on the image dialog window: when changing
2492                        the image, no update was done. This bug is now fixed. </li>
2493        </ul>
2494        <h3>
2495                Version 1.2</h3>
2496        <ul>
2497                <li>Enhancements to the <strong>Word cleaning</strong> feature (Thanks to Karl von Randow).
2498                </li>
2499                <li>The <strong>Table dialog box</strong> now handles the Style width and height set
2500                        in the table (Thanks to Roberto Arruda). There where many problems on prior version
2501                        when people changed manually the table's size, dragging the size handles, and then
2502                        it was not possible to set a new size using the table dialog box. </li>
2503                <li>For the <strong>Image dialog box:</strong>
2504                        <ul>
2505                                <li>No image is shown in the preview pane if no image has been set. </li>
2506                                <li>If no HSpace is set in the image a &quot;-1&quot; value was shown in the dialog
2507                                        box. Now, nothing is shown if the value is negative. </li>
2508                        </ul>
2509                </li>
2510                <li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=739630&amp;group_id=75348&amp;atid=543653">SF
2511                        BUG-739630</a>] Image with link lost the link when changing its properties. The
2512                        problem is solved. </li>
2513                <li>Due to some problems in the XHTML cleaning (content duplication when the source
2514                        HTML is dirty and malformed), the <strong>XHTML support is turned off by default</strong>
2515                        from this version. You can still change this behavior and turn it on in the configuration
2516                        file. </li>
2517                <li>Some little updates on the <strong>English </strong>language file. </li>
2518                <li>A few addition of missing entries on all languages files (translations for these
2519                        changes are pending). </li>
2520                <li>Language files has been added for the following languages:
2521                        <ul>
2522                                <li><strong>Brazilian Portuguese</strong> (pt-br) </li>
2523                                <li><strong>Czech</strong> (cz) </li>
2524                                <li><strong>Dutch</strong> (nl) </li>
2525                                <li><strong>Russian</strong> (ru) </li>
2526                                <li><strong>Chinese (Taiwan)</strong> (zh-tw) </li>
2527                                <li><strong>Greek</strong> (gr) </li>
2528                                <li><strong>German</strong> (de)</li>
2529                        </ul>
2530                </li>
2531        </ul>
2532        <h3>
2533                Version 1.1</h3>
2534        <ul>
2535                <li>The &quot;<strong>Multi Language</strong>&quot; system is now available. This version
2536                        ships with English and Italian versions completed. Other languages will be available
2537                        soon. The editor automatically detects the client language and sets all labels,
2538                        tooltips and dialog boxes to it, if available. The auto detection and the default
2539                        language can be set in the <strong>fck_config.file</strong>. </li>
2540                <li>Two files can now be created to isolate customizations code from the original source
2541                        code of the editor: <strong>fckeditor.config.js</strong> and <strong>fckeditor.custom.js</strong>.
2542                        Create these files in the root folder of your web site, if needed. The first one
2543                        can be used to add or override configurations set on fck_config.js. The second one
2544                        is used for custom actions and behaviors. </li>
2545                <li>A problem with relative links and images like &quot;/test/test.doc&quot; has been
2546                        solved. In prior versions, only with XHTML support enabled, the URL was changed
2547                        to something like &quot;http://www.mysite.xxx/test/test.doc&quot; (The domain was
2548                        automatically added). Now the XHTML cleaning procedure gets the URLs exactly how
2549                        they are defined in the editor&rsquo;s HTML. </li>
2550                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=742168&amp;group_id=75348&amp;atid=543653">SF
2551                        BUG-742168</a>] Mouse drag and drop from toolbar buttons has been disabled. </li>
2552                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=768210&amp;group_id=75348&amp;atid=543653">SF
2553                        BUG-768210</a>] HTML entities, like <strong>&amp;lt;</strong>, were not load correctly.
2554                        The problem is solved. </li>
2555                <li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=748812&amp;group_id=75348&amp;atid=543653">SF
2556                        BUG-748812</a>] The link dialog window doesn't open when the link button is grayed.
2557                </li>
2558        </ul>
2559        <h3>
2560                Version 1.0</h3>
2561        <ul>
2562                <li>Three new options are available in the configuration file to set what file types
2563                        are allowed / denied to be uploaded from the &quot;Insert Link&quot; and &quot;Insert
2564                        Image&quot; dialog boxes. </li>
2565                <li>Upload options, for links and images, are automatically hidden on IE 5.0 browsers
2566                        (it's not compatible). </li>
2567                <li>[SF BUG-734894] Fixed a problem on XHTML cleaning: the value on INPUT fields were
2568                        lost. </li>
2569                <li>[SF BUG-713797] Fixed some image dialog errors when trying to set image properties
2570                        when no image is available. </li>
2571                <li>[SF BUG-736414] Developed a workaround for a DHTML control bug when loading in the
2572                        editor some HTML started with &lt;p&gt;&lt;hr&gt;&lt;/p&gt;. </li>
2573                <li>[SF BUG-737143] Paste from Word cleaning changed to solve some IE 5.0 errors. This
2574                        feature is still not available over IE 5.0. </li>
2575                <li>[SF BUG-737233] CSS mappings are now OK on the PHP image browser module. </li>
2576                <li>[SF BUG-737495] The image preview in the image dialog box is now working correctly.
2577                </li>
2578                <li>[SF BUG-737532] The editor automatically switches to WYSIWYG mode when the form
2579                        is posted. </li>
2580                <li>[SF BUG-739571] The editor is now working well over Opera (as for Netscape, a TEXTAREA
2581                        is shown). </li>
2582        </ul>
2583        <h3>
2584                Version 1.0 Final Candidate</h3>
2585        <ul>
2586                <li>A new dialog box for the &quot;Link&quot; command is available. Now you can upload
2587                        and browse the server exactly like the image dialog box. It's also possible to define
2588                        the link title and target window (_blank, _self, _parent and _top). As with the
2589                        image dialog box, a sample (and simple) file server browser is available. </li>
2590                <li>A new configuration option is available to force every paste action to be handled
2591                        as plain text. See &quot;config.ForcePasteAsPlainText&quot; in fck_config.js. </li>
2592                <li>A new Toolbar button is available: &quot;Paste from Word&quot;. It automatically
2593                        cleans the clipboard content before pasting (removesWord styles, classes, xml stuff,
2594                        etc...). This command is available for IE 5.5 and more. For IE 5.0 users, a message
2595                        is displayed advising that the text will not be cleaned before pasting. </li>
2596                <li>The editor automatically detects Word clipboard data on pasting operations and asks
2597                        the user to clean it before pasting. This option is turned on by default but it
2598                        can be configured. See &quot;config.AutoDetectPasteFromWord&quot; in fck_config.js.
2599                </li>
2600                <li>Table properties are now available in cells' right click context menu. </li>
2601                <li>It's now possible to edit cells advanced properties from it's right click context
2602                        menu. </li>
2603        </ul>
2604        <h3>
2605                Version 1.0 Release Candidate 1 (RC1)</h3>
2606        <ul>
2607                <li>Some performance improvements. </li>
2608                <li>The file dhtmled.cab has been added to the package for clients ho needs to install
2609                        the Microsoft DHTML Editor component. </li>
2610                <li>[SF BUG-713952] The format command options are localized, so it depends on the IE
2611                        language to work. Until version 0.9.5 it was working only over English IE browsers.
2612                        Now the options are load dynamically on the client using the client's language.
2613                </li>
2614                <li>[SF BUG-712103] The style command is localized, so it depends on the IE language
2615                        to work. Until version 0.9.5 it was working only over English IE browsers. Now it
2616                        configures itself using the client's language. </li>
2617                <li>[SF BUG-726137] On version 0.9.5, some commands (special chars, image, emoticons,
2618                        ...) remove the next available character before inserting the required content even
2619                        if no selection was made in the editor. Now the editor replaces only the selected
2620                        content (if available). </li>
2621        </ul>
2622        <h3>
2623                Version 0.9.5 beta</h3>
2624        <ul>
2625                <li>XHTML support is now available! It can be enabled/disabled in the fck_config.js
2626                        file. </li>
2627                <li>&quot;Show Table Borders&quot; option: show borders for tables with borders size
2628                        set to zero. </li>
2629                <li>&quot;Show Details&quot; option: show hidden elements (comments, scripts, paragraphs,
2630                        line breaks) </li>
2631                <li>IE behavior integration module. Thanks to Daniel Shryock. </li>
2632                <li>&quot;Find&quot; option: to find text in the document. </li>
2633                <li>More performance enhancements. </li>
2634                <li>New testsubmit.php file. Thansk to Jim Michaels. </li>
2635                <li>Two initial PHP upload manager implementations (not working yet). Thanks to Frederic
2636                        Tyndiuk and Christian Liljedahl. </li>
2637                <li>Initial PHP image browser implementation (not working yet). Thanks to Frederic Tyndiuk.
2638                </li>
2639                <li>Initial CFM upload manager implementation. Thanks to John Watson. </li>
2640        </ul>
2641        <h3>
2642                Version 0.9.4 beta</h3>
2643        <ul>
2644                <li>ColdFusion module integration is now available! Thanks to John Watson. </li>
2645                <li>&quot;Insert Smiley&quot; toolbar option! Thanks to Fredox. Take a look at fck_config.js
2646                        for configuration options. </li>
2647                <li>&quot;Paste as plain text&quot; toolbar option! </li>
2648                <li>Right click support for links (edit / remove). </li>
2649                <li>Buttons now are shown in gray when disabled. </li>
2650                <li>Buttons are shown just when the image is downloaded (no more &quot;red x&quot; while
2651                        waiting for it). </li>
2652                <li>The toolbar background color can be set with a CSS style (see fck_editor.css). </li>
2653                <li>Toolbar images have been reviewed:
2654                        <ul>
2655                                <li>Now they are transparent. </li>
2656                                <li>No more over...gif for every button (so the editor loads quicker). </li>
2657                                <li>Buttons states are controlled with CSS styles. (see fck_editor.css).</li>
2658                        </ul>
2659                </li>
2660                <li>Internet Explorer 5.0 compatibility, except for the image uploading popup. </li>
2661                <li>Optimizations when loading the editor. </li>
2662                <li>[SF BUG-709544] - Toolbar buttons wait for the images to be downloaded to start
2663                        watching and responding the user actions (turn buttons on/off when the user changes
2664                        position inside the editor). </li>
2665                <li>JavaScript integration is now Object Oriented. CreateFCKeditor function is not available
2666                        anymore. Take a look in test.html. </li>
2667                <li>Two new configuration options, ImageBrowser and ImageUpload, are available to turn
2668                        on and off the image upload and image browsing options in the Image dialog box.
2669                        This options can be hidden for a specific editor instance throw specific URL parameter
2670                        in the editor&rsquo;s IFRAME (upload=true/false&amp;browse=true/false). All specific
2671                        language integration modules handle this option. For sample see the _test directory.
2672                </li>
2673        </ul>
2674</body>
2675</html>
Note: See TracBrowser for help on using the repository browser.