-
28 Aug 2011 2:31 PM #1
Activate Events are not Called when animations are disabled by Overriding Ext.Anim
Activate Events are not Called when animations are disabled by Overriding Ext.Anim
Sencha Touch version tested:
- 1.1.0
- only default ext-all.css
Platform tested against:- iOS 4
- Android 2.3
Description:- The "activate" event is not called on panels when animations are globally disabled by overriding Ext.Anim. "beforeactivate" works as expected.
Code:Ext.Anim.override({ disableAnimations:true });
Steps to reproduce the problem:- Disable animations using the method I described above.
- Put an "activate" listener on a panel.
- The listener will not fire when the panel is activated.
Debugging already done:- Tested on iOS4, chrome, safari, Android 2.3.
- the "beforeactivate" event works fine when animations are disabled like this.
Twitter: lylepratt
-
29 Aug 2011 7:20 AM #2
thanks for the bug report, I've confirmed the bug and have pushed the bug report into our issue tracker
-
29 Aug 2011 7:49 AM #3
cool. let me know if I can do anything to help.
Twitter: lylepratt
-
2 Nov 2012 5:46 AM #4
The issue still exists. It is easily reproducible even on desktop browsers, Chrome and Safari. Please re-open.
Eugene
Ext.Direct for ASP.NET MVC
Looks like we can't reproduce the issue or there's a problem in the test case provided.


Reply With Quote