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.5 Beta</h3> 34 <p> 35 New Features and Improvements:</p> 36 <ul> 37 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/624">#624</a>] [<a 38 target="_blank" href="http://dev.fckeditor.net/ticket/634">#634</a>] [<a target="_blank" 39 href="http://dev.fckeditor.net/ticket/1300">#1300</a>] [<a target="_blank" href="http://dev.fckeditor.net/ticket/1301">#1301</a>] 40 Official compatibility support with <strong>Opera 9.50</strong> and <strong>Safari 3</strong> 41 (WebKit based browsers actually). These browsers are still in Beta, but we are confident 42 that we'll have amazing results as soon as they get stable. We are continuously 43 collaborating with Opera Software and Apple to bring a wonderful FCKeditor experience 44 over their browser platforms.</li> 45 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/494">#494</a>] Introduced 46 the <strong>new Style System</strong>. We are not anymore relaying on browser features 47 to apply and remove styles, which guarantees that the editor will <strong>behave in 48 the same way in all browsers</strong>. It is an incredibly flexible system, 49 which aims to fit all developer's needs, from Flash content or HTML4 to XHTML 1.0 50 Strict or XHTML 1.1: 51 <ul> 52 <li>All basic formatting features, like Bold and Italic, can be precisely controlled 53 by using the configuration file (<b>CoreStyles</b> setting). It means that now, 54 the Bold button, for example, can produce <b>, <strong>, <span class...>, 55 <span style...> or anything the developer prefers.</li> 56 <li>Again with the <b>CoreStyles</b> setting, each block format, font, size, and even 57 the color pickers can precisely reflect end developer's needs.</li> 58 <li>Because of the above changes, font sizes are much more flexible. <b>Any kind of 59 font unit</b> can be used, including a mix of units.</li> 60 <li>All styles, including toolbar bottom styles, are precisely controlled when being 61 applied to the document. FCKeditor uses an element table derived from the <b>W3C XHTML 62 DTDs</b> to precisely create the elements, guarantee standards compliant code.</li> 63 <li><b>No more <font> tags</b>... well... actually, the system is so flexible 64 that it is up to you to use them or not.</li> 65 <li>It is possible to configure FCKeditor to produce a truly <b>semantic aware </b>and<b> 66 XHTML 1.1 compliant </b>code. Check out sample14.html.</li> 67 <li>It's also possible to precisely control which inline elements must be removed with 68 the "Remove All" button, by using the "<b>RemoveFormatTags</b>" 69 setting.</li> 70 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1231">#1231</a>] 71 [<a target="_blank" href="http://dev.fckeditor.net/ticket/160">#160</a>] Paragraph 72 <b>indentation</b> and <b>justification</b> now uses style attributes and don't 73 create unnecessary elements, and <blockquote> is not anymore used for it. 74 Now, even CSS classes can be used to indent or align text.</li> 75 <li>All paragraph formatting features work well when EnterMode=br.</li> 76 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/172">#172</a>] 77 All paragraph formatting features work well when list items too.</li> 78 </ul> 79 </li> 80 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1197">#1197</a>] 81 [<a target="_blank" href="http://dev.fckeditor.net/ticket/132">#132</a>] The toolbar 82 now presents a <strong>new button for Blockquote</strong>. The indentation button 83 will not anymore be used for that.</li> 84 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/125">#125</a>] Table's 85 <strong>columns size can now be changed by dragging on cell borders</strong>, with 86 the "dragresizetable" plugin. </li> 87 <li>The EditorAreaCSS config option can now also be set to a string of paths separated 88 by commas.</li> 89 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/212">#212</a>] New "<strong>Show 90 Blocks</strong>" command button in toolbar to show block details in the editing 91 area. </li> 92 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/915">#915</a>] The <strong> 93 undo/redo system has been revamped</strong> to work the same across Internet Explorer 94 and Gecko-based browsers (e.g. Firefox). A number of critical bugs in the undo/redo 95 system are also fixed. </li> 96 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/194">#194</a>] The editor 97 now uses the <strong>Data Processor</strong> technology, which makes it possible 98 to handle different input formats. A sample of it may be found at "editor/plugins/bbcode/_sample", 99 that shows some simple BBCode support. </li> 100 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/145">#145</a>] The "htaccess.txt" 101 file has been renamed to ".htaccess" as it doesn't bring security concerns, being 102 active out of the box.</li> 103 <li>File Browser and Quick Upload changes: 104 <ul> 105 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/163">#163</a>] <span 106 style="color: #ff0000"><strong>Attention:</strong></span> The default connector 107 in fckconfig.js has been changed from ASP to PHP. If you are using ASP remember 108 to change the _FileBrowserLanguage and _QuickUploadLanguage settings in your fckconfig.js. 109 [<a target="_blank" href="http://dev.fckeditor.net/ticket/454">#454</a>] The file 110 browser and upload connectors have been unified so they can reuse the same configuration 111 settings.</li> 112 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/865">#865</a>] The ASP 113 and PHP connectors have been improved so it's easy to select the location of the 114 destination folder for each file type, and it's no longer necessary to use the "file", 115 "image", "flash" subfolders<br /> 116 <span style="color: #ff0000"><strong>Attention:</strong></span> The location of 117 all the connectors have been changed in the fckconfig.js file. Please check your 118 settings to match the current ones. Also review carefully the config file for your 119 server language. </li> 120 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/688">#688</a>] Now the 121 Perl quick upload is available. </li> 122 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/575">#575</a>] The Python 123 connector has been rewritten as a WSGI app to be fully compatible with the latest 124 python frameworks and servers. The QuickUpload feature has been added as well as 125 all the features available in the PHP connector. Thanks to Mariano Reingart.</li> 126 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/561">#561</a>] The ASP 127 connector provides an AbsolutePath setting so it's possible to set the url to a 128 full domain or a relative path and specify that way the physical folder where the 129 files are stored..</li> 130 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/333">#333</a>] The Quick 131 Upload now can use the same ServerPath parameter as the full connector.</li> 132 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/199">#199</a>] The AllowedCommands 133 configuration setting is available in the asp and php connectors so it's possible 134 to disallow the upload of files (although the "select file" button will still be 135 available in the file browser).</li> 136 </ul> 137 </li> 138 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/100">#100</a>] A new configuration 139 directive "FCKConfig.EditorAreaStyles" has been implemented to allow setting editing 140 area styles from JavaScript. </li> 141 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/102">#102</a>] HTML code 142 generated by the "Paste As Plain Text" feature now obeys the EnterMode setting.</li> 143 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1266">#1266</a>] Introducing 144 the HtmlEncodeOutput setting to instruct the editor to HTML-encode some characters 145 (&, < and >) in the posted data.</li> 146 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/357">#357</a>] Added a 147 "Remove Anchor" option in the context menu for anchors. </li> 148 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1060">#1060</a>] Compatibility 149 checks with Firefox 3.0 Alpha. </li> 150 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/817">#817</a>] 151 [<a target="_blank" href="http://dev.fckeditor.net/ticket/1077">#1077</a>] New "Merge 152 Down/Right" commands for merging tables cells in non-Gecko browsers.</li> 153 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1288">#1288</a>] The "More 154 Colors..." button in color selector popup has been made optional and configurable 155 by the <strong>EnableMoreFontColors</strong> option. </li> 156 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/356">#356</a>] The <strong> 157 Find and Replace</strong> dialogs are now unified into a single dialog with tabs.</li> 158 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/549">#549</a>] Added a 'None' 159 option to the FCKConfig.ToolbarLocation option to allow for hidden toolbars. 160 </li> 161 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1313">#1313</a>] An XHTML 1.1 target 162 editor sample has been created as sample14.html. </li> 163 <li>The ASP, ColdFusion and PHP integration have been aligned to our standards.</li> 164 </ul> 165 <p> 166 Fixed Bugs:</p> 167 <ul> 168 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/71">#71</a>] [<a target="_blank" 169 href="http://dev.fckeditor.net/ticket/243">#243</a>] [<a target="_blank" href="http://dev.fckeditor.net/ticket/267">#267</a>] 170 The editor now takes care to not create invalid nested block elements, like creating 171 <form> or <hr> inside <p>. </li> 172 <li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1511298&group_id=75348&atid=543655">SF 173 Patch 1511298</a>] The CF Component failed on CFMX 6.0</li> 174 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/639">#639</a>] If the 175 FCKConfig.DefaultLinkTarget setting was missing in fckconfig.js the links has target="undefined".</li> 176 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/497">#497</a>] Fixed EMBED 177 attributes handling in IE.</li> 178 <li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1315722&group_id=75348&atid=543655">SF 179 Patch 1315722</a>] Avoid getting a cached version of the folder contents after uploading 180 a file</li> 181 <li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1386086&group_id=75348&atid=543655">SF 182 Patch 1386086</a>] The php connector has been protected so mkdir doesn't fail if 183 there are double slashes.</li> 184 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/943">#943</a>] The PHP 185 connector now specifies that the included files are relative to the current path.</li> 186 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/560">#560</a>] The PHP 187 connector will work better if the connector or the userfiles folder is a symlink.</li> 188 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/784">#784</a>] Fixed a 189 non initialized $php_errormsg in the PHP connector.</li> 190 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/802">#802</a>] The replace 191 dialog will now advance its searching position correctly and is able to search for 192 strings spanning across multiple inline tags.</li> 193 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/944">#944</a>] The _samples 194 didn't work directly from the Mac filesystem.</li> 195 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/946">#946</a>] Toolbar 196 images didn't show in non-IE browsers if the path contained a space.</li> 197 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/291">#291</a>] [<a 198 target="_blank" href="http://dev.fckeditor.net/ticket/395">#395</a>] [<a target="_blank" 199 href="http://dev.fckeditor.net/ticket/932">#932</a>] Clicking outside the editor 200 it was possible to paste or apply formatting to the rest of the page in IE.</li> 201 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/137">#137</a>] Fixed FCKConfig.TabSpaces 202 being ignored, and weird behaviors when pressing tab in edit source mode.</li> 203 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/268">#268</a>] Fixed special 204 XHTML characters present in event attribute values being converted inappropriately 205 when switching to source view.</li> 206 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/272">#272</a>] The toolbar 207 was cut sometimes in IE to just one row if there are multiple instances of the editor.</li> 208 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/515">#515</a>] Tables 209 in Firefox didn't inherit font styles properly in Standards mode.</li> 210 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/321">#321</a>] If FCKeditor 211 is initially hidden in Firefox it will no longer be necessary to call the oEditor.MakeEditable() 212 function.</li> 213 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/299">#299</a>] The 'Browse 214 Server' button in the Image and Flash dialogs was a little too high.</li> 215 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/931">#931</a>] The BodyId 216 and BodyClass configuration settings weren't applied in the preview window.</li> 217 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/583">#583</a>] The "noWrap" 218 attribute for table cells was getting an empty value in Firefox. Thanks to geirhelge.</li> 219 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/141">#141</a>] Fixed incorrect 220 startup focus in Internet Explorer after page reloads. </li> 221 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/143">#143</a>] Fixed browser 222 lockup when the user writes <!--{PS..x}> into the editor in source mode. </li> 223 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/174">#174</a>] Fixed incorrect 224 positioning of FCKeditor in full screen mode. </li> 225 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/978">#978</a>] Fixed a 226 SpellerPages error with ColdFusion when no suggestions where available for a word.</li> 227 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/977">#977</a>] The "shape" 228 attribute of <area> had its value changed to uppercase in IE.</li> 229 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/996">#996</a>] "OnPaste" 230 event listeners will now get executed only once.</li> 231 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/289">#289</a>] Removed 232 debugging popups from page load regarding JavaScript and CSS loading errors.</li> 233 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/328">#328</a>] [<a 234 target="_blank" href="http://dev.fckeditor.net/ticket/346">#346</a>] [<a target="_blank" 235 href="http://dev.fckeditor.net/ticket/404">#404</a>] Fixed a number of problems 236 regarding <pre> blocks: 237 <ol> 238 <li>Leading whitespaces and line breaks in <pre> blocks are trimmed when the user 239 switches between editor mode and source mode;</li> 240 <li>Pressing Enter inside a <pre> block would split the block into two, but the 241 expected behavior is simply inserting a line break;</li> 242 <li>Simple line breaks inside <pre> blocks entered in source mode are being turned 243 into <br> tags when the user switches to editor mode and back.</li> 244 </ol> 245 </li> 246 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/581">#581</a>] Fixed the 247 issue where the "Maximize the editor size" toolbar button stops working if any of 248 the following occurs: 249 <ol> 250 <li>There exists a form input whose name or id is "style" in FCKeditor's host form;</li> 251 <li>There exists a form input whose name or id is "className" in FCKeditor's host form;</li> 252 <li>There exists a form and a form input whose name of id is "style" in the editing 253 frame.</li> 254 </ol> 255 </li> 256 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/183">#183</a>] Fixed the 257 issue when FCKeditor is being executed in a custom application with the WebBrowser 258 ActiveX control, hiding the WebBrowser control would incorrectly invoke FCKeditor's 259 cleanup routines, causing FCKeditor to stop working.</li> 260 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/539">#539</a>] Fixed the 261 issue where right clicking on a table inside the editing frame in Firefox would 262 cause the editor the scroll to the top of the document.</li> 263 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/523">#523</a>] Fixed the 264 issue where, under certain circumstances, FCKeditor would obtain focus at startup 265 even though FCKConfig.StartupFocus is set to false. </li> 266 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/393">#393</a>] Fixed the 267 issue where if an inline tag is at the end of the document, the user would have 268 no way of escaping from the inline tag if he continues typing at the end of the 269 document. FCKeditor's behaviors regarding inline tags has been made to be more like 270 MS Word's: 271 <ol> 272 <li>If the caret is moved to the end of a hyperlink by the keyboard, then hyperlink 273 mode is disabled. </li> 274 <li>If the caret is moved to the end of other styled inline tags by any key other than 275 the End key (like bold text or italic text), the original bold/italic/... modes 276 would continue to be effective. </li> 277 <li>If the caret is moved to the end of other styled inline tags by the End key, all 278 style tag modes (e.g. bold, italic, underline, etc.) would be canceled. This is 279 not consistent with MS Word, but provides a convenient way for the user to escape 280 the inline tag at the end of a line.</li> 281 </ol> 282 </li> 283 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/338">#338</a>] Fixed the 284 issue where the configuration directive FCKConfig.ForcePasteAsPlainText is ignored 285 when new contents are pasted into the editor via drag-and drop from outside of the 286 editor. </li> 287 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1026">#1026</a>] Fixed 288 the issue where the cursor or selection positions are not restored with undo/redo 289 commands correctly in IE, under some circumstances. </li> 290 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1160">#1160</a>] [<a 291 target="_blank" href="http://dev.fckeditor.net/ticket/1184">#1184</a>] Home, End 292 and Tab keys are working properly for numeric fields in dialogs. </li> 293 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/68">#68</a>] The style 294 system now properly handles Format styles when EnterMode=br.</li> 295 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/525">#525</a>] The union 296 if successive DIVs will work properly now if EnterMode!=div.</li> 297 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1227">#1227</a>] The color 298 commands used an unnecessary temporary variable. Thanks to Matthias Miller</li> 299 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/67">#67</a>] [<a target="_blank" 300 href="http://dev.fckeditor.net/ticket/277">#277</a>] [<a target="_blank" href="http://dev.fckeditor.net/ticket/427">#427</a>] 301 [<a target="_blank" href="http://dev.fckeditor.net/ticket/428">#428</a>] [<a target="_blank" 302 href="http://dev.fckeditor.net/ticket/965">#965</a>] [<a target="_blank" href="http://dev.fckeditor.net/ticket/1178">#1178</a>] 303 [<a target="_blank" href="http://dev.fckeditor.net/ticket/1267">#1267</a>] The list 304 insertion/removal/indent/outdent logic in FCKeditor has been rewritten, such that: 305 <ol> 306 <li>Text separated by <br> will always be treated as separate items during list 307 insertion regardless of browser;</li> 308 <li>List removal will now always obey the FCKConfig.EnterMode setting;</li> 309 <li>List indentation will be XHTML 1.1 compliant - all child elements under an <ol> 310 or <ul> must be <li> nodes;</li> 311 <li>IE editor hacks like <ul type="1"> will no longer appear;</li> 312 <li>Excessive <div> nodes are no longer inserted into list items due to alignment 313 changes.</li> 314 </ol> 315 </li> 316 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/205">#205</a>] Fixed the 317 issue where visible >br< tags at the end of paragraphs are incorrectly removed 318 after switching to and from source mode.</li> 319 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1050">#1050</a>] Fixed 320 a minor PHP/XML incompatibility bug in editor/dialog/fck_docprops.html.</li> 321 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/462">#462</a>] Fixed an 322 algorithm bug in switching from source mode to WYSIWYG mode which causes the browser 323 to spin up and freeze for broken HTML code inputs.</li> 324 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1019">#1019</a>] Table 325 command buttons are now disabled when the current selection is not inside a table.</li> 326 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/135">#135</a>] Fixed the 327 issue where context menus are misplaced in FCKeditor when FCKeditor is created inside 328 a >div< node with scrolling. </li> 329 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1067">#1067</a>] Fixed 330 the issue where context menus are misplaced in Safari when FCKeditor is scrolled 331 down.</li> 332 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1081">#1081</a>] Fixed 333 the issue where undoing table deletion in IE7 would cause JavaScript errors.</li> 334 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1061">#1061</a>] Fixed 335 the issue where backspace and delete cannot delete special characters in Firefox 336 under some circumstances.</li> 337 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/403">#403</a>] Fixed the 338 issue where switching to and from source mode in full page mode under IE would add 339 excessive line breaks to <style> blocks.</li> 340 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/121">#121</a>] Fixed the 341 issue where maximizing FCKeditor inside a frameset would resize FCKeditor to the 342 whole window's size instead of just the container frame's size.</li> 343 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1093">#1093</a>] Fixed 344 the issue where pressing Enter inside an inline tag would not create a new paragraph 345 correctly.</li> 346 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1089">#1089</a>] Fixed 347 the issue where pressing Enter inside a <pre> block do not generate visible 348 line breaks in IE.</li> 349 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/332">#332</a>] Hitting 350 Enter when the caret is at the end of a hyperlink will no longer continue the link 351 at the new paragraph.</li> 352 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1121">#1121</a>] Hitting 353 Enter with FCKConfig.EnterMode=br will now scroll the document correctly when the 354 new lines have exceeded the lower boundary of the editor frame.</li> 355 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1063">#1063</a>] [<a 356 target="_blank" href="http://dev.fckeditor.net/ticket/1084">#1084</a>] [<a target="_blank" 357 href="http://dev.fckeditor.net/ticket/1092">#1092</a>] Fixed a few Norwegian 358 language translation errors.</li> 359 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1148">#1148</a>] Fixed 360 the issue where the "Automatic" and "More Colors..." buttons 361 in the color selection panel are not centered in Safari.</li> 362 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1187">#1187</a>] Fixed 363 the issue where the "Paste as plain text" command cannot be undone in 364 non-IE browsers.</li> 365 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1222">#1222</a>] Ctrl-Backspace 366 operations will now save undo snapshots in all browsers.</li> 367 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1223">#1223</a>] Fixed 368 the issue where the insert link dialog would save multiple undo snapshots for a 369 single operation.</li> 370 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/247">#247</a>] Fixed the 371 issue where deleting everything in the document in IE would create an empty <p> 372 block in the document regardless of EnterMode setting. </li> 373 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1280">#1280</a>] Fixed 374 the issue where opening a combo box will cause the editor frames to lose focus when 375 there are multiple editors in the same document.</li> 376 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/363">#363</a>] Fixed the 377 issue where the Find dialog does not work under Opera.</li> 378 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/50">#50</a>] Fixed the 379 issue where the Paste button is always disabled in Safari.</li> 380 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/389">#389</a>] Pasting 381 text with comments from Word won't generate errors in IE, thanks to the idea from 382 Swift.</li> 383 <li>The pasting area in the Paste from Word dialog is focused on initial load</li> 384 <li>Some fixes related to html comment handling in the Word clean up routine</li> 385 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1303">#1303</a>] <col> 386 is correctly treated as an empty element.</li> 387 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/969">#969</a>] Removed 388 unused files (fcknumericfield.htc and moz-bindings.xml).</li> 389 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1166">#1166</a>] Fixed 390 the issue where <meta> tags are incorrectly outputted with closing tags in 391 full page mode.</li> 392 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1200">#1200</a>] Fixed 393 the issue where context menus sometimes disappear prematurely before the user can 394 click on any items in Opera.</li> 395 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1315">#1315</a>] Fixed 396 the issue where the source view text area in Safari is displayed with an excessive 397 blue border.</li> 398 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1201">#1201</a>] Fixed 399 the issue where hitting Backspace or Delete inside a table cell deletes the table 400 cell instead of its contents in Opera.</li> 401 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1311">#1311</a>] Fixed 402 the issue where undoing and redoing a special character insertion would send the 403 caret to incorrect positions. (e.g. the beginning of document)</li> 404 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/923">#923</a>] Font colors 405 are now properly applied on links.</li> 406 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1316">#1316</a>] Fixed the issue 407 where the image dialog expands to a size too big in Safari.</li> 408 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1306">#1306</a>] 409 [<a target="_blank" href="http://dev.fckeditor.net/ticket/894">#894</a>] 410 The undo system can now undo text formatting steps like setting fonts to bold and italic.</li> 411 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/95">#95</a>] Fixed the issue where 412 FCKeditor breaks <meta> tags in full page mode in some circumstances.</li> 413 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/175">#175</a>] Fixed the issue 414 where entering an email address with a '%' sign in the insert link dialog would cause 415 JavaScript error.</li> 416 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/180">#180</a>] Improved backward 417 compatibility with older PHP versions. FCKeditor can now work with PHP versions down to 418 4.0.</li> 419 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/192">#192</a>] Document modifying 420 actions from the FCKeditor JavaScript API will now save undo steps.</li> 421 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/246">#246</a>] Using text formatting 422 commands in EnterMode=div will no longer cause tags to randomly disappear.</li> 423 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/327">#327</a>] It is no longer 424 possible for the browser's back action to misfire when a user presses backspace while an 425 image is being selected in FCKeditor.</li> 426 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/362">#362</a>] Ctrl-Backspace now 427 works in FCKeditor.</li> 428 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/390">#390</a>] Text alignment and 429 justification commands now respects EnterMode=br paragraph rules.</li> 430 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/534">#534</a>] Pressing Ctrl-End 431 while the document contains a list towards the end will no longer make the cursor 432 disappear.</li> 433 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/906">#906</a>] It is now possible 434 to have XHTML 1.0 Strict compliant output from a document pasted from Word.</li> 435 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/929">#929</a>] Pressing the Enter 436 key will now produce an undo step.</li> 437 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/934">#934</a>] Fixed the "Cannot 438 execute code from a freed script" error in IE from editor dialogs.</li> 439 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/942">#942</a>] Server based spell 440 checking with ColdFusion integration no longer breaks fir non en_US languages.</li> 441 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/942">#1056</a>] Deleting everything 442 in the editor document and moving the cursor around will no longer leave the cursor hanging 443 beyond the top of the editor document.</li> 444 </ul> 445 <p> 446 # This version has been <a href="http://dev.fckeditor.net/wiki/SD/COE">partially sponsored</a> 447 by the <a href="http://www.coe.int/">Council of Europe</a>. 448 </p> 449 <p> 450 <a href="_whatsnew_history.html">See previous versions history</a> 451 </p> 452</body> 453</html> 454