_whatsnew.html 4.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  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-2008 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 ChangeLog - What's New?</title>
  25. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  26. <style type="text/css">
  27. body { font-family: arial, verdana, sans-serif }
  28. p { margin-left: 20px }
  29. h1 { border-bottom: solid 1px gray; padding-bottom: 20px }
  30. </style>
  31. </head>
  32. <body>
  33. <h1>
  34. FCKeditor ChangeLog - What's New?</h1>
  35. <h3>
  36. Version 2.6.2</h3>
  37. <p>
  38. New Features and Improvements:</p>
  39. <ul>
  40. <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2043">#2043</a>] The debug
  41. script is not any more part of the compressed files. If FCKeditor native debugging
  42. features (FCKDebug) are required, the _source folder must be present in your installation.</li>
  43. </ul>
  44. <p>
  45. Fixed Bugs:</p>
  46. <ul>
  47. <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2248">#2248</a>] Calling
  48. FCK.InsertHtml( 'nbsp;') was inserting a plain space instead of a non breaking space
  49. character.</li>
  50. <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2273">#2273</a>] The dragresizetable
  51. plugin now works in Firefox 3 as well.</li>
  52. <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2254">#2254</a>] Minor
  53. fix in FCKSelection for nodeTagName object.</li>
  54. <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1614">#1614</a>] Unified
  55. FCKConfig.FullBasePath with FCKConfig.BasePath.</li>
  56. <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2127">#2127</a>] Changed
  57. floating dialogs to use fixed positioning so that they are no longer affected by
  58. scrolling.</li>
  59. <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2018">#2018</a>] Reversed
  60. the fix for <a target="_blank" href="http://dev.fckeditor.net/ticket/183">#183</a>
  61. which broke FCKeditorAPI's cleanup logic. A new configuration directive <strong>MsWebBrowserControlCompat</strong>
  62. has been added for those who wish to force the #183 fix to be enabled.</li>
  63. <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2276">#2276</a>] [<a
  64. target="_blank" href="http://dev.fckeditor.net/ticket/2279">#2279</a>] On Opera
  65. and Firefox 3, the entire page was scrolling on ENTER.</li>
  66. <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2149">#2149</a>] CSS urls
  67. with querystring parameters were not being accepted for CSS values in the configuration
  68. file (like EditorAreaCSS).</li>
  69. <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2287">#2287</a>] On some
  70. specific cases, with Firefox 2, some extra spacing was appearing in the final HTML
  71. on posting, if inserting two successive tables.</li>
  72. <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2287">#2287</a>] Block
  73. elements (like tables or horizontal rules) will be inserted correctly now when the
  74. cursor is at the start or the end of blocks. No extra paragraphs will be included
  75. in this operation.</li>
  76. <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2149">#2197</a>] The TAB
  77. key will now have the default browser behavior if TabSpaces=0. It will move the
  78. focus out of the editor (expect on Safari).</li>
  79. <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2296">#2296</a>] Fixed
  80. permission denied error on clicking on files in the file browser.</li>
  81. </ul>
  82. <p>
  83. <a href="_whatsnew_history.html">See previous versions history</a></p>
  84. </body>
  85. </html>