Press TAB repeatedly until focus arrives on the TextBox labelled "TextBox"
Wait for tooltip to appear (and note the ToolTipOpening event is recorded in the ListBox)
Press TAB again
Actual behavior:
Tooltip disappears, but the ToolTipClosing event isn't raised.
Expected behavior:
ToolTipClosing event should be raised (and recorded in the ListBox).
By contrast, move the mouse into the TextBox, wait for the tooltip, then move the mouse upwards away from the TextBox. The ToolTipOpening and ToolTipClosing events are both raised (and recorded in the ListBox).
The ToolTipClosing event should be raised whenever a tooltip closes.
Security issues and bugs should be reported privately, learn more via our responsible disclosure guidelines.
Problem description:
Press TAB again
Actual behavior: Tooltip disappears, but the ToolTipClosing event isn't raised.
Expected behavior: ToolTipClosing event should be raised (and recorded in the ListBox).
By contrast, move the mouse into the TextBox, wait for the tooltip, then move the mouse upwards away from the TextBox. The ToolTipOpening and ToolTipClosing events are both raised (and recorded in the ListBox).
The ToolTipClosing event should be raised whenever a tooltip closes.