r1763 - branches/bxe_2_0/mozile

[email protected] Thu, 25 Oct 2007 17:26:06 +0200 (CEST)
Newsgroups gmane.editors.bitflux.cvs
Message-ID <[email protected]>
Author: chregu
Date: Thu Oct 25 17:26:06 2007
New Revision: 1763

Log:
fix for BXEB-50
Pasteboard loescht leerzeichen


Modified:
   branches/bxe_2_0/mozile/mozCE.js

Modified: branches/bxe_2_0/mozile/mozCE.js
==============================================================================
--- branches/bxe_2_0/mozile/mozCE.js	(original)
+++ branches/bxe_2_0/mozile/mozCE.js	Thu Oct 25 17:26:06 2007
@@ -433,10 +433,14 @@
 	}
 	
 	//this.selectEditableRange(cssr);
-	/**/
-		this.removeAllRanges();
-		this.addRange(cssr.cloneRange());
-
+	if (this.focusNode.nodeValue.substr(this.focusOffset,1) == " ") {
+		var  _posPlus = this.anchorOffset;
+	}
+	this.removeAllRanges();
+	this.addRange(cssr.cloneRange());
+	if (_posPlus) {
+        this.collapse(this.anchorNode, _posPlus );
+	}
 	if (doTransform) {
 		
 		bxe_Transform();
-- 
Bx-editor-cvs mailing list
[email protected]
http://lists.bitflux.ch/cgi-bin/listinfo/bx-editor-cvs