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 breaks in Atom 1.1.0 #4

Closed
MethodGrab opened this issue Oct 30, 2015 · 19 comments
Closed

Cursor breaks in Atom 1.1.0 #4

MethodGrab opened this issue Oct 30, 2015 · 19 comments
Assignees
Labels

Comments

@MethodGrab
Copy link

atom-innerspace: 0.1.5

After updating to Atom 1.1.0, the cursor doesn't work correctly. It's often not visible or cannot be positioned with the mouse. Disabling atom-innerspace fixes the issue.

@danny-peters
Copy link
Member

I have noticed this same problem lately. But I don't have inner space installed. Often switching tabs alone will fix it. Sometimes the app needs to be restarted. I think it's a core atom bug.

@MethodGrab
Copy link
Author

I tried closing projects/tabs/windows/restarting several times and the only way to fix it was to disable atom-innerspace. It looks like someone else also has this problem:

Had a problem with cursor position too, since 1.1.
Found that https://atom.io/packages/atom-innerspace was the cause, uninstalled it, problem solved. — @jeekajoo [https://github.com/atom/atom/issues/9343#issuecomment-152485919]

@alexbet
Copy link

alexbet commented Oct 30, 2015

I have the same issue after installing Atom 1.1.0. I isolated the issue to the atom-innerspace plugin. When I disable the plugin, the cursor works fine.

@sertand sertand added the bug label Oct 30, 2015
@sertand sertand self-assigned this Oct 30, 2015
@sertand
Copy link
Member

sertand commented Oct 30, 2015

I can confirm that cursor is not working properly after installing Atom 1.1.0..

@ebramanti
Copy link

Thanks @MethodGrab for logging this. I've been struggling to use my editor and was unable to determine for a bit which package was causing the problem.

@Yoshi325
Copy link

Yoshi325 commented Nov 2, 2015

Gotta pile on this bandwagon. I am also experiencing this issue. Frustratingly there was no error message indicating the problem, so finding this issue was quite a trek.

@sertand
Copy link
Member

sertand commented Nov 3, 2015

I had a look at this and it seems like Atom is calculating the position of the cursor incorrectly.. It positions the cursor off screen when Innerspace inserts the whitespace characters in between words. At this point I don't think there is anything I can do but I will try contacting one of the Atom developers to see if anything can be done.

Sorry for the inconvenience everyone :(

@ebramanti
Copy link

@sertand It's OK, just glad I was able to figure out this issue.

@zmts
Copy link

zmts commented Nov 14, 2015

After update to Atom v1.2
This bug Repeats

@alexbet
Copy link

alexbet commented Nov 14, 2015

+1 after Atom 1.2

@jagalbraith
Copy link

I am jumping in here. I use Atom on both Windows and Mac side by side and I experienced this problem on both.

@ebramanti
Copy link

If this is still broken, we might want to put a note in the README.

@sertand
Copy link
Member

sertand commented Mar 9, 2016

I had to unpublish this plugin as there is no way to fix the issue due to the changes that have been made in Atom v1.1.0. It is good that Atom has this feature built in now.

@sertand sertand closed this as completed Mar 9, 2016
@MethodGrab
Copy link
Author

Where is the built-in option?

@ebramanti
Copy link

+1 to @MethodGrab's question

@jagalbraith
Copy link

The built in option is called show invisibles. You may have to upgrade your Atom version to get this if you are running an old build. The only problem is the functionality is not all there that innerspace did have. What I am talking about is the dot between all the elements showing spaces. This is very helpful in Bash scripting when you are dealing with $1 $2 $3 and so on. To view this {WINDOWS} Go in to settings and scroll down to show invisibles. {MAC/LINUX} Go in to preferences and scroll down to show invisibles.

@ebramanti
Copy link

@MethodGrab @jagalbraith Correct, looks like this still is not solved atom/atom#2572

@jagalbraith
Copy link

@jadengore Great correlation on this issue. Yes, this doesn't seem to be solved at all. Although, It is functioning as designed so it really shouldn't be considered a bug, rather, a feature request.

@MethodGrab
Copy link
Author

@jadengore thanks for the link!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

8 participants