-
4 Oct 2010 11:54 PM #1
[DEFER] Ext.Fx: the 'remove: true' fx config flag does nothing
[DEFER] Ext.Fx: the 'remove: true' fx config flag does nothing
Ext version tested:
- Ext 3.2.1
Adapter used:
- ext
css used:
- ext-all.css
- Opera 10.62, FF 3.6.10, Chrome 7
- IE8 on Windows 7
Operating System:
- Ubuntu 10.04
- Windows 7
Description:
The setting the 'remove' animation config flag to true doesn't actually remove the element at the end of animation. No matter what element, no matter what effect. Just open any ExtJS demo online and type something like:
The element will remain after the effect finishes.Code:Ext.fly('ext-gen71').move('r', 100, {duration: 1, remove: true})
I hope this would be fixed quickly, it's a small but very unpleasant issue!
-
4 Oct 2010 11:59 PM #2
The only workaround for now is to write a callback like so:
Of course this is very inconvenient...Code:Ext.fly('ext-gen71').move('r', 100, {duration: 1, callback: function(el) {el.remove()}})
-
6 Oct 2010 3:21 AM #3
Can anyone provide a quick fix/workaround for convenience?
Thank you for reporting this bug. We will make it our priority to review this report.
Similar Threads
-
[DEFER-650] Toolbar Overflow does not handle button hide/remove correctly
By SimonDeNooij in forum Ext 3.x: BugsReplies: 8Last Post: 6 Aug 2010, 7:46 AM -
[2.2.1] Ext.ToolTip doesn't respect constrainPositon:true config when tracking mouse.
By MaximGB in forum Ext 2.x: BugsReplies: 0Last Post: 30 Mar 2009, 9:44 AM -
[FIXED] [2.1][DUP] Ext.Component.saveState() ignoring stateful config flag
By JELaVallee in forum Ext 2.x: BugsReplies: 3Last Post: 5 Mar 2009, 11:52 AM


Reply With Quote