-
Task
-
Resolution: Fixed
-
P3
-
12
-
b23
-
generic
-
generic
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8236381 | 11.0.7-oracle | Manukumar V S | P3 | Resolved | Fixed | b01 |
JDK-8236724 | 11.0.7 | Abdul Kolarkunnu | P3 | Resolved | Fixed | b01 |
There are multiple issues in different L&Fs.
GTK and Motif L&F:
1) There are two JLists according JDK implementation, one is to list folders and second one one is to list files, but current jemmy JFileChooserOperator implementation didn't consider this, it expects only one JList that is to list files.
2) Open button text is "OK", not "OPEN"
Aqua, GTK and Motif L&F:
1) GO Home, Up Level button, List and Details view functionalities are not available.
Windows & Windows Classic L&F:
1) There is no 'Go Home' button, but there is a toggle button to go desktop. In Windows platform 'Go Home' button usually(In metal and nimbus L&F) navigates to Desktop only.
2) List and Details views are implemented as a popup menu item in JDK, not toggle buttons.
GTK and Motif L&F:
1) There are two JLists according JDK implementation, one is to list folders and second one one is to list files, but current jemmy JFileChooserOperator implementation didn't consider this, it expects only one JList that is to list files.
2) Open button text is "OK", not "OPEN"
Aqua, GTK and Motif L&F:
1) GO Home, Up Level button, List and Details view functionalities are not available.
Windows & Windows Classic L&F:
1) There is no 'Go Home' button, but there is a toggle button to go desktop. In Windows platform 'Go Home' button usually(In metal and nimbus L&F) navigates to Desktop only.
2) List and Details views are implemented as a popup menu item in JDK, not toggle buttons.
- backported by
-
JDK-8236381 Enable different look and feel tests in SwingSet3 demo test FileChooserDemoTest
- Resolved
-
JDK-8236724 Enable different look and feel tests in SwingSet3 demo test FileChooserDemoTest
- Resolved