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

HTML notebook: Backspace sometimes deletes multiple characters #2417

Closed
rhstanton opened this issue Sep 19, 2012 · 5 comments
Closed

HTML notebook: Backspace sometimes deletes multiple characters #2417

rhstanton opened this issue Sep 19, 2012 · 5 comments
Milestone

Comments

@rhstanton
Copy link

Using IPython 0.13 on both OS X and Windows, I've noticed that on some occasions, when editing text in a code cell in the HTML notbook, trying to delete the last character using the usual backspace or delete key results in multiple characters being deleted.

Here's an example (enclosed in quotes, as it seems the extra spaces at the end of the line may be relevant):

"logDeltas = linspace(-10.0,4,200) # log(Delta) values for plots "

If I put the cursor immediately ater the 4 and press backspace/delete, not only the 4 but also the preceding ".0," are deleted.

If I delete the extra spaces after the comment and try again, deletion seems to work normally.

@Carreau
Copy link
Member

Carreau commented Sep 19, 2012

This should have been close by #2190 as a side effect.

Could you try with the 0.13.1 branch or current master ?

@Carreau
Copy link
Member

Carreau commented Sep 19, 2012

and it should be related to #1464

@rhstanton
Copy link
Author

That looks the same. Thanks.

Subject: Re: [ipython] HTML notebook: Backspace sometimes deletes multiple characters (#2417)

and it should be related to #1464#1464


Reply to this email directly or view it on GitHubhttps://github.com//issues/2417#issuecomment-8696905.

@rhstanton
Copy link
Author

Updating my installation solved the problem. Thanks.

@Carreau
Copy link
Member

Carreau commented Sep 19, 2012

Great.
Closing then.

@Carreau Carreau closed this as completed Sep 19, 2012
@minrk minrk added this to the no action milestone Mar 26, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants