You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by we...@apache.org on 2011/02/09 15:13:34 UTC

svn commit: r1068900 - in /myfaces/tomahawk/trunk/core/src/main/resources/org/apache/myfaces/custom/dojo/resource: dojo.js dojo.js.uncompressed.js

Author: werpu
Date: Wed Feb  9 14:13:34 2011
New Revision: 1068900

URL: http://svn.apache.org/viewvc?rev=1068900&view=rev
Log:
https://issues.apache.org/jira/browse/TOMAHAWK-1389

Should fix the issue crossport of a single patch fix which nails the ie7 error issue down

Modified:
    myfaces/tomahawk/trunk/core/src/main/resources/org/apache/myfaces/custom/dojo/resource/dojo.js
    myfaces/tomahawk/trunk/core/src/main/resources/org/apache/myfaces/custom/dojo/resource/dojo.js.uncompressed.js

Modified: myfaces/tomahawk/trunk/core/src/main/resources/org/apache/myfaces/custom/dojo/resource/dojo.js
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/core/src/main/resources/org/apache/myfaces/custom/dojo/resource/dojo.js?rev=1068900&r1=1068899&r2=1068900&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/core/src/main/resources/org/apache/myfaces/custom/dojo/resource/dojo.js (original)
+++ myfaces/tomahawk/trunk/core/src/main/resources/org/apache/myfaces/custom/dojo/resource/dojo.js Wed Feb  9 14:13:34 2011
@@ -9926,7 +9926,7 @@ return this.accessible;
 this.accessible=false;
 if(dojo.render.html.ie||dojo.render.html.mozilla){
 var div=document.createElement("div");
-div.style.backgroundImage="url(\""+this.imgPath+"/tab_close.gif\")";
+//div.style.backgroundImage="url(\""+this.imgPath+"/tab_close.gif\")";
 dojo.body().appendChild(div);
 var _920=null;
 if(window.getComputedStyle){

Modified: myfaces/tomahawk/trunk/core/src/main/resources/org/apache/myfaces/custom/dojo/resource/dojo.js.uncompressed.js
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/core/src/main/resources/org/apache/myfaces/custom/dojo/resource/dojo.js.uncompressed.js?rev=1068900&r1=1068899&r2=1068900&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/core/src/main/resources/org/apache/myfaces/custom/dojo/resource/dojo.js.uncompressed.js (original)
+++ myfaces/tomahawk/trunk/core/src/main/resources/org/apache/myfaces/custom/dojo/resource/dojo.js.uncompressed.js Wed Feb  9 14:13:34 2011
@@ -15347,7 +15347,7 @@ dojo.a11y = {
 		if (dojo.render.html.ie || dojo.render.html.mozilla){
 			var div = document.createElement("div");
 			//div.style.color="rgb(153,204,204)";
-			div.style.backgroundImage = "url(\"" + this.imgPath + "/tab_close.gif\")";
+			//div.style.backgroundImage = "url(\"" + this.imgPath + "/tab_close.gif\")";
 			// must add to hierarchy before can view currentStyle below
 			dojo.body().appendChild(div);
 			// in FF and IE the value for the current background style of the added div