-
Bug
-
Resolution: Duplicate
-
P3
-
None
-
6u5
-
generic
-
generic
Nimbus L&F: Some JTable keybindings implementations are missing after the fix 6594825.
This is seen with the current 6u5b04 pit build, on all OS, with Nimbus L&F.
Steps to reproduce:
Run SwingSet2, tab to the table demo. The follwing scenarios do not work as expected.
1)With any cell/column of the JTable in focus press F8 --(expected) focus should move to the cell/column's header.
2)With the header in focus, press left/right arrow keys --(expected) focus should move to the header of the adjacent column.
3) With the header in focus, press Ctrl+ left/right arrow keys --(expected) the current column should swap positions with the column to its right/left.
4)With the header in focus, press Shift + Alt+ left/right arrow keys --(expected) depending on the resize mode property of the JTable the width of current column and the adjacent columns should be resized.
for 3) keys should be Alt + left or right not Ctrl
This is seen with the current 6u5b04 pit build, on all OS, with Nimbus L&F.
Steps to reproduce:
Run SwingSet2, tab to the table demo. The follwing scenarios do not work as expected.
1)With any cell/column of the JTable in focus press F8 --(expected) focus should move to the cell/column's header.
2)With the header in focus, press left/right arrow keys --(expected) focus should move to the header of the adjacent column.
3) With the header in focus, press Ctrl+ left/right arrow keys --(expected) the current column should swap positions with the column to its right/left.
4)With the header in focus, press Shift + Alt+ left/right arrow keys --(expected) depending on the resize mode property of the JTable the width of current column and the adjacent columns should be resized.
for 3) keys should be Alt + left or right not Ctrl
- duplicates
-
JDK-6630099 Nimbus L&F: JTable: Header Focus, Keybinding, Color, Sorting Issue
-
- Closed
-