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

Issues with demo in Android Chrome #2

Open
dragon788 opened this issue May 27, 2017 · 1 comment
Open

Issues with demo in Android Chrome #2

dragon788 opened this issue May 27, 2017 · 1 comment

Comments

@dragon788
Copy link

dragon788 commented May 27, 2017

  1. Backspace doesn't work after first command is run
  2. After running first command the first word of the next commands is doubled, which is even worse due to the first bug because without Ctrl+C on the normal Android keyboards you are stuck.

Test scenario:

>>> import micropython
>>> dirdir(micropython) # was just trying for one for
#If I hit backspace now I get this, one print per press
>>> dirdir(micropython dirdir(micropytho dirdir(micropyth
#ad nauseum, these are put the current command line instead of being redrawn in place
@dpgeorge
Copy link
Member

Thanks for the report, I can confirm the bug with my set-up. It looks like pressing "enter" duplicates a lot of previously-typed characters.

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

2 participants