OK, I picked at random some application that looked both simple and fun - the TypeRacer application ( http://typeracer.com/orkut/gadget.xml ).
It works fine on Orkut, so I am sure it has no bugs. I put the link inside javcascript/container/sample2.html, so that I can be sure that all javascript files are included correctly. When I clicked the "play now" link, I got a javascript error: "this.getGadgetIdFromModuleId is not a function" The trace shows: * gadgets.IfrGadgetService.prototype.requestNavigateTo (in gadgets.js) * process (in rpc.js) * getRelayUrl (in rpc.js) Probably, the gadget tried to call "requestNavigateTo" to navigate to a different view, but got an error. Do you have any clue, what have gone wrong?

