What steps will reproduce the problem?
1. Create a basic page with any div.
2. Attach a 'webkitTransitionEnd' event to that div with an alert in the listener.
3. Add iScroll and attach it to any div.
4. Try to scroll.
What is the expected output? What do you see instead?
It appears that the 'webkitTransitionEnd' event that iScroll attaches to the document is bubbling up through the DOM to any other listeners added on the page.
What version of the product are you using? On what operating system?
2010.10.08 – v3.7.1 on iPad
Please provide any additional information below.