]> source.dussan.org Git - vaadin-framework.git/commitdiff
Tooltip title (description) was never cleared. Fixed.
authorMarc Englund <marc.englund@itmill.com>
Fri, 27 Jun 2008 08:27:17 +0000 (08:27 +0000)
committerMarc Englund <marc.englund@itmill.com>
Fri, 27 Jun 2008 08:27:17 +0000 (08:27 +0000)
svn changeset:4960/svn branch:trunk

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

index ba9534efdafc68903309ac71f454bc8e2fbf6c54..9150fad03b71f576cfba5f14ff30f2c1ecb1af48 100755 (executable)
@@ -801,6 +801,8 @@ public class ApplicationConnection {
         TooltipInfo tooltipInfo = getTitleInfo((Paintable) component);
         if (uidl.hasAttribute("description")) {
             tooltipInfo.setTitle(uidl.getStringAttribute("description"));
+        } else {
+            tooltipInfo.setTitle(null);
         }
 
         // add error classname to components w/ error