Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

Quick View popup closes and reopens when moving the mouse rightward #5426

Closed
njx opened this issue Oct 4, 2013 · 8 comments
Closed

Quick View popup closes and reopens when moving the mouse rightward #5426

njx opened this issue Oct 4, 2013 · 8 comments

Comments

@njx
Copy link

njx commented Oct 4, 2013

  1. Open a CSS file with some colors in it
  2. Mouse over a color value so the Quick View appears
  3. Move the mouse rightward over the color value

Result: When you get close to the right edge of the color value (without actually leaving it), the Quick View popup closes and reopens. This doesn't happen over the left edge.
Expected: Should stay open as long as you're over the value, and close when you move outside.

@ghost ghost assigned redmunds Oct 4, 2013
@njx
Copy link
Author

njx commented Oct 4, 2013

Low priority to @redmunds (just picked you at random, feel free to reassign)

@peterflynn
Copy link
Member

If we fixed #4656 it might make this bug invisible

@marcelgerber
Copy link
Contributor

Sorry for the spam, but I just can't handle the git shell (maybe I should try a bit next time)... But this is the tested fix for this issue.

@redmunds
Copy link
Contributor

I'm pretty sure that this was introduced with the fix for "QuickView appears when hovering past the end of a line" (#5102), so we'll need to make sure this is not broken with the fix for this one.

redmunds added a commit that referenced this issue Oct 15, 2013
Fix for #5426 (Quick View popup closes & reopens when moving mouse rightward)
@ghost ghost assigned njx Oct 15, 2013
@redmunds
Copy link
Contributor

FBNC back to @njx .

@marcelgerber
Copy link
Contributor

The only problem left I can see is:

  1. Type this in a new css file:
    background: #fff;
  2. Hover over the semicolon

The QuickView is shown.
But I think that was there before, too.

@redmunds
Copy link
Contributor

That's a known issue that's related to how CodeMirror determines what char the mouse is over.

@njx
Copy link
Author

njx commented Oct 21, 2013

Confirmed, closing.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants