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

📄 _whatsnew_history.html.svn-base

📁 通用ERP 表格审批系统
💻 SVN-BASE
📖 第 1 页 / 共 5 页
字号:
			lockup when the user writes &lt;!--{PS..x}&gt; into the editor in source mode. </li>
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/174">#174</a>] Fixed incorrect
			positioning of FCKeditor in full screen mode. </li>
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/978">#978</a>] Fixed a
			SpellerPages error with ColdFusion when no suggestions where available for a word.</li>
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/977">#977</a>] The "shape"
			attribute of &lt;area&gt; had its value changed to uppercase in IE.</li>
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/996">#996</a>] "OnPaste"
			event listeners will now get executed only once.</li>
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/289">#289</a>] Removed
			debugging popups from page load regarding JavaScript and CSS loading errors.</li>
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/328">#328</a>] [<a
			target="_blank" href="http://dev.fckeditor.net/ticket/346">#346</a>] [<a target="_blank"
				href="http://dev.fckeditor.net/ticket/404">#404</a>] Fixed a number of problems
			regarding &lt;pre&gt; blocks:
			<ol>
				<li>Leading whitespaces and line breaks in &lt;pre&gt; blocks are trimmed when the user
					switches between editor mode and source mode;</li>
				<li>Pressing Enter inside a &lt;pre&gt; block would split the block into two, but the
					expected behavior is simply inserting a line break;</li>
				<li>Simple line breaks inside &lt;pre&gt; blocks entered in source mode are being turned
					into &lt;br&gt; tags when the user switches to editor mode and back.</li>
			</ol>
		</li>
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/581">#581</a>] Fixed the
			issue where the "Maximize the editor size" toolbar button stops working if any of
			the following occurs:
			<ol>
				<li>There exists a form input whose name or id is "style" in FCKeditor's host form;</li>
				<li>There exists a form input whose name or id is "className" in FCKeditor's host form;</li>
				<li>There exists a form and a form input whose name of id is "style" in the editing
					frame.</li>
			</ol>
		</li>
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/183">#183</a>] Fixed the
			issue when FCKeditor is being executed in a custom application with the WebBrowser
			ActiveX control, hiding the WebBrowser control would incorrectly invoke FCKeditor's
			cleanup routines, causing FCKeditor to stop working.</li>
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/539">#539</a>] Fixed the
			issue where right clicking on a table inside the editing frame in Firefox would
			cause the editor the scroll to the top of the document.</li>
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/523">#523</a>] Fixed the
			issue where, under certain circumstances, FCKeditor would obtain focus at startup
			even though FCKConfig.StartupFocus is set to false. </li>
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/393">#393</a>] Fixed the
			issue where if an inline tag is at the end of the document, the user would have
			no way of escaping from the inline tag if he continues typing at the end of the
			document. FCKeditor's behaviors regarding inline tags has been made to be more like
			MS Word's:
			<ol>
				<li>If the caret is moved to the end of a hyperlink by the keyboard, then hyperlink
					mode is disabled. </li>
				<li>If the caret is moved to the end of other styled inline tags by any key other than
					the End key (like bold text or italic text), the original bold/italic/... modes
					would continue to be effective. </li>
				<li>If the caret is moved to the end of other styled inline tags by the End key, all
					style tag modes (e.g. bold, italic, underline, etc.) would be canceled. This is
					not consistent with MS Word, but provides a convenient way for the user to escape
					the inline tag at the end of a line.</li>
			</ol>
		</li>
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/338">#338</a>] Fixed the
			issue where the configuration directive FCKConfig.ForcePasteAsPlainText is ignored
			when new contents are pasted into the editor via drag-and drop from outside of the
			editor. </li>
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1026">#1026</a>] Fixed
			the issue where the cursor or selection positions are not restored with undo/redo
			commands correctly in IE, under some circumstances. </li>
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1160">#1160</a>] [<a
			target="_blank" href="http://dev.fckeditor.net/ticket/1184">#1184</a>] Home, End
			and Tab keys are working properly for numeric fields in dialogs. </li>
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/68">#68</a>] The style
			system now properly handles Format styles when EnterMode=br.</li>
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/525">#525</a>] The union
			of successive DIVs will work properly now if EnterMode!=div.</li>
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1227">#1227</a>] The color
			commands used an unnecessary temporary variable. Thanks to Matthias Miller</li>
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/67">#67</a>] [<a target="_blank"
			href="http://dev.fckeditor.net/ticket/277">#277</a>] [<a target="_blank" href="http://dev.fckeditor.net/ticket/427">#427</a>]
			[<a target="_blank" href="http://dev.fckeditor.net/ticket/428">#428</a>] [<a target="_blank"
				href="http://dev.fckeditor.net/ticket/965">#965</a>] [<a target="_blank" href="http://dev.fckeditor.net/ticket/1178">#1178</a>]
			[<a target="_blank" href="http://dev.fckeditor.net/ticket/1267">#1267</a>] The list
			insertion/removal/indent/outdent logic in FCKeditor has been rewritten, such that:
			<ol>
				<li>Text separated by &lt;br&gt; will always be treated as separate items during list
					insertion regardless of browser;</li>
				<li>List removal will now always obey the FCKConfig.EnterMode setting;</li>
				<li>List indentation will be XHTML 1.1 compliant - all child elements under an &lt;ol&gt;
					or &lt;ul&gt; must be &lt;li&gt; nodes;</li>
				<li>IE editor hacks like &lt;ul type=&quot;1&quot;&gt; will no longer appear;</li>
				<li>Excessive &lt;div&gt; nodes are no longer inserted into list items due to alignment
					changes.</li>
			</ol>
		</li>
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/205">#205</a>] Fixed the
			issue where visible &lt;br&gt; tags at the end of paragraphs are incorrectly removed
			after switching to and from source mode.</li>
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1050">#1050</a>] Fixed
			a minor PHP/XML incompatibility bug in editor/dialog/fck_docprops.html.</li>
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/462">#462</a>] Fixed an
			algorithm bug in switching from source mode to WYSIWYG mode which causes the browser
			to spin up and freeze for broken HTML code inputs.</li>
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1019">#1019</a>] Table
			command buttons are now disabled when the current selection is not inside a table.</li>
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/135">#135</a>] Fixed the
			issue where context menus are misplaced in FCKeditor when FCKeditor is created inside
			a &lt;div&gt; node with scrolling. </li>
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1067">#1067</a>] Fixed
			the issue where context menus are misplaced in Safari when FCKeditor is scrolled
			down.</li>
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1081">#1081</a>] Fixed
			the issue where undoing table deletion in IE7 would cause JavaScript errors.</li>
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1061">#1061</a>] Fixed
			the issue where backspace and delete cannot delete special characters in Firefox
			under some circumstances.</li>
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/403">#403</a>] Fixed the
			issue where switching to and from source mode in full page mode under IE would add
			excessive line breaks to &lt;style&gt; blocks.</li>
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/121">#121</a>] Fixed the
			issue where maximizing FCKeditor inside a frameset would resize FCKeditor to the
			whole window's size instead of just the container frame's size.</li>
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1093">#1093</a>] Fixed
			the issue where pressing Enter inside an inline tag would not create a new paragraph
			correctly.</li>
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1089">#1089</a>] Fixed
			the issue where pressing Enter inside a &lt;pre&gt; block do not generate visible
			line breaks in IE.</li>
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/332">#332</a>] Hitting
			Enter when the caret is at the end of a hyperlink will no longer continue the link
			at the new paragraph.</li>
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1121">#1121</a>] Hitting
			Enter with FCKConfig.EnterMode=br will now scroll the document correctly when the
			new lines have exceeded the lower boundary of the editor frame.</li>
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1063">#1063</a>] [<a
			target="_blank" href="http://dev.fckeditor.net/ticket/1084">#1084</a>] [<a target="_blank"
				href="http://dev.fckeditor.net/ticket/1092">#1092</a>] Fixed a few Norwegian
			language translation errors.</li>
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1148">#1148</a>] Fixed
			the issue where the &quot;Automatic&quot; and &quot;More Colors...&quot; buttons
			in the color selection panel are not centered in Safari.</li>
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1187">#1187</a>] Fixed
			the issue where the &quot;Paste as plain text&quot; command cannot be undone in
			non-IE browsers.</li>
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1222">#1222</a>] Ctrl-Backspace
			operations will now save undo snapshots in all browsers.</li>
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1223">#1223</a>] Fixed
			the issue where the insert link dialog would save multiple undo snapshots for a
			single operation.</li>
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/247">#247</a>] Fixed the
			issue where deleting everything in the document in IE would create an empty &lt;p&gt;
			block in the document regardless of EnterMode setting. </li>
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1280">#1280</a>] Fixed
			the issue where opening a combo box will cause the editor frames to lose focus when
			there are multiple editors in the same document.</li>
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/363">#363</a>] Fixed the
			issue where the Find dialog does not work under Opera.</li>
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/50">#50</a>] Fixed the
			issue where the Paste button is always disabled in Safari.</li>
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/389">#389</a>] Pasting
			text with comments from Word won't generate errors in IE, thanks to the idea from
			Swift.</li>
		<li>The pasting area in the Paste from Word dialog is focused on initial load</li>
		<li>Some fixes related to html comment handling in the Word clean up routine</li>
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1303">#1303</a>] &lt;col&gt;
			is correctly treated as an empty element.</li>
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/969">#969</a>] Removed
			unused files (fcknumericfield.htc and moz-bindings.xml).</li>
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1166">#1166</a>] Fixed
			the issue where &lt;meta&gt; tags are incorrectly outputted with closing tags in
			full page mode.</li>
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1200">#1200</a>] Fixed
			the issue where context menus sometimes disappear prematurely before the user can
			click on any items in Opera.</li>
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1315">#1315</a>] Fixed
			the issue where the source view text area in Safari is displayed with an excessive
			blue border.</li>
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1201">#1201</a>] Fixed
			the issue where hitting Backspace or Delete inside a table cell deletes the table
			cell instead of its contents in Opera.</li>
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1311">#1311</a>] Fixed
			the issue where undoing and redoing a special character insertion would send the
			caret to incorrect positions. (e.g. the beginning of document)</li>
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/923">#923</a>] Font colors
			are now properly applied on links.</li>
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1316">#1316</a>] Fixed
			the issue where the image dialog expands to a size too big in Safari.</li>

⌨️ 快捷键说明

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