Patches item #415851, was updated on 2001-04-12 23:39
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=305757&aid=415851&group_id=5757

Category: DynAPI 2 Widget
Group: None
Status: Open
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: DynImage fix for mac ie5

Initial Comment:
To fix DynImage for mac ie5 (ie4 is hopeless), change 
the 4th line here in dynimage.js :

else {
for (var i=0; i<DynImage.loadimages.length; i++) {
if (DynImage.loadimages[i].img.dynimages) {
if (is.def&&!is.ie) {
DynImage.loadimages[i].img.width = DynImage.loadimages
[i].img.w;
DynImage.loadimages[i].img.height = DynImage.loadimages
[i].img.h;
}

this line currently says:

if (is.def&&!is.ie) {

But ie5 for mac needs the two lines under that to 
properly display a DynImage, so...

if (is.def&&(!is.ie||(is.ie&&is.platform=="mac"))) {


I've tested with mac ie5, ns4, ns6, win ie5, ns4, and 
ns6.

----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=305757&aid=415851&group_id=5757

_______________________________________________
Dynapi-Dev mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/dynapi-dev

Reply via email to