Ticket #21 (closed defect: fixed)

Opened 4 months ago

Last modified 4 months ago

ToolTip is not working with manifest

Reported by: kenshiro55 Assigned to: keinfarbton
Priority: major Milestone:
Component: dwt-win Version:
Keywords: Cc:

Description

If there is a manifest (dwt.res or .exe.manifest), the ToolTip? is not hidden.

Ex: ControlExample?, tab ToolTip?, autohide is on:

ControlExample? built without dwt.res, the tooltip is hidden if you click on it or after 5 seconds.

ControlExample? built with dwt.res, the tooltip can't be hidden.

Change History

07/24/08 16:47:02 changed by keinfarbton

  • status changed from new to closed.
  • resolution set to fixed.

Fixed in -r 2df5d418d92b and also in tango rev 3796. Thanks for the report.