Deleted
Deleted Member
Posts: 0
|
Post by Deleted on Jul 20, 2014 2:09:25 GMT
I found that ImageGrid component is passing wrong argument on OnClick Event: I confirmed this by open the checking the html source code: <div class=\"V2\" "+MouseDown+"=\"this.className='V4';\" "+MouseUp+"=\"var Index=1;var Name='Jellyfish';F1(Index,Image);\" onmouseout=\"this.className='V2';\"><img src=\""+MF+"Jellyfish_Thumb.png\" style=\"display:block;\" /></div> I noticed that there is a " var Name='Jellyfish';" , but the OnClick Event F1() passed the Image , say " F1(Index,Image);" I think that should be " F1(Index,Name);" . By doing that , everything of ImageGrid is OK. Regards. FlashKnight
|
|
|
Post by Hippani on Jul 20, 2014 19:26:44 GMT
Thanks, that will be fixed in the next update.
|
|