I integrated JIDE 3.3.3 and checked into trunk. Most things look ok, but found that some of the Grids have issues. Here are some :
1. Key Assist if you quick filter
2. SQL Log
3. SQL History
4. View Log
|
12 KB
|
13 KB
|
54 KB
|
13 KB
Also selection problems in the version control history dialog.
The original fix was to turn off grid for the row header table. Now row header table's setFillsGrids(false) is called instead so that the grids are drawn, but not extend down to empty table area. This is related to #8789.
The original fix was to turn off grid for the row header table. Now row header table's setFillsGrids(false) is called instead so that the grids are drawn, but not extend down to empty table area. This is related to #8789.
Issue #6395 |
Closed |
Fixed |
Resolved |
Completion |
No due date |
Fixed Build 12.0.0-dev-132 |
No time estimate |
1 issue link |
relates to #8789
Issue #8789Changes to our grid highlight for usability |
Also selection problems in the version control history dialog.