[richfaces-svn-commits] JBoss Rich Faces SVN: r16011 - branches/community/3.3.X/ui/drag-drop/src/main/resources/org/richfaces/renderkit/html/scripts.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Thu Nov 26 11:14:06 EST 2009


Author: amarkhel
Date: 2009-11-26 11:14:06 -0500 (Thu, 26 Nov 2009)
New Revision: 16011

Modified:
   branches/community/3.3.X/ui/drag-drop/src/main/resources/org/richfaces/renderkit/html/scripts/drag-indicator.js
Log:


Modified: branches/community/3.3.X/ui/drag-drop/src/main/resources/org/richfaces/renderkit/html/scripts/drag-indicator.js
===================================================================
--- branches/community/3.3.X/ui/drag-drop/src/main/resources/org/richfaces/renderkit/html/scripts/drag-indicator.js	2009-11-26 14:39:40 UTC (rev 16010)
+++ branches/community/3.3.X/ui/drag-drop/src/main/resources/org/richfaces/renderkit/html/scripts/drag-indicator.js	2009-11-26 16:14:06 UTC (rev 16011)
@@ -146,7 +146,7 @@
 	initIFrame: function() {
 		if (DragIndicator.isIE6 && !this.iframe) {
 			var fakeElement = $(document.createElement("div"));
-			fakeElement.innerHTML = '<iframe class=\"rich-dragindicator-iframe\" src=\"javascript:''\" scrolling="no" frameborder="0" style="filter:Alpha(opacity=0);position:absolute;top:0px;left:0px;display:block"></iframe>';
+			fakeElement.innerHTML = '<iframe src=\"javascript:''\" class=\"rich-dragindicator-iframe\" scrolling="no" frameborder="0" style="filter:Alpha(opacity=0);position:absolute;top:0px;left:0px;display:block"></iframe>';
 			this.iframe = $(fakeElement.getElementsByTagName("iframe")[0]);
 			fakeElement.removeChild(this.iframe);
 			this.realParent.appendChild(this.iframe);



More information about the richfaces-svn-commits mailing list