Posted 17 years ago
by Jake Pearson
-
Software Developer,
Alion Science and Technology
Hi,
We have noticed a problem with intellisense tooltips in syntaxeditor. There are cases where you can get tooltips to show and are difficult to get rid of. To reproduce it, launch the ".NET Language Reflection" part of your sample application:
1. Typein the constructor of BaseControl. A tooltip will show.
2. Click on InheritedControl.cs to go to a different editor and the tooltip will remain visible.
3. You can repeat steps 1 and 2 to get more tooltips to show. I am looking 3 right now.
I'm not sure what the correct fix would be, perhaps a place to start would be to have the tooltip hide when the mouse cursor leaves the control.
thanks,
Jake
We have noticed a problem with intellisense tooltips in syntaxeditor. There are cases where you can get tooltips to show and are difficult to get rid of. To reproduce it, launch the ".NET Language Reflection" part of your sample application:
1. Type
button.Dispose(
2. Click on InheritedControl.cs to go to a different editor and the tooltip will remain visible.
3. You can repeat steps 1 and 2 to get more tooltips to show. I am looking 3 right now.
I'm not sure what the correct fix would be, perhaps a place to start would be to have the tooltip hide when the mouse cursor leaves the control.
thanks,
Jake