First off I'd just like to thank you for MochiKit - great stuff.

While exploring the version of Mochikit that's shipped with Turbogears
0.9a6 I think I *may* have come across a bug that shows up when using
Firefox 1.5.0.3 on a Mac. In the following function, IMG({}) doesn't
assign the string to 'src' (it works fine on Safari 2.0.3 (Mac) and
Firefox 1.5.0.3 (PC))

function loadResults(value)
{
        var books = value["results"];
        for (var elem in books) {
               var booktitle = books[elem][0];
               var coverimage = books[elem][1];
               var image = IMG({'src': coverimage, 'alt': 'Image Not Found'});
                appendChildNodes("layout-results", image);
                }
        }

Am I missing something obvious? Thanks again for the hard work,

Alex


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"MochiKit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/mochikit
-~----------~----~----~----~------~----~------~--~---

Reply via email to