diff options
author | Johannes Dahlström <johannes.dahlstrom@vaadin.com> | 2011-12-22 12:04:10 +0000 |
---|---|---|
committer | Johannes Dahlström <johannes.dahlstrom@vaadin.com> | 2011-12-22 12:04:10 +0000 |
commit | 02daee926e0bb40bcd8a321a2a27570da5c9c928 (patch) | |
tree | 0e95ae3e0845bc0532a9e17fdd6536a5a156de58 /src/com/vaadin/ui | |
parent | b046062c939ff96753cc84360767e2444784f1f4 (diff) | |
download | vaadin-framework-02daee926e0bb40bcd8a321a2a27570da5c9c928.tar.gz vaadin-framework-02daee926e0bb40bcd8a321a2a27570da5c9c928.zip |
Merged changes from 6.8
svn changeset:22469/svn branch:6.8
Diffstat (limited to 'src/com/vaadin/ui')
-rw-r--r-- | src/com/vaadin/ui/Window.java | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/com/vaadin/ui/Window.java b/src/com/vaadin/ui/Window.java index 566d16313c..1e0172d60f 100644 --- a/src/com/vaadin/ui/Window.java +++ b/src/com/vaadin/ui/Window.java @@ -1305,7 +1305,9 @@ public class Window extends Panel implements URIHandler, ParameterHandler, * * For a browser level window the CloseListener is fired when the browser * level window is closed. Note that closing a browser level window does not - * mean it will be destroyed. + * mean it will be destroyed. Also note that Opera does not send events like + * all other browsers and therefore the close listener might not be called + * if Opera is used. * * <p> * Since Vaadin 6.5, removing windows using {@link #removeWindow(Window)} |