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

Cursor animations expand, smooth, phase are stuck after 10 reps #36128

Closed
MilanLes opened this issue Oct 12, 2017 · 1 comment
Closed

Cursor animations expand, smooth, phase are stuck after 10 reps #36128

MilanLes opened this issue Oct 12, 2017 · 1 comment
Assignees
Labels
*as-designed Described behavior is as designed editor-core Editor basic functionality

Comments

@MilanLes
Copy link

  • VSCode Version: Code 1.16.1 (27492b6, 2017-09-14T16:38:09.760Z)
  • OS Version: Windows_NT ia32 10.0.10586
  • Extensions:
Extension Author (truncated) Version
p5js-snippets aci 0.0.6
cpptools ms- 0.13.1
csharp ms- 1.12.1
PowerShell ms- 1.4.3
debugger-for-chrome msj 3.3.1

Steps to Reproduce:

  1. Go to User Settings
  2. save of these setting for cursor
  • "editor.cursorBlinking": "expand"
  • "editor.cursorBlinking": "smooth"
  • "editor.cursorBlinking": "phase"
  1. after 10 expansions, cursor is frozen at full expanded size

Issue is reproducible with every type of cursor (line, block, underline and thin variations)

Workaround: force redrawing of cursor (write any character, move cursor, scroll page so cursor is not visible and then scroll back...)

Reproduces without extensions: Yes

@vscodebot vscodebot bot added editor editor-core Editor basic functionality labels Oct 12, 2017
@alexdima
Copy link
Member

alexdima commented Oct 20, 2017

This is to prevent high CPU usage when vs code is idle. See #22900 (comment)

@alexdima alexdima added the *as-designed Described behavior is as designed label Oct 20, 2017
@vscodebot vscodebot bot locked and limited conversation to collaborators Dec 4, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
*as-designed Described behavior is as designed editor-core Editor basic functionality
Projects
None yet
Development

No branches or pull requests

2 participants