11 messages in com.googlegroups.pylons-discussRe: Problem with the Flickr tutorial
FromSent OnAttachments
Yves-Eric19 Dec 2006 19:48 
Philip Jenvey19 Dec 2006 23:01 
Ben Bangert20 Dec 2006 10:46 
Yves-Eric20 Dec 2006 17:53 
Yves-Eric20 Dec 2006 18:09 
Yves-Eric20 Dec 2006 19:23 
Ben Bangert21 Dec 2006 13:19 
Yves-Eric21 Dec 2006 15:28 
Yves-Eric22 Dec 2006 02:38 
James Gardner22 Dec 2006 05:15 
Yves-Eric22 Dec 2006 17:37 
Subject:Re: Problem with the Flickr tutorial
From:Philip Jenvey (pjen@public.gmane.org)
Date:12/19/2006 11:01:44 PM
List:com.googlegroups.pylons-discuss

On Dec 19, 2006, at 7:49 PM, Yves-Eric wrote:

Hi all,

I am evaluation Pylons with the hope of porting a large webapp to it. So far, I am loving it. Thanks for the great work.

Now, I am having a small problem with the Flickr tutorial. While it works great in Firefox, I get a javascript error in IE after each ajax request completes. The blind_down effect works the first time, but is broken after that.

In the form_remote_tag, replacing: complete = h.visual_effect("Blind_down", "photos"), by: complete = "alert('Done');", made the error go away, so I first suspected a problem with blind_down and my version of IE (6.0). But I went to check on the Scriptaculous page, and the effect works fine there.

Any ideas?

Webhelpers' Scriptaculous is getting a little old (version 1.6.2), whereas the latest version, 1.6.5, might have fixed this issue among others.

Easiest way to find out would be to download the latest, and place it (and the prototype.js it wants) in a 'javascripts' dir in your flickr project's public directory. This will override the built in versions.