]> source.dussan.org Git - vaadin-framework.git/commitdiff
No longer interferes with datefield (and other popups) - eventPreview removed. Fixes...
authorMarc Englund <marc.englund@itmill.com>
Fri, 7 Mar 2008 14:40:27 +0000 (14:40 +0000)
committerMarc Englund <marc.englund@itmill.com>
Fri, 7 Mar 2008 14:40:27 +0000 (14:40 +0000)
svn changeset:4007/svn branch:trunk

src/com/itmill/toolkit/terminal/gwt/client/ui/Notification.java

index 97aaa084803457175cc86ea03b765a1fea7f85e7..6931f93c89d1500eae6797dec80f5a5c5c5bc56e 100644 (file)
@@ -102,6 +102,7 @@ public class Notification extends ToolkitOverlay {
             addStyleName(style);\r
         }\r
         super.show();\r
+        DOM.removeEventPreview(this);\r
         setPosition(position);\r
 \r
         DOM.setCapture(getElement());\r