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

tour: can't edit code on Nexus 5X #14912

Open
dmytrobr opened this issue Mar 22, 2016 · 10 comments
Open

tour: can't edit code on Nexus 5X #14912

dmytrobr opened this issue Mar 22, 2016 · 10 comments
Milestone

Comments

@dmytrobr
Copy link

Please answer these questions before submitting your issue. Thanks!

  1. What version of Go are you using (go version)?
  2. What operating system and processor architecture are you using (go env)?
    https://tour.golang.org/methods/4
  3. What did you do?
    If possible, provide a recipe for reproducing the error.
    A complete runnable program is good.
    A link on play.golang.org is best.

Can't edit code in sandbox from Go tutorial on my Nexus 5x. I'm able to type nee code, but existing code "backspace" does not work ( does nothing)

  1. What did you expect to see?
    I should be able to edit code in go sandbox as any other web form
  2. What did you see instead?
@dmytrobr
Copy link
Author

Why did you close it?

@minux minux changed the title tour: [REPLACE WITH SHORT DESCRIPTION] tour: can't edit code on Nexus 5X Mar 22, 2016
@minux minux reopened this Mar 22, 2016
@davecheney
Copy link
Contributor

I am very sorry, this was an accident.

@dmytrobr
Copy link
Author

Thank you for updating title anyway :)

@ianlancetaylor ianlancetaylor added this to the Unreleased milestone Mar 22, 2016
@ianlancetaylor
Copy link
Contributor

CC @campoy

@campoy
Copy link
Contributor

campoy commented Apr 18, 2016

I can confirm this is a bug, I can also confirm this is really weird and help is welcome 😄
Working on it now

@nathany
Copy link
Contributor

nathany commented Apr 19, 2016

Does it make any difference whether syntax highlighting is on or off?

Does https://play.golang.org also misbehave or does backspace work fine there?

(I don't have a Nexus 5X to test on)

@nathany
Copy link
Contributor

nathany commented Apr 19, 2016

Here is a related issue in CodeMirror:

codemirror/codemirror5#2234 (comment)

@peggyl
Copy link

peggyl commented Apr 19, 2016

I don't believe it's specific to Nexus 5X. I was able to reproduce on Nexus 6 (phone) and Nexus 9 (tablet), both on Android 6.0.1.

Edit: also, backspace works fine with the Google Hindi Input and Google Zhyin Input keywords, just not the default Google (English) keyboard.

@nathany
Copy link
Contributor

nathany commented Apr 19, 2016

Most likely a problem on any Android device. It sounds like a newer version of CodeMirror will solve the problem, though of course it needs testing. I'd help but I don't have any Android devices 😱 and I think @campoy has it under control.

Thanks for reporting the issue @dmytrobr.

@dmytrobr
Copy link
Author

https://play.golang.org work fine, btw.

One more detail, I can use backspace on the text I typed in. Until I press format button. After that backspace doesn't work on any text. Syntax on/off does not make any difference.

Thank you for following up on this

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

7 participants