Bug 384241 - DojoTooltip should have showToolTip and hideToolTip to allow dynamically display them
Summary: DojoTooltip should have showToolTip and hideToolTip to allow dynamically disp...
Status: NEW
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: EDT (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-07-04 05:19 EDT by Smyle H CLA
Modified: 2017-02-23 14:06 EST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Smyle H CLA 2012-07-04 05:19:51 EDT
Build Identifier: 

need methods to dynamiclly show&hide a tooltip to a specified target widget instead of specifying them in the initial phase.

Reproducible: Always

Steps to Reproduce:
1.Import the dojo sample project from CVS
2.Open the DojoTooltipSample.egl
3.We need to hover onto target widget to display the tooltip. It would be very convenient if there is such a method like showTooltip&hideTooltip to display&hide a tooltip around a specified target widget.