Saturday, July 31, 2010

Re: Moving Frame(iframe) without reloading iframe content

Some more google search shows that this is really a problem with
Firefox so there is nothing gwt can do about that. Current versions of
firefox will always reload an iframe when it is moved (https://
bugzilla.mozilla.org/show_bug.cgi?id=254144).

On Jul 31, 3:16 pm, "mtils...@gmail.com" <mtils...@gmail.com> wrote:
> I have a Frame object which contain an iframe to a site. This is
> working fine, but I would like to move the Frame to a different parent
> without  reloading the content of the iframe.
>
> If i just do a myOtherPanel.add(frameWidget) then the Frame does move,
> but the iframe content is reloaded -( Is there any way to move the
> Frame without the iframe reloading?
>
> The reason I want to do this, is that the iframe contains a form which
> is used to upload a file, and I don't want the upload to stop just
> because I move the Frame.

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.

No comments:

Post a Comment