vscode icon indicating copy to clipboard operation
vscode copied to clipboard

Quick fix from hover interaction issues

Open bpasero opened this issue 5 years ago • 5 comments

Steps to Reproduce:

  1. hover over a problem
  2. click on Quick fix link

=> 🐛 menu appears somewhere? => hover closes?

I would either expect the hover to stay and the menu to appear right below, or at least that the menu appears below the problem.

cap

bpasero avatar May 09 '20 06:05 bpasero

I was looking into this a little while doing the terminal hover, it didn't see that easy to fix as it hides because of a mouseout event. Maybe the mouseout listener needs to get disabled in favor of a context menu close event at that point?

Tyriar avatar May 09 '20 12:05 Tyriar

I'd like to work on this issue, is it still open?

tabaddor avatar May 25 '20 15:05 tabaddor

Yes it is.

sandy081 avatar May 25 '20 17:05 sandy081

@sbatten has been working on a workaround for the same thing for the lightbulb button and the custom dropdown.

Tyriar avatar May 26 '20 14:05 Tyriar

the fix @Tyriar mentioned is in but let's have it out for some time before adopting in more places, though this requires a second step of multiple context views if i understand correctly.

sbatten avatar Aug 06 '20 01:08 sbatten