Open biancashouse opened 8 years ago
Digging deeper, the exception happens in JSUtils:
/**
Get the exception when the return line executes. Just prior to the return, r is '[object Window']
Finally, by removing all references to GQuery.window and $(window) and instead using the gwt Window object the issue resolves.
When my module is fetched by a page accessed via http, it is good, but when the page is accessed via https I get"
It is not a CORS issue, because the module does start up and runs ok until it encounter any attempt to access $(window); e.g. int w = $(window).width();