Create table -- Cell editor right arrow key should not move to next Tab while editing a name
e.g I created a new table Test_1 with 2 cols column1 and column2
Next, I try to edit the name column1 to column_1. So I selected the first column and bring the cursor to the start of the name which is C
When I click on the Keyboard Right Arrow Key --> it should move to the next letter which is O, but in this case the cursor moves to the next tab, which is the datatype. This action should be improved so that the Right Arrow Key moves to the next position within the selected Tab.
Niels, this change possibly affects a number of dialogs - I am sure some unindended consequences will arise.
Before, left arrow and right arrow keys would navigate to a different cell, even when the user was editing.
I've changed CustomTableKeyListener such that if a cell editor is active, arrow left/right keys would not navigate away from the current cell (up and down keys will, as before). In order to go to a next table cell, the user could press ENTER, TAB, UP, DOWN, or click a mouse.
What do you think?
-a
Issue #1904 |
Closed |
Fixed |
Resolved |
Completion |
No due date |
No fixed build |
No time estimate |
Niels, this change possibly affects a number of dialogs - I am sure some unindended consequences will arise.
Before, left arrow and right arrow keys would navigate to a different cell, even when the user was editing.
I've changed CustomTableKeyListener such that if a cell editor is active, arrow left/right keys would not navigate away from the current cell (up and down keys will, as before). In order to go to a next table cell, the user could press ENTER, TAB, UP, DOWN, or click a mouse.
What do you think?
-a