Ticket #7614: 7614.patch

File 7614.patch, 509 bytes (added by doughays, 4 months ago)

Forces IE7 to follow an existing IE6 path

  • _editor/RichText.js

     
    406406                                this.onLoad(); 
    407407                                this.savedContent = this.getValue(true); 
    408408                        }); 
    409                         if(dojo.isIE && dojo.isIE < 7){ // IE 6 is a steaming pile... 
     409                        if(dojo.isIE && dojo.isIE <= 7){ // IE 6/7 is a steaming pile... 
    410410                                var t = setInterval(function(){ 
    411411                                        if(ifr.contentWindow.isLoaded){ 
    412412                                                clearInterval(t);