Open GoogleCodeExporter opened 8 years ago
[deleted comment]
Some further investigation (and I may be off track here) leads to AuthImpl
where we 've got:
// Because GWT's Window.open() method does not return a reference to the
// newly-opened window, we have to manage this all ourselves manually...
private static native Window openWindow(String url, int height, int width) /*-{
return $wnd.open(url, 'popupWindow', 'width=' + width + ',height=' + height);
}-*/;
Perhaphs changing the popupWindow param to _self would be a cheap way out?
Original comment by a.pavlou...@googlemail.com
on 28 Nov 2013 at 7:19
Original issue reported on code.google.com by
a.pavlou...@googlemail.com
on 28 Nov 2013 at 6:16