-
3 Nov 2011 6:03 PM #1
Ext.anim.run issues
Ext.anim.run issues
Ext version tested:
- PR1
Description:- Ext.Anim.run 'autoClear' config does not work (style is dirty at the end of animation).
- Ext.Anim.run appends target element z-index with 1 (1 -> 11 -> 111 -> ...) breaks overlays after a few anims.
- Ext.Anim.run 'after' config does not work.
-
3 Nov 2011 6:17 PM #2
z-index issue comes from fade animation, curZ is a string & zIndex = curZ + 1 -> 11.
still at some point it will conflict with overlays (like 100 anim on a button or a form).
-
4 Nov 2011 6:02 AM #3Sencha - Senior Forum Manager
- Join Date
- Mar 2007
- Location
- St. Louis, MO
- Posts
- 33,641
- Vote Rating
- 434
Thanks for the report.
Mitchell Simoens @SenchaMitch
Sencha Inc, Senior Forum Manager
________________
http://www.JSONPLint.com - Source to lint your JSONP!
Check out my GitHub, lots of nice things for Ext JS 4 and Sencha Touch 2
https://github.com/mitchellsimoens
Think my support is good? Get more personalized support via a support subscription. https://www.sencha.com/store/
Need more help with your app? Hire Sencha Services services@sencha.com
Want to learn Sencha Touch 2? Check out Sencha Touch in Action that is almost in print!
When posting code, please use BBCode's CODE tags.
-
21 Jan 2012 3:41 PM #4
Sencha Inc.
Robert Dougan - @rdougan
Sencha Touch 2 and Ext JS 4 Core Team Member, SASS/Theming Wizard.
Success! Looks like we've fixed this one. According to our records the fix was applied for
TOUCH-975
in
2.0.


Reply With Quote