Skip to main content

Bug Tracker

Side navigation

#1861 closed bug (wontfix)

Opened October 30, 2007 03:21PM UTC

Closed March 31, 2008 01:55AM UTC

Last modified March 15, 2012 06:56PM UTC

Interface Slideshow - ie7 problems

Reported by: d.taylor@qdoscc.com Owned by: stefan
Priority: major Milestone: 1.2.2
Component: interface Version: 1.2.1
Keywords: Slideshow Cc:
Blocked by: Blocking:
Description

Sometimes the slide show doesn't start when using ie7

I also can get the following error "Invalid Argument" in jquery.js line 21: (if(value!=undefined)elem[name]=value) because value = 'NaNpx'

Attachments (0)
Change History (2)

Changed October 31, 2007 10:05AM UTC by d.taylor@qdo comment:1

I have traced the root of the problem to the iutil.getBorder function. t,l,b,r are all returning 'medium'. islideshow line 321 should probably be : el.ss.oBor = jQuery.iUtil.getBorder(el,TRUE); to return integers.

getBorder : function(e, toInteger)

{

var el = jQuery(e);

var t = el.css('borderTopWidth') || '';

Changed March 31, 2008 01:55AM UTC by scott.gonzal comment:2

resolution: → wontfix
status: newclosed

Interface is no longer supported; consider switching to jQuery UI.