]> source.dussan.org Git - vaadin-framework.git/commitdiff
Events needed for tooltip no more sunk by default in GWT 1.5
authorMatti Tahvonen <matti.tahvonen@itmill.com>
Tue, 16 Sep 2008 06:06:13 +0000 (06:06 +0000)
committerMatti Tahvonen <matti.tahvonen@itmill.com>
Tue, 16 Sep 2008 06:06:13 +0000 (06:06 +0000)
svn changeset:5405/svn branch:trunk

src/com/itmill/toolkit/terminal/gwt/client/ICaption.java

index 479810a390f9e34f6c59d55db61def878c15aef9..fb2a2e51f45a8d7c163c0fbf1ed5737ba7de6c79 100644 (file)
@@ -40,7 +40,7 @@ public class ICaption extends HTML {
         this.client = client;
         owner = component;
         setStyleName(CLASSNAME);
-        // sinkEvents(ITooltip.TOOLTIP_EVENTS);
+        sinkEvents(ITooltip.TOOLTIP_EVENTS);
     }
 
     public void updateCaption(UIDL uidl) {