simon.betton
23 Jun 2010, 8:38 PM
There is a bug in creating a vertically scrolling carousel. I have gone into the source file of ext-touch-debug.js and changed the values there also, and it still doesn't work.
Around line: 15152
this.scroll = {
bounces: false,
momentum: false,
horizontal: false,
vertical: true
};
Around line: 15152
this.scroll = {
bounces: false,
momentum: false,
horizontal: false,
vertical: true
};