Menu

#95 DynImage Patch

open
5
2001-11-01
2001-04-02
Anonymous
No

There are still some problems with dynimage.
As far as I test this patch, it will solve problems.

Discussion

  • Nobody/Anonymous

     
  • Nobody/Anonymous

    Logged In: NO

    Is this fix precluded by the latest (2.54) version of
    dynimage.js?

     
  • Nobody/Anonymous

    Logged In: NO

    Is this fix precluded by the latest (2.54) version of
    dynimage.js?

     
  • Richard Bennett

    Richard Bennett - 2001-11-01
    • assigned_to: nobody --> richard_bennett
     
  • Richard Bennett

    Richard Bennett - 2001-11-01

    Logged In: YES
    user_id=164855

    Please specify which problems you are trying to fix, and
    what the solution is.
    In your source you say:

    //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;
    }

    I'm afraid this doesn't make sense to me, please elaborate.

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.