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.
--
Philip Jenvey
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---