Project: Google Web Toolkit

Revision: 3606

Author: jlabanca@google.com

Date: 03 Sep 2008 11:31:54

Changes:

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

Files:
modified: /trunk/user/src/com/google/gwt/user/client/Window.java (try)
modified: /trunk/user/src/com/google/gwt/user/client/impl/WindowImplIE.java (try)
modified: /trunk/user/src/com/google/gwt/user/client/impl/WindowImpl.java (try)
[?]
To list