So IOW, I need to back through every one of my gadgets and re-test all of their functionality under opensocial-0.8 - and then remove that Require again from every one of them, otherwise the user will get the prompt for "Allow this gadget to see my friends". If I can be blunt, that sucks. Doing a quick test on a couple of my gadgets, I'm finding widespread problems - so much for "In most cases it won't make a difference". :^(
Well, at least we have a bit of warning. Thanks for that, Dan. String On Feb 4, 10:56 pm, "Dan (Google)" <[email protected]> wrote: > Hi Steve, > > In most cases it won't make a difference, the JS code will continue to > work normally. However, in some extremely rare cases, the rewriter > will get confused and the gadget will break horribly. An example is a > gadget that emits text that looks like an HTML tag: "Error inserting > into the <head> element." When the rewriter passes over this code, it > will be confused as to whether this is a legitimate head tag and may > insert content around it, breaking the gadget. > > Flagging JS blocks with <!-- and // --> will inform the rewriter to > ignore these code segments. > > As to your second question, the sandbox is a good test, but you should > require the "opensocial-0.8" feature (even if you don't use it), to > guarantee your gadget uses the new renderer. > > Dan --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "iGoogle Developer Forum" 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-Gadgets-API?hl=en -~----------~----~----~----~------~----~------~--~---
