You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Problem description:
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.
The text was updated successfully, but these errors were encountered: