Skip to content
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

"editor.hover.sticky" makes the Color Picker unusable #93326

Closed
somebeaver opened this issue Mar 24, 2020 · 0 comments
Closed

"editor.hover.sticky" makes the Color Picker unusable #93326

somebeaver opened this issue Mar 24, 2020 · 0 comments
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug editor-color-picker Editor color picker widget issues insiders-released Patch has been released in VS Code Insiders verified Verification succeeded
Milestone

Comments

@somebeaver
Copy link

somebeaver commented Mar 24, 2020

  • VSCode Version: 1.43.1
  • OS Version: Darwin x64 19.3.0

Steps to Reproduce:

  1. Ensure that you have "editor.hover.enabled" set to true (which is the default).
  2. Set "editor.hover.sticky" to false (which is not the default).

Go in any file that supports color pickers like .scss or .js and write a hex color, for example, this in a .scss file:

$color: #272727;

The color picker appears when hovering on the hex value, but is unusable.

I am aware of this similar thread, however that is a feature request. I believe that this is a bug because I doubt the intention was to display an unusable color picker. Ideally the color picker would be permanently sticky or should be disabled completely when "editor.hover.sticky" is true.

Does this issue occur when all extensions are disabled?: Yes

@rebornix rebornix added polish Cleanup and polish issue editor-color-picker Editor color picker widget issues labels Jun 25, 2020
@rebornix rebornix added bug Issue identified by VS Code Team member as probable bug and removed polish Cleanup and polish issue labels Oct 9, 2020
@rebornix rebornix added this to the November 2020 milestone Nov 5, 2020
@rzhao271 rzhao271 added the verified Verification succeeded label Dec 2, 2020
@github-actions github-actions bot locked and limited conversation to collaborators Dec 22, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Issue identified by VS Code Team member as probable bug editor-color-picker Editor color picker widget issues insiders-released Patch has been released in VS Code Insiders verified Verification succeeded
Projects
None yet
Development

No branches or pull requests

4 participants
@rebornix @somebeaver @rzhao271 and others