Hi!
One more thing I found today. A tooltip with ManualClose=true does not stop click propagation.
For example, a tooltip is displayed on top of another element which itself can expand/collapse on a click. When I click 'x' in the tooltip, the element below it triggers as well.
I've tried to tap into the client-side Hide event, but there's no event per se in the handler which I can stop.
One more thing I found today. A tooltip with ManualClose=true does not stop click propagation.
For example, a tooltip is displayed on top of another element which itself can expand/collapse on a click. When I click 'x' in the tooltip, the element below it triggers as well.
I've tried to tap into the client-side Hide event, but there's no event per se in the handler which I can stop.