-
Notifications
You must be signed in to change notification settings - Fork 29.2k
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
Color picker: when user start changing color the picker should not easily close #33568
Comments
This has become a bit annoying for me as well; if I start changing the colour, I'd like the picker to stay around until I'm done. |
As soon as I move my cursor a single pixel, the color picker closes Version: 1.66.0 |
I have exactly this problem the first time I click a given color box, and then if I use the same color box again right away, the problem goes away. I used to think I was just being more careful the second time around, but on further inspection I think this is part of the bug. |
This comment was marked as spam.
This comment was marked as spam.
Please work on this, its should be as simple as adding some padding and changing the colose condition right?. This is just so anoying. |
Hi earlier this year we have made it that when a hover is focused, it should no longer close when hovering out of it. This applied to the color picker, and you can use this feature to keep it open. Additionally if you want to make the color picker and the other hovers disappear less quickly, you can configure the hiding delay with the setting This issue will be closed. If you have more improvements suggestions or bugs to fix, you can open a new issue in the vscode repo. |
Steps to Reproduce:
Reproduces without extensions: Yes
Proposition:
I would rather argue that if the user starts changing the color, then it's most probably he wants to stay in the picker until he decides that the color is acceptable (or not by clicking back on the original color). If you try Chrome for example, the picker stays open until you click away. I think this could be a better approach, and/or add a "x" on the top corner... but please only implement this behavior after the user starts changing the color.
Compare this to Chrome developer tool, it never closes unless we click outside the picker
The text was updated successfully, but these errors were encountered: