Upgrade to 0.3.4 breaks event handling code #107
Comments
Yea I noticed this too. It doesn't appear the events are bubbling up the same. Looks like you either need to be very specific on the element or just a basic event with no selector. There was mention of a fix to the outer div issue... |
Sorry about this. It's a regression introduced by the event bug fixes in 0.3.4. @dustinsmith1024 is spot on, it seems to be that handlers with no selector and handlers where the target matches the selector work, but bubbling is broken. We'll have a fix out shortly. |
Thanks for the update Dustin and David, Will be waiting for the fix :) On 28 April 2012 23:24, David Greenspan <
|
fixed in 523c60d |
I upgraded to 0.3.4 today and my event handling code (specified through maps in template) is not working for some of the selectors. Basic click handlers are working, but the moment I specify any selectors, it doesn't work properly. I did not find any specific documentation for migration to 0.3.4 specific to this part. I downgraded to 0.3.3 and my app was restored.
Has anyone else also faced similar issue ? or I am missing something basic.
The text was updated successfully, but these errors were encountered: