-
Notifications
You must be signed in to change notification settings - Fork 30.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Colour picker's sticky hover doesn't work when hover is disabled #179575
Comments
Thanks for creating this issue! It looks like you may be using an old version of VS Code, the latest stable release is 1.77.1. Please try upgrading to the latest version and checking whether this issue remains. Happy Coding! |
I’m sorry I can’t be on the computer at all times and I don’t get these
emails till the end of the day when I’m doing my settle down task and
sometimes I get hung up and sidetracked for the hour. Apologize if you can
help me get my stuff back on track. I would greatly appreciate it. What do
I need to do for some reason? My phone is not active at the moment I’m
trying to troubleshoot that as well I don’t know what happened. It is an
older phone.
…On Sun, Apr 9, 2023 at 5:24 PM VSCode Triage Bot ***@***.***> wrote:
Thanks for creating this issue! It looks like you may be using an old
version of VS Code, the latest stable release is 1.77.1. Please try
upgrading to the latest version and checking whether this issue remains.
Happy Coding!
—
Reply to this email directly, view it on GitHub
<#179575 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A4VFLCPO3SGYXOVBAY6E2SDXAMSKFANCNFSM6AAAAAAWYKWQSU>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
I think that the color picker should be activated by clicking the color decorator and closed manually rather than when the mouse leaves the color picker. The current behavior is unintuitive to me, and this issue (along with a general lack of configurability in this area as noted by other issues) prevents me from implementing my preference of behavior. The color picker shouldn't close automatically if the user has interacted with it at all, whether that's through clicking the color decorator or by changing the color. The latter issue is covered by #33568. |
Does this issue occur when all extensions are disabled?: Yes
Steps to Reproduce:
"editor.hover.enabled": false
in settings.json, and ensure"editor.hover.sticky"
is either not set (default istrue
), or is set explicitly totrue
.color
property in a CSS style rule.I also observe that if one uses the
Show or Focus Hover
command instead with these settings, the mouse can enter the opened hover area just fine without it auto-closing.Possibly related issue tickets: #40634, #139746, #69066
The text was updated successfully, but these errors were encountered: