Skip to main content

Bug Tracker

Side navigation

Ticket #4008: opera_shim.js


File opera_shim.js, 0.3 KB (added by cninja, January 28, 2009 03:09AM UTC)

Proposed Fix

function int_prop(fx){ 
	var val = ( fx.unit == "px" && jQuery.browser.opera ) ? parseInt(fx.now) : fx.now;
	fx.elem.style[ fx.prop ] = val + fx.unit; 
} 
jQuery.extend( jQuery.fx.step, {
  borderTopWidth : int_prop,
  borderBottomWidth : int_prop,
  borderLeftWidth: int_prop,
  borderRightWidth: int_prop
  });

Download in other formats:

Original Format