views:

54

answers:

2

Sometimes (I didn't figure the exact scenario), WPF tooltips are displayed on top of other windows, even when the app window is completely hidden. Clicking on the other window doesn't make it disappear.

Is anyone familiar with this?

Regards, Yaakov

+1  A: 

I've seen this as well. If you have a wpf tooltip open, and you Alt-Tab to another application, the wpf tooltip stays visible, even though the wpf application itself is not.

You could programmatically close the tooltip when your wpf app is no longer active.

Adel Hazzah
A: 

I have a similar problem - when I pass with the mouse over the border of a window that is hidden, the mouse icon changes to that of "resize". If I click the mouse button the hidden window comes on top.

Dvora