CmdUtil has TextBoxes that allow you to input numbers for the tool increments. When you mouse over the box, text slides out to tell you what it is. The text is supposed to slide back in when you mouse away, but now it doesn’t. This only happens with the TextBoxes and not the buttons that collapse the menus.
Are you asking me? All I know is that it used to work and now it doesn’t, and it’s not a problem on CmdUtil’s side because I’m still using the same version I was a year and a half ago.
This is a bug where MouseLeave does not fire if the Active property of a TextBox is true. The Active property problem is only an issue with textboxes though – not buttons or labels.
AdmiralLennox, I’ve uploaded a version of CmdUtl with the Active property of the textboxes set to false, which means that this version isn’t affected by this bug. You can get it here.