Skip to main content

Bug Tracker

Side navigation

Ticket #4268: ticket4268.patch


File ticket4268.patch, 0.6 KB (added by tr4nslator, March 04, 2009 08:11PM UTC)

Patch

*** jquery-1.3.2.js	Wed Mar  4 11:56:37 2009
--- jquery-1.3.2_ticket4268.js	Fri Feb 27 12:28:02 2009
***************
*** 2585,2589 ****
  		// For whatever reason, IE has trouble passing the window object
  		// around, causing it to be cloned in the process
! 		if ( elem.setInterval && elem != window )
  			elem = window;
  
--- 2585,2589 ----
  		// For whatever reason, IE has trouble passing the window object
  		// around, causing it to be cloned in the process
! 		if ( elem.setInterval && ( elem != window && !elem.frameElement ) )
  			elem = window;

Download in other formats:

Original Format