This repository has been archived by the owner on Sep 6, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Quick View popup closes and reopens when moving the mouse rightward #5426
Comments
ghost
assigned redmunds
Oct 4, 2013
Low priority to @redmunds (just picked you at random, feel free to reassign) |
If we fixed #4656 it might make this bug invisible |
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. |
marcelgerber
pushed a commit
to marcelgerber/brackets
that referenced
this issue
Oct 4, 2013
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
assigned njx
Oct 15, 2013
FBNC back to @njx . |
The only problem left I can see is:
The QuickView is shown. |
That's a known issue that's related to how CodeMirror determines what char the mouse is over. |
Confirmed, closing. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
The text was updated successfully, but these errors were encountered: