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

Input error on Chrome for Android #675

Closed
flowergrass opened this issue May 30, 2017 · 3 comments
Closed

Input error on Chrome for Android #675

flowergrass opened this issue May 30, 2017 · 3 comments
Labels
duplicate type/bug Something is misbehaving

Comments

@flowergrass
Copy link

There is strange input behaviour when using xterm.js in Chrome for Android as seen here
Video courtesy of @ajdlinux in this issue and the bug brought to my attention here

It looks like previous input characters are duplicated whenever a "special" character (eg backspace, enter) is pressed. However I cannot replicate the initial bug in the video where characters replace one another.

Currently affects Sourcelair and MicroPython on Unicorn which uses xterm.js version 2.6.0. The problem does not manifest in Firefox for Android 53.0.2.

  • Browser: Chrome for Android 58.0.3029.83
  • OS: Android 7.1.2
@Tyriar
Copy link
Member

Tyriar commented May 30, 2017

Likely related to not using the input event (see #469, #265).

Note that we don't explicitly support mobile yet.

@Tyriar Tyriar added the type/bug Something is misbehaving label May 30, 2017
@ghost
Copy link

ghost commented Apr 23, 2018

I've observed the same behavior in Android 5.1.1 browsers:

  • Google Chrome 65.0.3325.109
  • Firefox 59.0.2

Each time I press backspace whatever happens to be in the buffer is printed minus the last char. That output is then appended to the buffer and is repeated if I press it again.

@Tyriar
Copy link
Member

Tyriar commented Jun 3, 2018

We don't support mobile OS' currently. Track #1101 for progress on this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate type/bug Something is misbehaving
Projects
None yet
Development

No branches or pull requests

2 participants