Thank you for reporting this bug. We will make it our priority to review this report.
Disabling or Removal of Filteres Has No Effect in TreeStore
Disabling or Removal of Filteres Has No Effect in TreeStore
Required Information
Version(s) of Ext GWT
GXT 3.1.2Browser versions and OS
(and desktop environment, if applicable)
Virtual Machine
NoDescription
After adding a filter to TreeStore, calling removeFilters() or setEnableFilters() does nothing.Run mode
BothSteps to reproduce the problem
- Create and populate a Tree with a TreeStore
- Enable filters
- add a filter
- remove the filter or disable filters
Expected result
Removing or disabling filters should enable and show filtered items.Actual result
The filtered items are still hidden.Test case
Code:
folderTreeStore.setEnableFilters(true);
folderTreeStore.addFilter(filter);
List<Folder> filtered = folderTreeStore.getAll();
folderTreeStore.removeFilters();
folderTreeStore.setEnableFilters(false);
Helpful InformationPossible fix
Do not call isFiltered() in TreeStore.applyFilters()
Disabling or Removal of Filteres Has No Effect in TreeStore
Aucun commentaire:
Enregistrer un commentaire