Does anyone know what this patch is supposed to do, and if it should be included?
https://sourceforge.net/tracker/?func=detail&aid=413030&group_id=5757&atid=3 05757 //next 3 lines are hook for IE, which stores pictures and picture sizes //in different places and sets incorrect picture size if picture somewhy //change it. if (is.ie) { DynImage.loadimages[i].img.width=(DynImage.loadimages[i].img.height=null); DynImage.loadimages[i].complete = false; DynImage.loadimages[i].img.src=DynImage.loadimages[i].origsrc=src; } and isn't this: DynImage.loadimages[i].img.width=(DynImage.loadimages[i].img.height=null); the same as this: ? DynImage.loadimages[i].img.width=null; DynImage.loadimages[i].img.height=null; Richard. _______________________________________________ Dynapi-Dev mailing list [EMAIL PROTECTED] http://www.mail-archive.com/[email protected]/
