-
Notifications
You must be signed in to change notification settings - Fork 33
Tooltip windows are redrawn when clicked #11
Comments
@HJLebbink can you share a repro project? |
@gundermanc It can be found in https://github.com/HJLebbink/vsix-bug-quickinfosession |
Great, thanks! I'll take a look soon. |
@gundermanc If you need any help, let me know |
I've Asked this question on msdn: |
I have a question about quickInfo tooltips with content that implement IInteractiveQuickInfoContent (See https://github.com/HJLebbink/vsix-bug-quickinfosession). The bug of the jumping quickInfo content (see gif above) only occurs when the tooltip is resized, trigging the tooltip to be redrawn at the current mouse position. Question: Is this behavior supposed to be like this, or is it a bug? |
Hi
I'm using the new IAsync* QuickInfo API. Thanks for the help in here.
I'm not sure where to ask for help on this issue: my tooltip windows are redrawn when UserControls are clicked.
Minimal code can be found here. This behavior can also be observed with the older QuickInfo API.
Questions: would this be the place to ask this question. How to prevent that the tooltip is redrawn, or how to debug this.
The text was updated successfully, but these errors were encountered: