#1861 closed bug (wontfix)
Interface Slideshow - ie7 problems
Reported by: | 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'
Change History (2)
comment:1 Changed 15 years ago by
comment:2 Changed 15 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Interface is no longer supported; consider switching to jQuery UI.
Note: See
TracTickets for help on using
tickets.
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.