]> source.dussan.org Git - vaadin-framework.git/commit
Fixes #2152: Embedded: document.onunload and document.onbeforeunload do not fire...
authorJouni Koivuviita <jouni.koivuviita@itmill.com>
Mon, 27 Oct 2008 11:46:21 +0000 (11:46 +0000)
committerJouni Koivuviita <jouni.koivuviita@itmill.com>
Mon, 27 Oct 2008 11:46:21 +0000 (11:46 +0000)
commitc4ed3c9afdb480910a40fe7e01c35cc853e4a1b8
treecc75dc728ff03a0fbac6c7657c19e6ab812a81fe
parent1dd5a6192e08abfb054eecd4bea6455d111182db
Fixes #2152: Embedded: document.onunload and document.onbeforeunload do not fire in IE6/7 when inside CustomLayout

A clear bug in ICustomLayout: overriding onDetach()-method did not call super.onDetach().

This fix is for the 5.3 branch.

svn changeset:5733/svn branch:trunk
src/com/itmill/toolkit/terminal/gwt/client/ui/ICustomLayout.java