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

Double click on next/prevoius causes a bug #88

Open
barnabashub opened this issue Nov 17, 2023 · 0 comments
Open

Double click on next/prevoius causes a bug #88

barnabashub opened this issue Nov 17, 2023 · 0 comments

Comments

@barnabashub
Copy link

When an animation is going on and you click once more to the next/previous button, the animation will go only until one step. But when you click next time it will change as you skiped a step and can cause some unwanted working. I show it in 3 examples.

  1. example:
  • We are on step 4 and click the previus button.
  • While the animation is going on we click on the previous button again.
  • We arrive to step 3, like the second click means nothing.
  • We click on the previus button again.
  • We can see the animation of going to step 2 from step 3.
  1. example:
  • We are on step 3 and click the previous button.
  • While the animation is going on we click on the previous button again.
  • We arrive to step 2, like the second click means nothing.
  • But the previus button is not enabled. So we can not reach step 1.
  1. example
  • We are on step 3 and click the next button. We have 4 steps all.
  • While the animation is going on we click on the previous button.
  • We arrive to step 4, but the next button is enabled even though it's the last step.
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