You found a bug! We've classified it as
EXTJS-20091
.
We encourage you to continue the discussion and to find an acceptable workaround while we work on a permanent fix.
-
Sencha User
Classic toolkit: setLoading and setDisable bug
Ext version tested:
Browser versions tested against:
Description:After execute following commands:
Code:
container.setDisabled(true);
container.setLoading(true);
container.setLoading(false);
container.setDisabled(false);
the container was remained disabled. If swap two last methods:
Code:
container.setDisabled(true);
container.setLoading(true);
container.setDisabled(false);
container.setLoading(false);
it worked correct
Steps to reproduce the problem:
The result that was expected:
The result that occurs instead:
-
Thanks for the report! I have opened a bug in our bug tracker.