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

prev-slide-area and next-slide-area click don't update hash #25

Open
GoogleCodeExporter opened this issue Sep 22, 2015 · 0 comments
Open

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. Open slide template
2. Click on next slide area, on right of current slide

What is the expected output? What do you see instead?
Next slide is show, but navigation hash wasn't update

What version of the product are you using? On what operating system?
Chrome version 26.0.1410.43 on Windows 8

Please provide any additional information below.
When the methods prevSlide and nextSlide are binded to click event
the first argument is an eventArgument object
so in updateHash_ dontPush argument is an object and test !dontPush is true
To fix-it, I simple change in SlideDeck.prototype.updateSlides_
  var dontPush = opt_dontPush === true || false;

Original issue reported on code.google.com by [email protected] on 29 Mar 2013 at 5:01

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant