vs-editor-api icon indicating copy to clipboard operation
vs-editor-api copied to clipboard

Tooltip windows are redrawn when clicked

Open HJLebbink opened this issue 7 years ago • 6 comments

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. window_moves

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.

HJLebbink avatar Jun 30 '18 22:06 HJLebbink

@HJLebbink can you share a repro project?

gundermanc avatar Jul 02 '18 17:07 gundermanc

@gundermanc It can be found in https://github.com/HJLebbink/vsix-bug-quickinfosession

HJLebbink avatar Jul 02 '18 17:07 HJLebbink

Great, thanks! I'll take a look soon.

gundermanc avatar Jul 02 '18 17:07 gundermanc

@gundermanc If you need any help, let me know

HJLebbink avatar Jul 11 '18 08:07 HJLebbink

I've Asked this question on msdn: https://social.msdn.microsoft.com/Forums/en-US/d0683090-0a81-46c7-9c52-2c4abf1aba31/trying-to-debug-popup-behavior?forum=vsx

HJLebbink avatar Sep 27 '18 15:09 HJLebbink

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?

HJLebbink avatar Jul 13 '19 11:07 HJLebbink