davidaurelio / TouchScroll

TouchScroll is a JavaScript- and CSS 3-based scroller for devices using Webkit Mobile. It is meant to mimic “native” scrolling feeling and behavior as much as possible.
http://uxebu.com/blog/2010/04/27/touchscroll-a-scrolling-layer-for-webkit-mobile/
BSD 2-Clause "Simplified" License
474 stars 61 forks source link

End of scroll is triggering click on anchor elements #9

Open ghost opened 13 years ago

ghost commented 13 years ago

At the end of a scroll, click events are being initiated on elements that weren't touched. This is a new issue that has been introduced within the past few days of changes. Can't scroll without it having unintended click events being fired.

davidaurelio commented 13 years ago

Thanks for reporting … actually, I’m already working on this. I just couldn’t push to github yet. Sorry for currently having a messed-up master branch. If you clone the repo and then do git checkout cca7b03 you’ll get a working state.

ghost commented 13 years ago

Thanks for the update. I already rolled back to that revision. I'll keep an eye out for your fixes. I noticed you had gotten the