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

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.

I've updated the svn of WebHelpers to use the latest scriptaculous Javascripts, can you try updating your WebHelpers package and see if the issue is resolved?
Here's the command to update your WebHelpers package:
easy_install -U WebHelpers==dev

Cheers,
Ben

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" 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/pylons-discuss?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to