From 146924c65421cab4779c353706d477b45f63a433 Mon Sep 17 00:00:00 2001 From: Henri Sara Date: Thu, 28 Oct 2010 08:58:56 +0000 Subject: [PATCH] #3865 closing sub-windows from code should send close event, test for window closing svn changeset:15758/svn branch:6.5 --- WebContent/release-notes.html | 3 + src/com/vaadin/ui/Window.java | 21 ++-- .../components/window/CloseSubWindow.html | 87 +++++++++++++++ .../components/window/CloseSubWindow.java | 103 ++++++++++++++++++ 4 files changed, 204 insertions(+), 10 deletions(-) create mode 100644 tests/src/com/vaadin/tests/components/window/CloseSubWindow.html create mode 100644 tests/src/com/vaadin/tests/components/window/CloseSubWindow.java diff --git a/WebContent/release-notes.html b/WebContent/release-notes.html index 308b1417d0..727eaac791 100644 --- a/WebContent/release-notes.html +++ b/WebContent/release-notes.html @@ -51,6 +51,9 @@ contains a number of significant enhancements.