Index: /FCKeditor/trunk/_whatsnew.html
===================================================================
--- /FCKeditor/trunk/_whatsnew.html	(revision 781)
+++ /FCKeditor/trunk/_whatsnew.html	(revision 782)
@@ -35,7 +35,8 @@
 		New Features and Improvements:</p>
 	<ul>
-		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/915">#915</a>] The undo/redo system has been
-			revamped to work the same across Internet Explorer and Gecko-based browsers (e.g. Firefox). A number
-			of critical bugs in the undo/redo system are also fixed.</li>
+		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/915">#915</a>] The undo/redo
+			system has been revamped to work the same across Internet Explorer and Gecko-based
+			browsers (e.g. Firefox). A number of critical bugs in the undo/redo system are also
+			fixed.</li>
 		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/194">#194</a>] The editor
 			now uses the <strong>Data Processor</strong> technology, which makes it possible
@@ -45,39 +46,43 @@
 			file has been renamed to ".htaccess" as it doesn't bring security concerns, being
 			active out of the box.</li>
-		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/454">#454</a>] The file browser and upload
-			connectors have been unified so they can reuse the same configuration settings.<br>
-			[<a target="_blank" href="http://dev.fckeditor.net/ticket/865">#865</a>] The asp and php connectors have been improved so it's easy to select the location of the destination 
-			folder for each  file type, and it's no longer necessary to use the "file", "image", "flash" subfolders<br>
-			<span style="color: #ff0000">Attention:</span> The location of all the connectors have been changed in 
-			the fckconfig.js file. Please check your settings to match the current ones. Also review carefully the 
-			config file for your server language.
-			</li>
-		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/688">#688</a>] Now the Perl quick upload is 
-			available.</li>
-		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/575">#575</a>] The Python connector has been 
-			rewritten as a WSGI app to be fully compatible with the latest python frameworks and servers. The 
-			QuickUpload feature has been added as well as all the features available in the PHP connector. 
-			Thanks to Mariano Reingart.</li>
-		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/561">#561</a>] The asp connector provides an
-			AbsolutePath setting so it's possible to set the url to a full domain or a relative path and specify that
-			way the physical folder where the files are stored..</li>
-		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/333">#333</a>] The quick upload now can use 
-			the same ServerPath parameter as the full connector.</li>
-		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/199">#199</a>] The AllowedCommands configuration 
-			setting is available in the asp and php connectors so it's possible to disallow the upload of files 
-			(although the "select file" button will still be available in the file browser).</li>
-		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/100">#100</a>] A new configuration directive
-			"FCKConfig.EditorAreaStyles" has been implemented to allow setting editing area styles from JavaScript.
-			</li>
-		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/102">#102</a>] HTML code generated by the "Paste
-			As Plain Text" feature now obeys the EnterMode setting.</li>
-		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/163">#163</a>] 
-			<span style="color: #ff0000">Attention:</span> The default connector in fckconfig.js has been changed from
-			ASP to PHP. If you are using Asp remember to change the _FileBrowserLanguage and _QuickUploadLanguage settings
-			in your fckconfig.js.
-			</li>	
-		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/125">#125</a>] The size of individual table columns
-			can now be changed by dragging on table cell borders, with the "dragresizetable" plugin.
-			</li>
+		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/454">#454</a>] The file
+			browser and upload connectors have been unified so they can reuse the same configuration
+			settings.<br>
+			[<a target="_blank" href="http://dev.fckeditor.net/ticket/865">#865</a>] The asp
+			and php connectors have been improved so it's easy to select the location of the
+			destination folder for each file type, and it's no longer necessary to use the "file",
+			"image", "flash" subfolders<br>
+			<span style="color: #ff0000">Attention:</span> The location of all the connectors
+			have been changed in the fckconfig.js file. Please check your settings to match
+			the current ones. Also review carefully the config file for your server language.
+		</li>
+		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/688">#688</a>] Now the
+			Perl quick upload is available.</li>
+		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/575">#575</a>] The Python
+			connector has been rewritten as a WSGI app to be fully compatible with the latest
+			python frameworks and servers. The QuickUpload feature has been added as well as
+			all the features available in the PHP connector. Thanks to Mariano Reingart.</li>
+		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/561">#561</a>] The asp
+			connector provides an AbsolutePath setting so it's possible to set the url to a
+			full domain or a relative path and specify that way the physical folder where the
+			files are stored..</li>
+		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/333">#333</a>] The quick
+			upload now can use the same ServerPath parameter as the full connector.</li>
+		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/199">#199</a>] The AllowedCommands
+			configuration setting is available in the asp and php connectors so it's possible
+			to disallow the upload of files (although the "select file" button will still be
+			available in the file browser).</li>
+		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/100">#100</a>] A new configuration
+			directive "FCKConfig.EditorAreaStyles" has been implemented to allow setting editing
+			area styles from JavaScript. </li>
+		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/102">#102</a>] HTML code
+			generated by the "Paste As Plain Text" feature now obeys the EnterMode setting.</li>
+		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/163">#163</a>] <span
+			style="color: #ff0000">Attention:</span> The default connector in fckconfig.js has
+			been changed from ASP to PHP. If you are using Asp remember to change the _FileBrowserLanguage
+			and _QuickUploadLanguage settings in your fckconfig.js. </li>
+		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/125">#125</a>] The size
+			of individual table columns can now be changed by dragging on table cell borders,
+			with the "dragresizetable" plugin. </li>
 		<li>The EditorAreaCSS config option can now also be set to a string of paths separated
 			by commas.</li>
@@ -90,110 +95,124 @@
 			The editor now takes care to not create invalid nested block elements, like creating
 			&lt;form&gt; or &lt;hr&gt; inside &lt;p&gt;. &nbsp;</li>
-		<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1511298&group_id=75348&atid=543655">SF 
+		<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1511298&group_id=75348&atid=543655">SF
 			Patch 1511298</a>] The CF Component failed on CFMX 6.0</li>
-		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/639">#639</a>] If the 
+		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/639">#639</a>] If the
 			FCKConfig.DefaultLinkTarget setting was missing in fckconfig.js the links has target="undefined".</li>
 		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/497">#497</a>] Fixed EMBED
 			attributes handling in IE.</li>
-		<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1315722&group_id=75348&atid=543655">SF 
-			Patch 1315722</a>] Avoid getting a cached version of the folder contents after uploading a file</li>
-		<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1386086&group_id=75348&atid=543655">SF 
-			Patch 1386086</a>] The php connector has been protected so mkdir doesn't fail if there are double slashes.</li>
-		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/943">#943</a>] The PHP connector now specifies 
-			that the included files are relative to the current path.</li>
-		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/560">#560</a>] The PHP connector will work better if the
-			connector or the userfiles folder is a symlink.</li>
-		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/784">#784</a>] Fixed an uninitialized $php_errormsg 
-			in the PHP connector.</li>
-		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/802">#802</a>] The replace dialog will now advance its searching
-			position correctly and is able to search for strings spanning across multiple inline tags.</li>
-		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/944">#944</a>] The _samples didn't work directly from
-			the Mac filesystem.</li>
-		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/946">#946</a>] Toolbar images didn't show in non-IE
-			browsers if the path contained a space.</li>
-		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/291">#291</a>] 
-		[<a target="_blank" href="http://dev.fckeditor.net/ticket/395">#395</a>] 
-		[<a target="_blank" href="http://dev.fckeditor.net/ticket/932">#932</a>] Clicking outside the editor it was possible
-			to paste or apply formating to the rest of the page in IE.</li>
-		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/137">#137</a>] Fixed FCKConfig.TabSpaces being ignored,
-			and weired behaviors when pressing tab in edit source mode.</li>
-		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/268">#268</a>] Fixed special XHTML characters present 
-			in event attribute values being converted inappropriately when switching to source view.</li>
-		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/272">#272</a>] The toolbar was cut sometimes in IE to
-			just one row if there are multiple instances of the editor.</li>
-		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/515">#515</a>] Tables in Firefox didn't inherint font
-			styles properly in Standards mode.</li>
-		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/321">#321</a>] If FCKeditor is initially hidden in Firefox
-			it will no longer be necessary to call the oEditor.MakeEditable() function.</li>
-		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/299">#299</a>] The 'Browse Server' button in the Image
-			and Flash dialogs was a little too high.</li>
-		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/931">#931</a>] The BodyId and BodyClass configuration 
-			settings weren't applied in the preview window.</li>
-		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/583">#583</a>] The "noWrap" attribute for table cells 
-			was getting an empty value in Firefox. Thanks to geirhelge.</li>
-		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/141">#141</a>] Fixed incorrect startup focus in Internet
-			Explorer after page reloads. </li>
-		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/143">#143</a>] Fixed browser 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="https://sourceforge.net/tracker/?func=detail&aid=1315722&group_id=75348&atid=543655">SF
+			Patch 1315722</a>] Avoid getting a cached version of the folder contents after uploading
+			a file</li>
+		<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1386086&group_id=75348&atid=543655">SF
+			Patch 1386086</a>] The php connector has been protected so mkdir doesn't fail if
+			there are double slashes.</li>
+		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/943">#943</a>] The PHP
+			connector now specifies that the included files are relative to the current path.</li>
+		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/560">#560</a>] The PHP
+			connector will work better if the connector or the userfiles folder is a symlink.</li>
+		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/784">#784</a>] Fixed an
+			uninitialized $php_errormsg in the PHP connector.</li>
+		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/802">#802</a>] The replace
+			dialog will now advance its searching position correctly and is able to search for
+			strings spanning across multiple inline tags.</li>
+		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/944">#944</a>] The _samples
+			didn't work directly from the Mac filesystem.</li>
+		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/946">#946</a>] Toolbar
+			images didn't show in non-IE browsers if the path contained a space.</li>
+		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/291">#291</a>] [<a
+			target="_blank" href="http://dev.fckeditor.net/ticket/395">#395</a>] [<a target="_blank"
+				href="http://dev.fckeditor.net/ticket/932">#932</a>] Clicking outside the editor
+			it was possible to paste or apply formating to the rest of the page in IE.</li>
+		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/137">#137</a>] Fixed FCKConfig.TabSpaces
+			being ignored, and weired behaviors when pressing tab in edit source mode.</li>
+		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/268">#268</a>] Fixed special
+			XHTML characters present in event attribute values being converted inappropriately
+			when switching to source view.</li>
+		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/272">#272</a>] The toolbar
+			was cut sometimes in IE to just one row if there are multiple instances of the editor.</li>
+		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/515">#515</a>] Tables
+			in Firefox didn't inherint font styles properly in Standards mode.</li>
+		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/321">#321</a>] If FCKeditor
+			is initially hidden in Firefox it will no longer be necessary to call the oEditor.MakeEditable()
+			function.</li>
+		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/299">#299</a>] The 'Browse
+			Server' button in the Image and Flash dialogs was a little too high.</li>
+		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/931">#931</a>] The BodyId
+			and BodyClass configuration settings weren't applied in the preview window.</li>
+		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/583">#583</a>] The "noWrap"
+			attribute for table cells was getting an empty value in Firefox. Thanks to geirhelge.</li>
+		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/141">#141</a>] Fixed incorrect
+			startup focus in Internet Explorer after page reloads. </li>
+		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/143">#143</a>] Fixed browser
+			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/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:
+		<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>
+				<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:
+		<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>
+				<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
+		</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>
+				<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>
+		<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/1184">#1184</a>] Home
+			and End keys are working properly for numeric fields in dialogs. </li>
 	</ul>
 	<h3>
Index: /FCKeditor/trunk/editor/dialog/common/fck_dialog_common.js
===================================================================
--- /FCKeditor/trunk/editor/dialog/common/fck_dialog_common.js	(revision 781)
+++ /FCKeditor/trunk/editor/dialog/common/fck_dialog_common.js	(revision 782)
@@ -62,6 +62,9 @@
 var KeyIdentifierMap = 
 {
+	End		: 35,
+	Home	: 36,
 	Left	: 37,
-	Right	: 39
+	Right	: 39,
+	'U+00007F' : 46		// Delete
 } 
 
@@ -79,5 +82,5 @@
 	return (
 			( iCode >= 48 && iCode <= 57 )		// Numbers
-			|| (iCode >= 37 && iCode <= 40)		// Arrows
+			|| (iCode >= 35 && iCode <= 40)		// Arrows, Home, End
 			|| iCode == 8						// Backspace
 			|| iCode == 46						// Delete
