Hi,

Well when I execute some Window.open and there's some RPC still live
always is firing some error
Window.open(http://someweb.com/somedocumentPath, "_self", "");

I think the problem is that, the browser url is temporary broken by
new url, reason why rpc is closed and error is fired meanwhile browser
not detects that is a file to be downloaded.

Really it's a stupid problem, but I don't find a good and simply idea
to solve it.

1- One solution could be open in a _blank window, but it's really an
horrible usability user interface option ( I think ).
2- Other in the same way than the first could be open some new small
window, and when document is yet started to downloading close it
( I've seen in some webs ).
3- In some cases I can not ensure ( synhronize ) that there's no RPC
call before downloading. That could be a good option, but is not
possible in my case.

Any idea it'll be wellcome.

OpenKM Team ( be open my friend )

-- 
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-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to