-
Bug
-
Resolution: Fixed
-
P4
-
5.0
-
beta
-
x86
-
windows_2000
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2116819 | 5.0u3 | Andrey Pikalev | P4 | Closed | Won't Fix |
JTree traversal is unlike Native windows tree traversal.
Steps to reproduce:
--------------------
1) Open Windows Explorer
2) Go to any node that has few childs(Say My Folder)
3) Now using the right arrow key traverse the this node(My folder)
4) In native windows, the tree traversal will stop at the leaf node of the parent node (My folder)
5) Now run SwingSet2 and Change the L&F to windows.
6) Go to Tree Demo.
7) Repeat step 2 and 3.
8) But the tree traversal will not stop at the leaf node of the parent ( like My folder), it will go to the last node of the tree.
This is unlike the Native windows tree behaviour
Steps to reproduce:
--------------------
1) Open Windows Explorer
2) Go to any node that has few childs(Say My Folder)
3) Now using the right arrow key traverse the this node(My folder)
4) In native windows, the tree traversal will stop at the leaf node of the parent node (My folder)
5) Now run SwingSet2 and Change the L&F to windows.
6) Go to Tree Demo.
7) Repeat step 2 and 3.
8) But the tree traversal will not stop at the leaf node of the parent ( like My folder), it will go to the last node of the tree.
This is unlike the Native windows tree behaviour
- backported by
-
JDK-2116819 JTree traversal is unlike Native windows tree traversal
-
- Closed
-
- relates to
-
JDK-6234299 REGRESSION: JTree right-arrow-expand doesn't work for lazy models
-
- Resolved
-
-
JDK-6505021 JTree KeyEvent.VK_RIGHT's "selectChild" action can't go throgh all treenodes.
-
- Closed
-