-
7 Nov 2011 12:17 PM #1
Answered: combo load mask wont disapear after stor load - still on ext 4.0.7 - How to fix this?
Answered: combo load mask wont disapear after stor load - still on ext 4.0.7 - How to fix this?
combo list wait mask wont disapear after store load (if dropdown wasnt expanded during load)
i know this was reported as bug but still in 4.0.7 its broken. Can anyone give a fix for that?
-
Best Answer Posted by skirtle
Have you tried the fixes suggested here?
http://www.sencha.com/forum/showthread.php?152324
-
7 Nov 2011 4:42 PM #2
-
7 Nov 2011 11:18 PM #3
it works. thanks... by the way - it will be fixed in 4.1.
Code:Ext.override(Ext.LoadMask, { onHide: function() { this.callParent(); } });


Reply With Quote