⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 _whatsnew_history.html.svn-base

📁 通用ERP 表格审批系统
💻 SVN-BASE
📖 第 1 页 / 共 5 页
字号:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!--
 * FCKeditor - The text editor for Internet - http://www.fckeditor.net
 * Copyright (C) 2003-2008 Frederico Caldeira Knabben
 *
 * == BEGIN LICENSE ==
 *
 * Licensed under the terms of any of the following licenses at your
 * choice:
 *
 *  - GNU General Public License Version 2 or later (the "GPL")
 *    http://www.gnu.org/licenses/gpl.html
 *
 *  - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
 *    http://www.gnu.org/licenses/lgpl.html
 *
 *  - Mozilla Public License Version 1.1 or later (the "MPL")
 *    http://www.mozilla.org/MPL/MPL-1.1.html
 *
 * == END LICENSE ==
-->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
	<title>FCKeditor ChangeLog - What's New?</title>
	<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
	<style type="text/css">
		body { font-family: arial, verdana, sans-serif }
		p { margin-left: 20px }
		h1 { border-bottom: solid 1px gray; padding-bottom: 20px }
	</style>
</head>
<body>
	<h1>
		FCKeditor ChangeLog - What's New?</h1>
	<h3>
		Version 2.5.1</h3>
	<p>
		New Features and Improvements:</p>
	<ul>
		<li><strong>FCKeditor.Net 2.5</strong> compatibility.</li>
		<li>JavaScript integration file:
			<ul>
				<li>The new "<strong>FCKeditor.ReplaceAllTextareas</strong>" function is being introduced,
					making it possible to replace many (or unknown) &lt;textarea&gt; elements in a single
					call. The replacement can be also filtered by CSS class name, or by a custom function
					evaluator. </li>
				<li>It is now possible to set the default BasePath for all editor instances by setting
					<strong>FCKeditor.BasePath</strong>. This is extremely useful when working with
					the ReplaceAllTextareas function. </li>
			</ul>
		</li>
	</ul>
	<p>
		Fixed Bugs:</p>
	<ul>
		<li>[<a href="http://dev.fckeditor.net/ticket/339" target="_blank">#339</a>] [<a
			href="http://dev.fckeditor.net/ticket/681" target="_blank">#681</a>] The SpellerPages
			spell checker will now completely ignore the presence of HTML tags in the text.
		</li>
		<li>[<a href="http://dev.fckeditor.net/ticket/1643" target="_blank">#1643</a>] Resolved
			several "strict warning" messages in Firefox when running FCKeditor. </li>
		<li>[<a href="http://dev.fckeditor.net/ticket/1603" target="_blank">#1603</a>] Certain
			specific markup was making FCKeditor entering in a loop, blocking its execution.
		</li>
		<li>[<a href="http://dev.fckeditor.net/ticket/1664" target="_blank">#1664</a>] The ENTER
			key will not any more swap the order of the tags when hit at the end of paragraphs.
		</li>
	</ul>
	<h3>
		Version 2.5</h3>
	<p>
		New Features and Improvements:</p>
	<ul>
		<li>The heading options have been moved to the top, in the default settings for the
			Format combo.</li>
	</ul>
	<p>
		Fixed Bugs:</p>
	<ul>
		<li>The focus is now correctly set when working on Safari.</li>
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1436">#1436</a>] Nested
			context menu panels are now correctly closed on Safari.</li>
		<li>Empty anchors are now properly created on Safari.</li>
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1359">#1359</a>] FCKeditor
			will no longer produce the strange visual effect of creating a selected space and
			then deleting it in Internet Explorer.</li>
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1399">#1399</a>] Removed
			the empty entry in the language selection box of sample03.html.</li>
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1400">#1400</a>] Fixed
			the issue where the style selection box in sample14.html is not context sensitive.</li>
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1401">#1401</a>] Completed
			Hebrew translation of the user interface.</li>
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1409">#1409</a>] Completed
			Finnish translation of the user interface.</li>
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1414">#1414</a>] Fixed
			the issue where entity code words written inside a &lt;pre&gt; block in Source mode
			are not converted to the corresponding characters after switching back to editor
			mode.</li>
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1418">#1418</a>] Fixed
			the issue where a detached toolbar would flicker when FCKeditor is being loaded.</li>
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1419">#1419</a>] Fixed
			the issue where pressing Delete in the middle of two lists would incorrectly move
			contents after the lists to the character position.</li>
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1420">#1420</a>] Fixed
			the issue where empty list items can become collapsed and uneditable when it has
			one of more indented list items directly under it. </li>
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1431">#1431</a>] Fixed
			the issue where pressing Enter in a &lt;pre&gt; block in Internet Explorer would
			move the caret one space forward instead of sending it to the next line.</li>
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1472">#1472</a>] Completed
			Arabic translation of the user interface.</li>
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1474">#1474</a>] Fixed
			the issue where reloading a page containing FCKeditor may provoke JavaScript errors
			in Internet Explorer.</li>
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1478">#1478</a>] Fixed
			the issue where parsing fckstyles.xml fails if the file contains no &lt;style&gt;
			nodes.</li>
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1491">#1491</a>] Fixed
			the issue where FCKeditor causes the selection to include an "end of line" character
			in list items even though the list item is empty.</li>
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1496">#1496</a>] Fixed
			the issue where attributes under &lt;area&gt; and &lt;map&gt; nodes are destroyed
			or left unprotected when switching to and from Source mode.</li>
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1500">#1500</a>] Fixed
			the issue where the function _FCK_PaddingNodeListener() is called excessively which
			negatively affects performance.</li>
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1514">#1514</a>] Fixed
			the issue where floating menus are incorrectly positioned when the toolbar or the
			editor frame are not static positioned.</li>
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1518">#1518</a>] Fixed
			the issue where excessive &lt;BR&gt; nodes are not removed after a paragraph is
			split when creating lists.</li>
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1521">#1521</a>] Fixed
			JavaScript error and erratic behavior of the Replace dialog.</li>
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1524">#1524</a>] Fixed
			the issue where the caret jumps to the beginning or end of a list block and when
			user is trying to select the end of a list item.</li>
		<li>Completed Simplified Chinese translation of the user interface.</li>
		<li>Completed Estonian translation of the user interface.</li>
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1406">#1406</a>] Editor
			was always "dirty" if flash is available in the contents.</li>
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1561">#1561</a>] Non standard
			elements are now properly applied if defined in the styles XML file.</li>
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1412">#1412</a>] The _QuickUploadLanguage
			value is now work properly for Perl.</li>
		<li>Several compatibility fixes for Firefox 3 (Beta 1):
			<ul>
				<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1558">#1558</a>] Nested
					context menu close properly when one of their options is selected.</li>
				<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1556">#1556</a>] Dialogs
					contents are now showing completely, without scrollbar.</li>
				<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1559">#1559</a>] It is
					not possible to have more than one panel opened at the same time.</li>
				<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1554">#1554</a>] Links
					now get underlined.</li>
				<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1557">#1557</a>] The "Automatic"
					and "More colors..." buttons were improperly styled in the color selector panels
					(Opera too).</li>
				<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1462">#1462</a>] The enter
					key will not any more scroll the main window.</li>
			</ul>
		</li>
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1562">#1562</a>] Fixed
			the issue where empty paragraphs are added around page breaks each time the user
			switches to Source mode.</li>
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1578">#1578</a>] The editor
			will now scroll correctly when hitting enter in front of a paragraph.</li>
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1579">#1579</a>] Fixed
			the issue where the create table and table properties dialogs are too narrow for
			certain translations.</li>
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1580">#1580</a>] Completed
			Polish translation of the user interface.</li>
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1591">#1591</a>] Fixed
			JavaScript error when using the blockquote command in an empty document in IE.</li>
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1592">#1592</a>] Fixed
			the issue where attempting to remove a blockquote with an empty paragraph would
			leave behind an empty blockquote IE.</li>
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1594">#1594</a>] Undo/Redo
			will now work properly for the color selectors.</li>
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1597">#1597</a>] The color
			boxes are now properly rendered in the color selector panels on sample14.html.</li>
	</ul>
	<h3>
		Version 2.5 Beta</h3>
	<p>
		New Features and Improvements:</p>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -