<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /><style type="text/css"><!--
#msg dl { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt;  }
#msg dl a { font-weight: bold}
#msg dl a:link    { color:#fc3; }
#msg dl a:active  { color:#ff0; }
#msg dl a:visited { color:#cc6; }
h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; }
#msg pre { overflow: auto; background: #ffc; border: 1px #fc0 solid; padding: 6px; }
#msg ul, pre { overflow: auto; }
#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; }
#patch { width: 100%; }
#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;}
#patch .propset h4, #patch .binary h4 {margin:0;}
#patch pre {padding:0;line-height:1.2em;margin:0;}
#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;}
#patch .propset .diff, #patch .binary .diff  {padding:10px 0;}
#patch span {display:block;padding:0 10px;}
#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<title>[14030] trunk: TB_iframe fixes for stuff that broke in r14015.</title>
</head>
<body>

<div id="msg">
<dl>
<dt>Revision</dt> <dd><a href="http://trac.wordpress.org/changeset/14030">14030</a></dd>
<dt>Author</dt> <dd>markjaquith</dd>
<dt>Date</dt> <dd>2010-04-07 13:52:12 +0000 (Wed, 07 Apr 2010)</dd>
</dl>

<h3>Log Message</h3>
<pre>TB_iframe fixes for stuff that broke in r14015. props scribu. fixes <a href="http://trac.wordpress.org/ticket/12878">#12878</a>. see <a href="http://trac.wordpress.org/ticket/12792">#12792</a></pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkwpadminjsplugininstalldevjs">trunk/wp-admin/js/plugin-install.dev.js</a></li>
<li><a href="#trunkwpadminjsplugininstalljs">trunk/wp-admin/js/plugin-install.js</a></li>
<li><a href="#trunkwpadminjsthemepreviewdevjs">trunk/wp-admin/js/theme-preview.dev.js</a></li>
<li><a href="#trunkwpadminjsthemepreviewjs">trunk/wp-admin/js/theme-preview.js</a></li>
<li><a href="#trunkwpincludesjsthickboxthickboxjs">trunk/wp-includes/js/thickbox/thickbox.js</a></li>
<li><a href="#trunkwpincludesscriptloaderphp">trunk/wp-includes/script-loader.php</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkwpadminjsplugininstalldevjs"></a>
<div class="modfile"><h4>Modified: trunk/wp-admin/js/plugin-install.dev.js (14029 => 14030)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-admin/js/plugin-install.dev.js        2010-04-07 13:49:41 UTC (rev 14029)
+++ trunk/wp-admin/js/plugin-install.dev.js        2010-04-07 13:52:12 UTC (rev 14030)
</span><span class="lines">@@ -22,6 +22,8 @@
</span><span class="cx">         };
</span><span class="cx"> 
</span><span class="cx">         thickDims().click( function() {
</span><ins>+                tb_click.call(this);
+
</ins><span class="cx">                 $('#TB_title').css({'background-color':'#222','color':'#cfcfcf'});
</span><span class="cx">                 $('#TB_ajaxWindowTitle').html('&lt;strong&gt;' + plugininstallL10n.plugin_information + '&lt;/strong&gt;&amp;nbsp;' + $(this).attr('title') );
</span><span class="cx">                 return false;
</span></span></pre></div>
<a id="trunkwpadminjsplugininstalljs"></a>
<div class="modfile"><h4>Modified: trunk/wp-admin/js/plugin-install.js (14029 => 14030)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-admin/js/plugin-install.js        2010-04-07 13:49:41 UTC (rev 14029)
+++ trunk/wp-admin/js/plugin-install.js        2010-04-07 13:52:12 UTC (rev 14030)
</span><span class="lines">@@ -1 +1 @@
</span><del>-jQuery(document).ready(function(b){var a=function(){var f=b(&quot;#TB_window&quot;),e=b(window).width(),d=b(window).height(),c=(720&lt;e)?720:e;if(f.size()){f.width(c-50).height(d-45);b(&quot;#TB_iframeContent&quot;).width(c-50).height(d-75);f.css({&quot;margin-left&quot;:&quot;-&quot;+parseInt(((c-50)/2),10)+&quot;px&quot;});if(!(b.browser.msie&amp;&amp;b.browser.version.substr(0,1)&lt;7)){f.css({top:&quot;20px&quot;,&quot;margin-top&quot;:&quot;0&quot;})}}return b(&quot;#dashboard_plugins a.thickbox, .plugins a.thickbox&quot;).each(function(){var g=b(this).attr(&quot;href&quot;);if(!g){return}g=g.replace(/&amp;width=[0-9]+/g,&quot;&quot;);g=g.replace(/&amp;height=[0-9]+/g,&quot;&quot;);b(this).attr(&quot;href&quot;,g+&quot;&amp;width=&quot;+(c-80)+&quot;&amp;height=&quot;+(d-85))})};a().click(function(){b(&quot;#TB_title&quot;).css({&quot;background-color&quot;:&quot;#222&quot;,color:&quot;#cfcfcf&quot;});b(&quot;#TB_ajaxWindowTitle&quot;).html(&quot;&lt;strong&gt;&quot;+plugininstallL10n.plugin_information+&quot;&lt;/strong&gt;&amp;nbsp;&quot;+b(this).attr(&quot;title&quot;));return false});b(&quot;#plugin-information #sidemenu a&quot;).click(function(){var c=b(this).attr(&quot;name&quot;);b(&quot;#plugin-information-header a.current&quot;).removeClass(&quot;current&quot;);b(this).addClass(&quot;current&quot;);b(&quot;#section-holder div.section&quot;).hide();b(&quot;#section-&quot;+c).show();return false});b('#install-plugins .action-links .install-now').click(function(){return confirm( plugininstallL10n.ays);});});
</del><span class="cx">\ No newline at end of file
</span><ins>+jQuery(document).ready(function($){var thickDims=function(){var tbWindow=$(&quot;#TB_window&quot;),width=$(window).width(),H=$(window).height(),W=(720&lt;width)?720:width;if(tbWindow.size()){tbWindow.width(W-50).height(H-45);$(&quot;#TB_iframeContent&quot;).width(W-50).height(H-75);tbWindow.css({&quot;margin-left&quot;:&quot;-&quot;+parseInt(((W-50)/2),10)+&quot;px&quot;});if(!($.browser.msie&amp;&amp;$.browser.version.substr(0,1)&lt;7)){tbWindow.css({top:&quot;20px&quot;,&quot;margin-top&quot;:&quot;0&quot;})}}return $(&quot;#dashboard_plugins a.thickbox, .plugins a.thickbox&quot;).each(function(){var href=$(this).attr(&quot;href&quot;);if(!href){return}href=href.replace(/&amp;width=[0-9]+/g,&quot;&quot;);href=href.replace(/&amp;height=[0-9]+/g,&quot;&quot;);$(this).attr(&quot;href&quot;,href+&quot;&amp;width=&quot;+(W-80)+&quot;&amp;height=&quot;+(H-85))})};thickDims().click(function(){tb_click.call(this);$(&quot;#TB_title&quot;).css({&quot;background-color&quot;:&quot;#222&quot;,color:&quot;#cfcfcf&quot;});$(&quot;#TB_ajaxWindowTitle&quot;).html(&quot;&lt;strong&gt;&quot;+plugininstallL10n.plugin_information+&quot;&lt;/strong&gt;&amp;nbsp;&quot;+$(this).attr(&quot;title&quot;));return false});$(&quot;#plugin-information #sidemenu a&quot;).click(function(){var tab=$(this).attr(&quot;name&quot;);$(&quot;#plugin-information-header a.current&quot;).removeClass(&quot;current&quot;);$(this).addClass(&quot;current&quot;);$(&quot;#section-holder div.section&quot;).hide();$(&quot;#section-&quot;+tab).show();return false});$(&quot;#install-plugins .action-links .install-now&quot;).click(function(){return confirm(plugininstallL10n.ays)})});
</ins><span class="cx">\ No newline at end of file
</span></span></pre></div>
<a id="trunkwpadminjsthemepreviewdevjs"></a>
<div class="modfile"><h4>Modified: trunk/wp-admin/js/theme-preview.dev.js (14029 => 14030)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-admin/js/theme-preview.dev.js        2010-04-07 13:49:41 UTC (rev 14029)
+++ trunk/wp-admin/js/theme-preview.dev.js        2010-04-07 13:52:12 UTC (rev 14030)
</span><span class="lines">@@ -21,6 +21,8 @@
</span><span class="cx">         $(window).resize( function() { thickDims() } );
</span><span class="cx"> 
</span><span class="cx">         $('a.thickbox-preview').click( function() {
</span><ins>+                tb_click.call(this);
+
</ins><span class="cx">                 var alink = $(this).parents('.available-theme').find('.activatelink'), link = '', href = $(this).attr('href'), url, text;
</span><span class="cx"> 
</span><span class="cx">                 if ( tbWidth = href.match(/&amp;tbWidth=[0-9]+/) )
</span><span class="lines">@@ -48,6 +50,7 @@
</span><span class="cx"> 
</span><span class="cx">                 $('#TB_iframeContent').width('100%');
</span><span class="cx">                 thickDims();
</span><ins>+                
</ins><span class="cx">                 return false;
</span><span class="cx">         } );
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkwpadminjsthemepreviewjs"></a>
<div class="modfile"><h4>Modified: trunk/wp-admin/js/theme-preview.js (14029 => 14030)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-admin/js/theme-preview.js        2010-04-07 13:49:41 UTC (rev 14029)
+++ trunk/wp-admin/js/theme-preview.js        2010-04-07 13:52:12 UTC (rev 14030)
</span><span class="lines">@@ -1 +1 @@
</span><del>-var thickDims,tbWidth,tbHeight;jQuery(document).ready(function(a){thickDims=function(){var f=a(&quot;#TB_window&quot;),d=a(window).height(),b=a(window).width(),c,e;c=(tbWidth&amp;&amp;tbWidth&lt;b-90)?tbWidth:b-90;e=(tbHeight&amp;&amp;tbHeight&lt;d-60)?tbHeight:d-60;if(f.size()){f.width(c).height(e);a(&quot;#TB_iframeContent&quot;).width(c).height(e-27);f.css({&quot;margin-left&quot;:&quot;-&quot;+parseInt((c/2),10)+&quot;px&quot;});if(typeof document.body.style.maxWidth!=&quot;undefined&quot;){f.css({top:&quot;30px&quot;,&quot;margin-top&quot;:&quot;0&quot;})}}};thickDims();a(window).resize(function(){thickDims()});a(&quot;a.thickbox-preview&quot;).click(function(){var d=a(this).parents(&quot;.available-theme&quot;).find(&quot;.activatelink&quot;),e=&quot;&quot;,b=a(this).attr(&quot;href&quot;),c,f;if(tbWidth=b.match(/&amp;tbWidth=[0-9]+/)){tbWidth=parseInt(tbWidth[0].replace(/[^0-9]+/g,&quot;&quot;),10)}else{tbWidth=a(window).width()-90}if(tbHeight=b.match(/&amp;tbHeight=[0-9]+/)){tbHeight=parseInt(tbHeight[0].replace(/[^0-9]+/g,&quot;&quot;),10)}else{tbHeight=a(window).height()-60}if(d.length){c=d.attr(&quot;href&quot;)||&quot;&quot;;f=d.attr(&quot;title&quot;)||&quot;&quot;;e='&amp;nbsp; &lt;a href=&quot;'+c+'&quot; target=&quot;_top&quot; class=&quot;tb-theme-preview-link&quot;&gt;'+f+&quot;&lt;/a&gt;&quot;}else{f=a(this).attr(&quot;title&quot;)||&quot;&quot;;e='&amp;nbsp; &lt;span class=&quot;tb-theme-preview-link&quot;&gt;'+f+&quot;&lt;/span&gt;&quot;}a(&quot;#TB_title&quot;).css({&quot;background-color&quot;:&quot;#222&quot;,color:&quot;#dfdfdf&quot;});a(&quot;#TB_closeAjaxWindow&quot;).css({&quot;float&quot;:&quot;left&quot;});a(&quot;#TB_ajaxWindowTitle&quot;).css({&quot;float&quot;:&quot;right&quot;}).html(e);a(&quot;#TB_iframeContent&quot;).width(&quot;100%&quot;);thickDims();return false});a(&quot;.theme-detail&quot;).click(function(){a(this).siblings(&quot;.themedetaildiv&quot;).toggle();return false})});
</del><span class="cx">\ No newline at end of file
</span><ins>+var thickDims,tbWidth,tbHeight;jQuery(document).ready(function($){thickDims=function(){var tbWindow=$(&quot;#TB_window&quot;),H=$(window).height(),W=$(window).width(),w,h;w=(tbWidth&amp;&amp;tbWidth&lt;W-90)?tbWidth:W-90;h=(tbHeight&amp;&amp;tbHeight&lt;H-60)?tbHeight:H-60;if(tbWindow.size()){tbWindow.width(w).height(h);$(&quot;#TB_iframeContent&quot;).width(w).height(h-27);tbWindow.css({&quot;margin-left&quot;:&quot;-&quot;+parseInt((w/2),10)+&quot;px&quot;});if(typeof document.body.style.maxWidth!=&quot;undefined&quot;){tbWindow.css({top:&quot;30px&quot;,&quot;margin-top&quot;:&quot;0&quot;})}}};thickDims();$(window).resize(function(){thickDims()});$(&quot;a.thickbox-preview&quot;).click(function(){tb_click.call(this);var alink=$(this).parents(&quot;.available-theme&quot;).find(&quot;.activatelink&quot;),link=&quot;&quot;,href=$(this).attr(&quot;href&quot;),url,text;if(tbWidth=href.match(/&amp;tbWidth=[0-9]+/)){tbWidth=parseInt(tbWidth[0].replace(/[^0-9]+/g,&quot;&quot;),10)}else{tbWidth=$(window).width()-90}if(tbHeight=href.match(/&amp;tbHeight=[0-9]+/)){tbHeight=parseInt(tbHeight[0].replace(/[^0-9]+/g,&quot;&quot;),10)}else{tbHeight=$(window).height()-60}if(alink.length){url=alink.attr(&quot;href&quot;)||&quot;&quot;;text=alink.attr(&quot;title&quot;)||&quot;&quot;;link='&amp;nbsp; &lt;a href=&quot;'+url+'&quot; target=&quot;_top&quot; class=&quot;tb-theme-preview-link&quot;&gt;'+text+&quot;&lt;/a&gt;&quot;}else{text=$(this).attr(&quot;title&quot;)||&quot;&quot;;link='&amp;nbsp; &lt;span class=&quot;tb-theme-preview-link&quot;&gt;'+text+&quot;&lt;/span&gt;&quot;}$(&quot;#TB_title&quot;).css({&quot;background-color&quot;:&quot;#222&quot;,color:&quot;#dfdfdf&quot;});$(&quot;#TB_closeAjaxWindow&quot;).css({&quot;float&quot;:&quot;left&quot;});$(&quot;#TB_ajaxWindowTitle&quot;).css({&quot;float&quot;:&quot;right&quot;}).html(link);$(&quot;#TB_iframeContent&quot;).width(&quot;100%&quot;);thickDims();return false});$(&quot;.theme-detail&quot;).click(function(){$(this).siblings(&quot;.themedetaildiv&quot;).toggle();return false})});
</ins><span class="cx">\ No newline at end of file
</span></span></pre></div>
<a id="trunkwpincludesjsthickboxthickboxjs"></a>
<div class="modfile"><h4>Modified: trunk/wp-includes/js/thickbox/thickbox.js (14029 => 14030)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-includes/js/thickbox/thickbox.js        2010-04-07 13:49:41 UTC (rev 14029)
+++ trunk/wp-includes/js/thickbox/thickbox.js        2010-04-07 13:52:12 UTC (rev 14030)
</span><span class="lines">@@ -23,14 +23,16 @@
</span><span class="cx"> 
</span><span class="cx"> //add thickbox to href &amp; area elements that have a class of .thickbox
</span><span class="cx"> function tb_init(domChunk){
</span><del>-        jQuery(domChunk).live('click', function(){
</del><ins>+        jQuery(domChunk).live('click', tb_click);
+}
+
+function tb_click(){
</ins><span class="cx">         var t = this.title || this.name || null;
</span><span class="cx">         var a = this.href || this.alt;
</span><span class="cx">         var g = this.rel || false;
</span><span class="cx">         tb_show(t,a,g);
</span><span class="cx">         this.blur();
</span><span class="cx">         return false;
</span><del>-        });
</del><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> function tb_show(caption, url, imageGroup) {//function called when the user clicks on a thickbox link
</span></span></pre></div>
<a id="trunkwpincludesscriptloaderphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-includes/script-loader.php (14029 => 14030)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-includes/script-loader.php        2010-04-07 13:49:41 UTC (rev 14029)
+++ trunk/wp-includes/script-loader.php        2010-04-07 13:52:12 UTC (rev 14030)
</span><span class="lines">@@ -167,7 +167,7 @@
</span><span class="cx">         $scripts-&gt;add( 'jquery-autocomplete', &quot;/wp-includes/js/jquery/autocomplete$suffix.js&quot;, array('jquery'), '1.1' );
</span><span class="cx">         $scripts-&gt;add_data( 'jquery-autocomplete', 'group', 1 );
</span><span class="cx"> 
</span><del>-        $scripts-&gt;add( 'thickbox', &quot;/wp-includes/js/thickbox/thickbox.js&quot;, array('jquery'), '3.1-20104104');
</del><ins>+        $scripts-&gt;add( 'thickbox', &quot;/wp-includes/js/thickbox/thickbox.js&quot;, array('jquery'), '3.1-20100407');
</ins><span class="cx">         $scripts-&gt;add_data( 'thickbox', 'group', 1 );
</span><span class="cx">         $scripts-&gt;localize( 'thickbox', 'thickboxL10n', array(
</span><span class="cx">                         'next' =&gt; __('Next &amp;gt;'),
</span><span class="lines">@@ -337,7 +337,7 @@
</span><span class="cx">                         'l10n_print_after' =&gt; 'try{convertEntities(wordCountL10n);}catch(e){};'
</span><span class="cx">                 ));
</span><span class="cx"> 
</span><del>-                $scripts-&gt;add( 'theme-preview', &quot;/wp-admin/js/theme-preview$suffix.js&quot;, array( 'thickbox', 'jquery' ), '20090319' );
</del><ins>+                $scripts-&gt;add( 'theme-preview', &quot;/wp-admin/js/theme-preview$suffix.js&quot;, array( 'thickbox', 'jquery' ), '20100407' );
</ins><span class="cx">                 $scripts-&gt;add_data( 'theme-preview', 'group', 1 );
</span><span class="cx"> 
</span><span class="cx">                 $scripts-&gt;add( 'inline-edit-post', &quot;/wp-admin/js/inline-edit-post$suffix.js&quot;, array( 'jquery', 'suggest' ), '20091202' );
</span><span class="lines">@@ -356,7 +356,7 @@
</span><span class="cx">                         'l10n_print_after' =&gt; 'try{convertEntities(inlineEditL10n);}catch(e){};'
</span><span class="cx">                 ) );
</span><span class="cx"> 
</span><del>-                $scripts-&gt;add( 'plugin-install', &quot;/wp-admin/js/plugin-install$suffix.js&quot;, array( 'jquery' ), '20100402' );
</del><ins>+                $scripts-&gt;add( 'plugin-install', &quot;/wp-admin/js/plugin-install$suffix.js&quot;, array( 'jquery', 'thickbox' ), '20100407' );
</ins><span class="cx">                 $scripts-&gt;add_data( 'plugin-install', 'group', 1 );
</span><span class="cx">                 $scripts-&gt;localize( 'plugin-install', 'plugininstallL10n', array(
</span><span class="cx">                         'plugin_information' =&gt; __('Plugin Information:'),
</span></span></pre>
</div>
</div>

</body>
</html>