Bug 174191 - [Manifest Editor] Extension attribute tool tip is yellow on Vista
Summary: [Manifest Editor] Extension attribute tool tip is yellow on Vista
Status: RESOLVED WORKSFORME
Alias: None
Product: PDE
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.3   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: PDE-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: bugday
Depends on:
Blocks:
 
Reported: 2007-02-14 11:39 EST by Dejan Glozic CLA
Modified: 2008-09-04 13:45 EDT (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dejan Glozic CLA 2007-02-14 11:39:55 EST
1) Open a manifest editor into the Extensions page
2) Select an extension element backed by a schema
3) Hover over a label in the details

I observed over Steve's shoulder that the tool tip showing the description of the attribute was a yellow rectangle on Vista. This is not correct because native tool tips on Vista have a grayish gradient background (try on tool bar buttons).

Please check - it may be a fluke or a real problem.
Comment 1 Wassim Melhem CLA 2007-04-09 03:00:12 EDT
Curtis,

Can you please check to see if there is a problem on Vista here?

Thanks.
Comment 2 Curtis d'Entremont CLA 2007-04-09 10:58:13 EDT
Yep, it's yellow.
Comment 3 Dejan Glozic CLA 2007-04-09 11:04:53 EDT
This implies that you are not using the real tooltip (Control.setToolTipText(String)) but rather a custom solution similar to JDT.
Comment 4 Remy Suen CLA 2007-09-10 18:42:04 EDT
Looking at the code, it seems that PDE is using IInformationControls to present the information.

My question is, is it worth changing the code to use native tooltips? Is the yellow that bad? The only thing that looks out of place about it to me is that extra rectangle at the bottom because I don't see any "F2 hints" on it.
Comment 5 Remy Suen CLA 2007-10-02 19:43:51 EDT
Native tooltips on Vista (and possibly other Windows operating systems) disappears after about five seconds. There may not be enough time to read the tooltip in its entirety for some extension points that are very verbose in its documentation.
Comment 6 Remy Suen CLA 2007-10-02 23:13:16 EDT
Absence of F2 seems to be tracked on bug 157192. Although that attachment seems to be incorrect. :p
Comment 7 Chris Aniszczyk CLA 2007-11-30 06:02:42 EST
I don't see a problem with this.