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

'End' key does not work in large file #31549

Closed
michelkaporin opened this issue Jul 27, 2017 · 1 comment
Closed

'End' key does not work in large file #31549

michelkaporin opened this issue Jul 27, 2017 · 1 comment
Assignees
Labels
*duplicate Issue identified as a duplicate of another issue(s)

Comments

@michelkaporin
Copy link
Contributor

michelkaporin commented Jul 27, 2017

Testing #30243.

  1. Generate file as in Change all occurrences in a single 100MB line leads to a crash when autosave on #31545.
  2. Click on the first line somewhere to see a cursor, press 'End' key on the keyboard.

Expectation: navigating to the end of the line.
Ctrl+End does not navigate to the end of the document also.

@alexdima
Copy link
Member

alexdima commented Aug 10, 2017

Duplicate of #27380

For a non wrapped line, only the first 10k chars are painted. The cursor goes to the end, its just that the end is "not painted". Chromium crashes or freezes otherwise.

@alexdima alexdima marked this as a duplicate of #27380 Aug 10, 2017
@alexdima alexdima added the *duplicate Issue identified as a duplicate of another issue(s) label Aug 10, 2017
@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 17, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
*duplicate Issue identified as a duplicate of another issue(s)
Projects
None yet
Development

No branches or pull requests

2 participants