randolph249 / iscroll-js

Automatically exported from code.google.com/p/iscroll-js
MIT License
0 stars 0 forks source link

webkitTransitionEnd event bubbling #48

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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.

Original issue reported on code.google.com by matt.wig...@gmail.com on 23 Feb 2011 at 12:46