Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 346774 - Template engine property type "select" doesn't display tool tips on a mouse-over
Summary: Template engine property type "select" doesn't display tool tips on a mouse-over
Status: NEW
Alias: None
Product: CDT
Classification: Tools
Component: cdt-build-managed (show other bugs)
Version: 8.0   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact: Jonah Graham CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-20 21:57 EDT by Corey Ashford CLA
Modified: 2020-09-04 15:19 EDT (History)
2 users (show)

See Also:


Attachments
Example template.xml file (1.55 KB, application/xml)
2011-05-20 21:59 EDT, Corey Ashford CLA
no flags Details
Example template.xml file (1.27 KB, application/xml)
2011-05-20 22:03 EDT, Corey Ashford CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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