You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2012/02/01 20:51:54 UTC

svn commit: r1239289 - /myfaces/tobago/branches/tobago-tree-table/tobago-theme/tobago-theme-standard/src/main/resources/org/apache/myfaces/tobago/renderkit/html/standard/standard/script/tobago-popup.js

Author: lofwyr
Date: Wed Feb  1 19:51:53 2012
New Revision: 1239289

URL: http://svn.apache.org/viewvc?rev=1239289&view=rev
Log:
merged with trunk

Modified:
    myfaces/tobago/branches/tobago-tree-table/tobago-theme/tobago-theme-standard/src/main/resources/org/apache/myfaces/tobago/renderkit/html/standard/standard/script/tobago-popup.js

Modified: myfaces/tobago/branches/tobago-tree-table/tobago-theme/tobago-theme-standard/src/main/resources/org/apache/myfaces/tobago/renderkit/html/standard/standard/script/tobago-popup.js
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-tree-table/tobago-theme/tobago-theme-standard/src/main/resources/org/apache/myfaces/tobago/renderkit/html/standard/standard/script/tobago-popup.js?rev=1239289&r1=1239288&r2=1239289&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-tree-table/tobago-theme/tobago-theme-standard/src/main/resources/org/apache/myfaces/tobago/renderkit/html/standard/standard/script/tobago-popup.js (original)
+++ myfaces/tobago/branches/tobago-tree-table/tobago-theme/tobago-theme-standard/src/main/resources/org/apache/myfaces/tobago/renderkit/html/standard/standard/script/tobago-popup.js Wed Feb  1 19:51:53 2012
@@ -65,7 +65,7 @@ Tobago.Popup.setup = function () {
       });
 
       // IE6 needs an iframe to protect the other controls and protect against select-tag shining through.
-      maxModalPopup.prepend("<iframe class='tobago-popup-ie6bugfix'/>");
+      maxModalPopup.prepend("<iframe class='tobago-popup-ie6bugfix' src='" + Tobago.blankPage + "' />");
       var iframe = maxModalPopup.children('.tobago-popup-ie6bugfix');
       iframe.css({
         position:'absolute',