We saw the same issue on one of our gadgets. Debug shows document.body is null after traversing some Google RTL code (right to left, for localization into RTL languages). Adding a <body dir="ltr"> at the beginning of your CDATA and a </body> at the end of the CDATA fixed the problem for us. You'll have to consider the impact on your globalization strategy for your app before doing the same.
~Anne On Nov 17, 8:30 am, stevew <[email protected]> wrote: > Hello, I created a gadget 4 months ago using an xml feed and the > Google gadget editor. It has been working fine up until now. Currently > there is an empty box with the gadget name and no content. If i test > it in the google gadget editor it displays the feeds fine? So i don't > think it's a feed issue. This is happening with 2 of my tabbed > gadgets. I have another gadget displaying a twitter feed without the > tabs and it is fine. Here are links to my gadgets: > > http://www.google.com/ig/adde?moduleurl=hosting.gmodules.com/ig/gadge... > > http://www.google.com/ig/adde?moduleurl=hosting.gmodules.com/ig/gadge... > > Also, is the google gadget editor legacy? > > kudos in advance. > Steve -- 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=.
