oxi
10 Mar 2007, 9:29 AM
If you have a look at the two tree's example from http://www.yui-ext.com/deploy/ext-1.0-alpha3/examples/tree/two-trees.html, then you will notice, that the mousewheel effects the scrollbar of the tree div where your mouse is currently positioned.
I would like to achieve simular behaviour, but for the key navigation, so that you can navigate the tree, where your MOUSE PASSED THE TREE DIV THE LAST TIME. That means when you navigate your mouse over the first tree, then it's focused and you can navigate it by tree, even if your mouse is not over the tree anymore. But as soon as your mouse enteres the area of a different tree div (second tree), then the focus changes to that tree and you can navigate it.
Further I would like to be able to toggle this functionality to back to the old behaviour where you can only navigate the tree that you last clicked on. I would call that toggle functionality something like "sticky tree key navigation toggle".
I hope you know what I mean.
I would like to achieve simular behaviour, but for the key navigation, so that you can navigate the tree, where your MOUSE PASSED THE TREE DIV THE LAST TIME. That means when you navigate your mouse over the first tree, then it's focused and you can navigate it by tree, even if your mouse is not over the tree anymore. But as soon as your mouse enteres the area of a different tree div (second tree), then the focus changes to that tree and you can navigate it.
Further I would like to be able to toggle this functionality to back to the old behaviour where you can only navigate the tree that you last clicked on. I would call that toggle functionality something like "sticky tree key navigation toggle".
I hope you know what I mean.