This seems to have something to do with moving a SCRIPT tag around in the DOM. The gadget creates a script and a style tag. If I *remove* the script tag from the DOM, and then reposition the wrapper to another location in the DOM, all works well. If I try to *move* the script tag to another DOM element then the original problem occurs. So *moving* a script tag around the DOM seems to be the cause -- regardless of when the move occurs (even post-load).
I've added this scenario to the demo. Has anyone seen this before? ~ ~ Dave On Nov 23, 5:26 pm, DaveG <[EMAIL PROTECTED]> wrote: > Hi, > > I don't believe this is strictly a jq issue, but I'm hoping someone > can help. > > I'm using the Fish Gadget (http://abowman.com/google-modules/fish/) > within a wiki based CMS, and need to reposition the gadget from one > HTML element to another. > > If I directly reposition the gadget using what appears to be the > gadgets base class "ig-reset", then everything works. If I try to > reposition using a surrounding wrapper, then the iframe used by the > gadget seems to take over. > > Unfortunately I need the flexibility of repositioning using the > surrounding wrapper. I've tried setting various position, float, and > display attributes of the wrapper to no avail. I put a test up > here:http://solidgone.com/jquery/google-gadget.html > > Anyone have any insights? > > ~ ~ Dave