Hi all, I have a problem using Ajax.Updater in Safari 3.2. Whenever the response contains a large script tag (over 16k of JSON data) it's not evaluated. After some debugging I've find out that "extractScripts" doesn't find the big script tag for some reason. Currently I wrote a patch that just uses simple string functions ( indexOf ... ) to extract the scripts instead of the regular expression (I tried both with prototype1.4.0 and prototype 1.6.1 "ScriptElement" regular expressions). Is there any other solution?
Thanks in advance, Leonid Geldin. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Prototype & script.aculo.us" 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/prototype-scriptaculous?hl=en -~----------~----~----~----~------~----~------~--~---
