r1373 - trunk/mozile

[email protected]
Newsgroups gmane.editors.bitflux.cvs
Message-ID <[email protected]>
Author: chregu
Date: Sat Sep  3 13:07:10 2005
New Revision: 1373

Modified:
   trunk/mozile/domlevel3.js
   trunk/mozile/jsdav.js
   trunk/mozile/mozCE.js
   trunk/mozile/mozileSave.js
Log:
fix problem with inserting content on a "tagged" text
see bug http://cvs.wyona.org/cgi-bin/bugzilla/show_bug.cgi?id=3015


Modified: trunk/mozile/domlevel3.js
==============================================================================
--- trunk/mozile/domlevel3.js	(original)
+++ trunk/mozile/domlevel3.js	Sat Sep  3 13:07:10 2005
@@ -17,7 +17,7 @@
  *
  * ***** END LICENSE BLOCK ***** */
 
-// $Id: domlevel3.js,v 1.13 2004/03/31 05:55:50 chregu Exp $
+// $Id$
 
 /*************************************************************************************************************
  * domlevel3 V0.5

Modified: trunk/mozile/jsdav.js
==============================================================================
--- trunk/mozile/jsdav.js	(original)
+++ trunk/mozile/jsdav.js	Sat Sep  3 13:07:10 2005
@@ -21,7 +21,7 @@
 *
 ******************************************************************************
 
-// $Id: jsdav.js,v 1.2 2003/11/18 21:41:10 chregu Exp $
+// $Id$
 
 WebDAV specific methods.
 
@@ -125,7 +125,7 @@
 
     - Implement Lock-Token Header.
 
-$Id: jsdav.js,v 1.2 2003/11/18 21:41:10 chregu Exp $
+$Id$
 
 ******************************************************************************/
 

Modified: trunk/mozile/mozCE.js
==============================================================================
--- trunk/mozile/mozCE.js	(original)
+++ trunk/mozile/mozCE.js	Sat Sep  3 13:07:10 2005
@@ -453,6 +453,8 @@
 	if(!cssr.collapsed)
 	{
 		bxe_deleteEventKey(window.getSelection(), false);
+		cssr = this.getEditableRange();
+	
 	} /*else {
 		if (cssr.startContainer.nodeType == 3 && cssr.startContainer.data == STRING_NBSP) {
 			cssr.startContainer.data = "llll";

Modified: trunk/mozile/mozileSave.js
==============================================================================
--- trunk/mozile/mozileSave.js	(original)
+++ trunk/mozile/mozileSave.js	Sat Sep  3 13:07:10 2005
@@ -17,7 +17,7 @@
  *
  * ***** END LICENSE BLOCK ***** */
 
-// $Id: mozileSave.js,v 1.3 2003/11/18 21:41:10 chregu Exp $
+// $Id$
 
 /**********************************************************************************
  * mozileSave.js V0.5: this file implements save/post option in Mozile.
-- 
Bx-editor-cvs mailing list
[email protected]
http://lists.bitflux.ch/cgi-bin/listinfo/bx-editor-cvs
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.