0

I have seen a couple similar questions, but nothing that specifically covers my problem. I am trying to place several Google gadgets in a set of sortable divs. When I drag one of these divs and drop it in a new location, the whole page is refreshing and showing me only the content of that gadget's iframe.

I have seen from the other SO questions that Firefox contains a bug in which iframe content is refreshed if it is moved in the DOM tree. That behavior isn't ideal, but I'd gladly take it over what I'm experiencing now. Firefox and Chrome both give me this problem. IE and Opera properly sort the gadgets.

Does anybody have some insight as to how I can work around this?

4

1 回答 1

0

在dragstart 上销毁小部件(即删除iframe)并在拖动完成后重建它呢?

于 2009-06-03T08:26:51.167 回答