Hi Matt,
There isn't a way to opt-out, but you can feel free to override the
legacy.js code providing _toggle with your own implementation. This is
the code as taken from the legacy renderer:
function _toggle(a){if(a)if(a.style.display==""||
a.style.display=="block")a.style.display="none";else if
(a.style.display=="none")a.style.display="block"}
Add that to your gadgets (feel free to de-minify if you wish) and they
should work fine again.
Thanks,
Dan
On Jun 5, 1:18 pm, Matt Kruse <[email protected]> wrote:
> On Jun 5, 12:08 pm, "Dan (Google)" <[email protected]> wrote:
>
> > Gadgets.* is not fully rolled-out into production. However, we're
> > currently doing experiments with gadgets.* in production (as you
> > noticed) by displaying some gadgets with the new rendering code that
> > also supports gadgets.*. This is to ensure compatibility when we do
> > roll out gadgets.* at 100%.
>
> I wish this was opt-in. I still have broken gadgets all over my page
> due to the _toggle() bug, and it's a pain. Can I opt out of this
> experimental roll-out?
>
> Matt Kruse
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---