You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by bo...@apache.org on 2007/11/08 21:26:23 UTC

svn commit: r593292 - /myfaces/tobago/trunk/theme/standard/src/main/resources/org/apache/myfaces/tobago/renderkit/html/standard/standard/script/tobago.js

Author: bommel
Date: Thu Nov  8 12:26:22 2007
New Revision: 593292

URL: http://svn.apache.org/viewvc?rev=593292&view=rev
Log:
(TOBAGO-538) Avoid 'This page contains both secure and nonsecure items' messages in IE on https pages

Modified:
    myfaces/tobago/trunk/theme/standard/src/main/resources/org/apache/myfaces/tobago/renderkit/html/standard/standard/script/tobago.js

Modified: myfaces/tobago/trunk/theme/standard/src/main/resources/org/apache/myfaces/tobago/renderkit/html/standard/standard/script/tobago.js
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/theme/standard/src/main/resources/org/apache/myfaces/tobago/renderkit/html/standard/standard/script/tobago.js?rev=593292&r1=593291&r2=593292&view=diff
==============================================================================
--- myfaces/tobago/trunk/theme/standard/src/main/resources/org/apache/myfaces/tobago/renderkit/html/standard/standard/script/tobago.js (original)
+++ myfaces/tobago/trunk/theme/standard/src/main/resources/org/apache/myfaces/tobago/renderkit/html/standard/standard/script/tobago.js Thu Nov  8 12:26:22 2007
@@ -1163,6 +1163,7 @@
       iframe.style.zIndex = 9999;
       iframe.frameBorder = "0";
       iframe.style.position = "absolute";
+      iframe.src = "javascript:false";
       iframe.style.top = "0px";
       iframe.style.left = "0px";
       iframe.style.width = element.scrollWidth + 'px';