Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 494498

Summary: NodePart should not set tooltip of ZestProperties.getTooltip() provides null or empty string.
Product: [Tools] GEF Reporter: Alexander Nyßen <nyssen>
Component: GEF ZestAssignee: Alexander Nyßen <nyssen>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 0.2.0   
Target Milestone: 4.0.0 (Neon) RC2   
Hardware: All   
OS: All   
Whiteboard:

Description Alexander Nyßen CLA 2016-05-25 02:39:30 EDT
Up to now, a tooltip is always installed by NodePart on its visual, even if the tooltip string is unset or empty. We should ensure that a tooltip is only installed in case a tooltip is provided by the content element (via ZestProperties).
Comment 1 Alexander Nyßen CLA 2016-05-25 02:41:30 EDT
Fixed that tooltip is not installed or uninstalled in case ZestProperties.getTooltip() provides null or an empty string. Pushed changes to origin/master. Resolving as fixed in 4.0.0 RC3.
Comment 2 Alexander Nyßen CLA 2016-05-25 09:43:57 EDT
Reschedule to 4.0.0 RC2, as this was included in an contribution update.