Events in the latest SVN are now using addEventListener and attachEvent.
-- Brandon Aaron On 5/3/07, Dan G. Switzer, II <[EMAIL PROTECTED]> wrote:
Suni, >The calendar implementation of Ext (See here >http://www.extjs.com/deploy/ext/examples/menu/menus.html, open first menu, >choose date) is not working properly with jQuery, but is with YUI and >Prototype (you can change the active library from top right). Changing the >calendar months from the little arrows (left and right, next to the month >name) stop working after you've clicked them once. Both buttons work only >once, and with a quick glance this would indicate a problem concerning >Ext.util.ClickRepeater or Ext.util.Observable, but it's more of a guess >than anything. This has already been reporting and is filed as a bug. This has to do w/the how events are attached in the current jQuery code. I believe this is a planned fix for v1.1.3. -Dan