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

Bug 346774

Summary: Template engine property type "select" doesn't display tool tips on a mouse-over
Product: [Tools] CDT Reporter: Corey Ashford <cjashfor>
Component: cdt-build-managedAssignee: Project Inbox <cdt-build-managed-inbox>
Status: NEW --- QA Contact: Jonah Graham <jonah>
Severity: normal    
Priority: P3 CC: cdtdoug, yevshif
Version: 8.0   
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:
Attachments:
Description Flags
Example template.xml file
none
Example template.xml file none

Description Corey Ashford CLA 2011-05-20 21:57:49 EDT
Build Identifier: M20110210-1200

There are a number of different property types supported by the CDT template engine.  I believe all of them are supposed to support a "tooltip" pop-up when you hover your mouse over the property label in the wizard page.

The tooltip works fine for property type "input", which is essentially a string input dialog, but it doesn't work for the property type "select", which is a drop-down combo box, aka enumerated type.


I will attach a simple template.xml file which demonstrates this problem

Reproducible: Always

Steps to Reproduce:
1. Add a "select" property to a template.xml file
2. Run eclipse with this new property in the template.xml
3. Create a project of the template's type
4. On the wizard page, hover your mouse over the select property and notice that the tooltip fails to show.
Comment 1 Corey Ashford CLA 2011-05-20 21:59:41 EDT
Created attachment 196260 [details]
Example template.xml file
Comment 2 Corey Ashford CLA 2011-05-20 22:03:31 EDT
Created attachment 196261 [details]
Example template.xml file