Index: dojo-release-1.3.2-src/dijit/_editor/RichText.js =================================================================== --- dojo-release-1.3.2-src.orig/dijit/_editor/RichText.js 2010-03-15 02:18:44.000000000 -0700 +++ dojo-release-1.3.2-src/dijit/_editor/RichText.js 2010-03-15 02:18:49.000000000 -0700 @@ -1274,7 +1274,7 @@ this.document.execCommand("styleWithCSS", false, true); returnValue = this.document.execCommand(command, false, argument); - this.document.execCommand("styleWithCSS", false, false); + //this.document.execCommand("styleWithCSS", false, false); }else if((dojo.isIE)&&( (command == "backcolor")||(command == "forecolor") )){ // Tested under IE 6 XP2, no problem here, comment out