premasagar / pablo

Pablo is a lightweight, expressive JavaScript SVG library. Pablo creates interactive drawings with SVG (Scalable Vector Graphics), giving access to all of SVG's granularity and power.
https://pablojs.com
MIT License
413 stars 16 forks source link

tests: Add test checking for on(), one() and oneEach() testing event delegation #71

Open AaronAcerboni opened 11 years ago

AaronAcerboni commented 11 years ago

Attempt to use native events to test rather than Pablo's trigger()

premasagar commented 11 years ago

Or rather, as well as trigger()

On 11 April 2013 15:42, AaronAcerboni notifications@github.com wrote:

Attempt to use native events to test rather than Pablo's trigger()

— Reply to this email directly or view it on GitHubhttps://github.com/dharmafly/pablo/issues/71 .

Premasagar Rose, Dharmafly http://dharmafly.com dharmafly.com / 07941 192398 premasagar.com twitter.com/premasagar L4RP.com asyncjs.com

AaronAcerboni commented 11 years ago
AaronAcerboni commented 11 years ago

These test delegation events are in a separate test suite until it is certain they are compatible with ie9