ryoung2504
23 Oct 2007, 4:17 AM
If I press the down key on a tree node it uses the selectNext() method of Ext.tree.DefaultSelectionModel. This works fine most of the time except when a filter has been applied to the tree. I would expect the down key to be linked into a selectNextVisible() function. (obviously this would need to be written).