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

🐞 I can't select a line on the editor, the pointer always goes to the end of the file #202

Open
JGeek00 opened this issue Jun 16, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@JGeek00
Copy link

JGeek00 commented Jun 16, 2023

Description

If I have for example a file with 30 lines, if I want to put the pointer on line 20, it places the pointer at the end of the file. I can only place the pointer on the first 7 lines. Same happens if you want to select for example from line 15 to line 20, you can't do it.

To Reproduce

  1. Open the attached file
  2. Try to place the cursor at line 20 (for example)
  3. The cursor will go to the end of the file
  4. Try to select from line 15 to line 20
  5. Nothing happens

Expected Behavior

I should be able to put the cursor at any point on the file

Version Information

CodeEdit: 0.0.3-alpha.35
macOS: 13.4

Additional Context

No response

Screenshots

editor-bug.mp4

server.ts.zip

@JGeek00 JGeek00 added the bug Something isn't working label Jun 16, 2023
@thecoolwinter thecoolwinter transferred this issue from CodeEditApp/CodeEdit Jun 24, 2023
@dsr432
Copy link

dsr432 commented Jul 4, 2023

To add some more info, I could only get this issue to appear in .ts files, and even at that, once edited, the issue does not persist until leaving the file and returning to it (quitting the application, switching to another file, etc.).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: 📋 Todo
Development

No branches or pull requests

2 participants