Skip to content

Color Picker does not follow the cursor. #34205

Closed
@hua03

Description

  • VSCode Version: 1.16.0
  • OS Version: Window10

Steps to Reproduce:

  1. open your VS Code.
  2. new a CSS file.
  3. paste this to you file
.wrap {
  display: inline-block;
  width: 300px;
  height: 300px;
  margin: 20px;
  background: repeating-linear-gradient(45deg, red, red 10px, orange 10px,orange 20px);
}
  1. Put your cursor over here orange

Reproduces without extensions: Yes

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

Labels

bugIssue identified by VS Code Team member as probable bugeditor-hoverEditor mouse hoververifiedVerification succeeded

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions