Hi there is an issue with the new event model in 1.1.1 and the slideshow plugin. The new event model requires to add an event and breaks handling of the next and prev features in the slideshow plugin.
Adding a event parameter to the onBeforeClick handler seems to solve the issue.
tools.tabs.slideshow-1.0.1.js
line 171
onBeforeClick(function(i) {
becomes
api.onBeforeClick(function(event, i) {
Can you guys have a quick look please?
Just a quick question since I struggled a bit to find out and my javascript background is quite light, what tool set are you using to develop the library? Do you have any automated testing procedure?
Anyway thanks for the great lib!
Regards
Alexandre
Adding a event parameter to the onBeforeClick handler seems to solve the issue.
tools.tabs.slideshow-1.0.1.js
line 171
onBeforeClick(function(i) {
becomes
api.onBeforeClick(function(event, i) {
Can you guys have a quick look please?
Just a quick question since I struggled a bit to find out and my javascript background is quite light, what tool set are you using to develop the library? Do you have any automated testing procedure?
Anyway thanks for the great lib!
Regards
Alexandre
