Thank you for reporting this bug. We will make it our priority to review this report.
-
Sencha Premium User
Endless loading of filtered tree node with unsuccessful server response
Ext version tested:
Browser versions tested against:
- Firefox 52.0
- Chromium 51.0.2684.0
Description:
When using a treepanel with local filters and a store with ajax proxy and a request fails, the request is repeated endlessly.
Steps to reproduce the problem:
- Expand the node in fiddle.
The result that was expected:
The result that occurs instead:
-
Sencha - Support Team
Hi--,
Perhaps I'm misunderstanding your use-case, you're trying to load results remotely but filter locally or are you intended to handle the filters remotely as well?
If you're wanting to handle filters remotely does adding remoteFilter: true to your store definition produce a better result?
Bryan
-
Sencha Premium User

Originally Posted by
bjdurham85
Hi--,
Perhaps I'm misunderstanding your use-case, you're trying to load results remotely but filter locally or are you intended to handle the filters remotely as well?
If you're wanting to handle filters remotely does adding remoteFilter: true to your store definition produce a better result?
Bryan
Remotely loaded data, local filter. The server interface I have to use here is not able to sort.
-
Sencha Premium User
As a dirty workaround we transform "success: false" to "success: true" now. See workaround comment in fiddle.