On Mon, Apr 18, 2011 at 8:16 AM, credmond <[email protected]> wrote: > Have you stripped your app down to the absolute bare minimum? If so, > could you post your code? (host page an entry module...)
After considerable effort, I've found the problem - it's a longstanding (year+) and apparently widely-known (to everyone but me) bug in Facebook's javascript library that causes page refreshes on versions of IE that don't have a recent version of Flash installed. Somehow this produced an onModuleLoad() call without actually resetting the page state... I'm not sure what exactly is going on, but I have a workaround. It was fixed (so far, crossing fingers and sacrificing chickens) by including a custom channel url in the FB.init() call. That sucked. Sorry to bother everyone here. Thanks, Jeff -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" 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/google-web-toolkit?hl=en.
