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

Switching slides is unreliable in Firefox #112

Open
meithecatte opened this issue Jan 29, 2021 · 0 comments
Open

Switching slides is unreliable in Firefox #112

meithecatte opened this issue Jan 29, 2021 · 0 comments

Comments

@meithecatte
Copy link

Steps to reproduce:

  1. Create a new deck:
    npm init code-surfer-deck my-deck
    cd my-deck
    npm start
    
  2. Open localhost:8000 in Firefox.
  3. Press right arrow a few times.

What will eventually happen is that Code Surfer doesn't react to one right-arrow press, and doesn't advance the step from 1 to 2. Next time the key is pressed, the code will jump instantly to 2 and then animate between 2 and 3.

To reproduce this more reliably, when Code Surfer doesn't respond to a right-arrow press, press the left-arrow instead. This will jump instantly to 2 and then animate back from 2 to 1 - this allows you to observe the behavior when it happens on slide 3 of the example deck, which has only two steps.

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

1 participant