Fixes a bug in the way Window sinks events on the outer Window.  In some cases, adding a script element to the page will not result in the script element being parsed synchronously, so we need to use the eval command to ensure the events are sunk on the outer Window.  IE does not work with the eval command, so we use a deferred binding.

Patch by: jlabanca
Review by: jgw



git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@3606 8db76d5a-ed1c-0410-87a9-c151d255dfc7
3 files changed