diff options
author | Henri Sara <henri.sara@itmill.com> | 2010-10-28 08:58:56 +0000 |
---|---|---|
committer | Henri Sara <henri.sara@itmill.com> | 2010-10-28 08:58:56 +0000 |
commit | 146924c65421cab4779c353706d477b45f63a433 (patch) | |
tree | de8091e82b98e46923c87c91187d62cf4c39936c /WebContent | |
parent | bda0e33b9862e176c83607e8b8ca31b80755b962 (diff) | |
download | vaadin-framework-146924c65421cab4779c353706d477b45f63a433.tar.gz vaadin-framework-146924c65421cab4779c353706d477b45f63a433.zip |
#3865 closing sub-windows from code should send close event, test for window closing
svn changeset:15758/svn branch:6.5
Diffstat (limited to 'WebContent')
-rw-r--r-- | WebContent/release-notes.html | 3 |
1 files changed, 3 insertions, 0 deletions
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.</p> <ul> <li>Table.setColumnCollapsed throws IllegalStateException instead of IllegalAccessException is collapsing is not allowed.</li> + <li>Window.removeWindow(Window) now triggers window close listeners also when called explicitly. + See <a href="http://dev.vaadin.com/ticket/3865">#3865</a> for more info. + </li> </ul> <ul> |