]> 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:05:46 +0000 (06:05 +0000)
committerMatti Tahvonen <matti.tahvonen@itmill.com>
Tue, 16 Sep 2008 06:05:46 +0000 (06:05 +0000)
svn changeset:5404/svn branch:trunk

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

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