I am creating a new table and adding new columns. If I change the datatype of the current row then use mouse down arrow to go to the next row and can't start typing to change the datatype. It looks like it is losing focus.
ADS 11-JIDE-2.11.4 = Works
ADS 12-JIDE-3.4.6 = Does Not Work
ADS 13-JIDE-3.4.8 = Does Not Work
See TableDialog._scrollColumn = CEditableTableScrollPane (modified by larion on 5/30 & 6/3 - 2012)
Field | Old Value | New Value |
---|---|---|
Dev Assignee | NielsGron (Niels Gron) | Larion (Larion Vasilkovsky) |
QA Assignee | Larion (Larion Vasilkovsky) | NielsGron (Niels Gron) |
Field | Old Value | New Value |
---|---|---|
Resolution | Fixed | |
Resolved Date | Nov 7, 2012 5:44 PM | |
Status | New | Resolved |
Looks like there is a bug in Java 1.6. We have a workaround, which we removed because Java 1.7 fixed it. But we ended up not going with Java 1.7 for now. Here are tests on different 12.0 builds ...
ADS 12-beta-14 - works
ADS 12-beta-27 - works
ADS 12-beta-39 - works
ADS 12-beta-40 - Java 1.7 - works - svn 29300 - 9/17/2012
ADS 12-beta-41 - Java 1.6 - fails - svn 29301 - 9/18/2012
ADS 12-beta-43 - fails
ADS 12-beta-46 - fails
ADS 12-rc-1 - fails
Looks like there is a bug in Java 1.6. We have a workaround, which we removed because Java 1.7 fixed it. But we ended up not going with Java 1.7 for now. Here are tests on different 12.0 builds ...
ADS 12-beta-14 - works
ADS 12-beta-27 - works
ADS 12-beta-39 - works
ADS 12-beta-40 - Java 1.7 - works - svn 29300 - 9/17/2012
ADS 12-beta-41 - Java 1.6 - fails - svn 29301 - 9/18/2012
ADS 12-beta-43 - fails
ADS 12-beta-46 - fails
ADS 12-rc-1 - fails
Field | Old Value | New Value |
---|---|---|
Status | Resolved | Closed |
Issue #7918 |
Closed |
Fixed |
Resolved |
Completion |
No due date |
No fixed build |
No time estimate |
ADS 11-JIDE-2.11.4 = Works
ADS 12-JIDE-3.4.6 = Does Not Work
ADS 13-JIDE-3.4.8 = Does Not Work
See TableDialog._scrollColumn = CEditableTableScrollPane (modified by larion on 5/30 & 6/3 - 2012)