jim-jim-jim / base2

Automatically exported from code.google.com/p/base2
0 stars 0 forks source link

Infinite recursion in EventDispatcher #90

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
There's a possibility of an infinite recursion in EventDispatcher if an event 
handler adds another 
event handler to the same object/event, ad infinitum. I've attached a HTML page 
showing this effect 
(only affects IE, of course), as well as a patch that resolves this issue.

Original issue reported on code.google.com by kho...@gmail.com on 25 May 2008 at 8:10

Attachments:

GoogleCodeExporter commented 9 years ago
And a patch too! Thanks!

Original comment by dean.edw...@gmail.com on 26 May 2008 at 2:10

GoogleCodeExporter commented 9 years ago
Fixed in trunk:

http://base2.googlecode.com/svn/trunk/lib/

Original comment by dean.edw...@gmail.com on 27 May 2008 at 3:26