Lillian Angel wrote:
The JTree is coming along really well.
Some other issues:
- if a directory node is selected, and you press the left arrow key, the
control icon collapses, but the directory does not. I am not sure if it
should, but it should be consistant with the icon.
Confirmed.
- Clicking on nodes does not work after using the arrow keys to
expand/collapse nodes.
I cannot reproduce this. Expanding and collapsing with arrow keys have
no effect on the
functionality of the mouse click handling in my build.
- If a child node of a directory is selected, and the left arrow key is
pressed, then the directory collapses. I think this is wrong... it
should expand/collapse when a parent node is selected, not the child.
- When a parent is expanded/collapsed using the arrow keys, then the
first child is selected. This is wrong, the parent should remain
highlighted.
- The left/right arrow keys on the root node do not work properly. The
control icons collapse/expand, but the actual children of the parent
remain in the same state (expanded if they were expanded before the key
presses).
These are confirmed. The general conception of the expanding/collapsing
with the arrow keys
differs from the Sun's idea a little bit. This will not be difficult to
modify.
Great testing work. Thanks. Regards.
Audrius.