on the new go-tour ui keyboard shortcut are
not working at all in Firefox 32.0.3 (OS linux: ubuntu )
What steps reproduce the problem?
1. open http://2.go-tour-fr.appspot.com or http://go-tour-zh.appspot.com in firefox
32.0.3
2. press PageDown or any other defined key shortcut
What happened?
Nothing.
What should have happened instead?
Go to next step.
some notes:
the new ui works as expected on chrome 36
the old ui works as expected on firefox 32.0.3
tested with go-tour Revision: 90b120f7b8fc (on http://2.go-tour-fr.appspot.com)
P.S: should go-tour issue be reported like that or on the go-tour issue page. I see that
both are used, maybe add a note about it somewhere to clarify.
The text was updated successfully, but these errors were encountered:
FF and IE fail to populate event.keyCode, but instead populate
event.which with the key code. event.key is a DOMString of "PageUp"
or "PageDown" in this case, so remove the invalid comparision to a
numeric key code and instead compare the keycode to event.which.
Fixesgolang/go#8829
Change-Id: I7192d2e561e2be5472018d8a3b06a91ab9dab49b
Reviewed-on: https://go-review.googlesource.com/15001
Reviewed-by: Andrew Gerrand <adg@golang.org>
X-Tour-Commit: aef6c802ede697bfc71a740ccd720cc12c6de29b
FF and IE fail to populate event.keyCode, but instead populate
event.which with the key code. event.key is a DOMString of "PageUp"
or "PageDown" in this case, so remove the invalid comparision to a
numeric key code and instead compare the keycode to event.which.
Fixesgolang/go#8829
Change-Id: I7192d2e561e2be5472018d8a3b06a91ab9dab49b
Reviewed-on: https://go-review.googlesource.com/15001
Reviewed-by: Andrew Gerrand <adg@golang.org>
X-Tour-Commit: aef6c802ede697bfc71a740ccd720cc12c6de29b
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The text was updated successfully, but these errors were encountered: