1) When I select a single cell, the border should have a light blue color. The actual cell background should not be changed
2) When I select multiple cells, then the cell background should have a light blue color. The text color should not be changed
3) Row #s should be displayed in light gray across all OS
4) When a cell is highlighted, the row # background color should change to a darker gray color. The foreground text color should not change.
See google xls.
o We should look into removing the "raised" effect on all platforms and see how that looks
o There also seems to be mis-alignment between the row # and the other cells that should be corrected.
Here is what I have done to the result set grid so far:
1. "Flatten" grid row/column header and fixed alignment problems
2. Change the grid color to "#e3e3e3", and row/column header color to "#f3f3f3"
3. When grid cells are selected, change corresponding row/column headers to "#c8c8c8" (foreground color unchanged)
I have not changed the display of cell selection (single or multiple) because I am not sure we should. The current cell selection complies to L&F of Swing, so I am unsure if we should diverge from it too much.
Here is what I have done to the result set grid so far:
1. "Flatten" grid row/column header and fixed alignment problems
2. Change the grid color to "#e3e3e3", and row/column header color to "#f3f3f3"
3. When grid cells are selected, change corresponding row/column headers to "#c8c8c8" (foreground color unchanged)
I have not changed the display of cell selection (single or multiple) because I am not sure we should. The current cell selection complies to L&F of Swing, so I am unsure if we should diverge from it too much.
Current changes are sufficient. Issue can be resolved.
Current changes are sufficient. Issue can be resolved.
Issue #8789 |
Closed |
Fixed |
Resolved |
Completion |
No due date |
Fixed Build 14.0.0-beta-74 |
No time estimate |
1 issue link |
relates to #6395
Issue #6395JIDE 3.3.3 integration issues |
o We should look into removing the "raised" effect on all platforms and see how that looks
o There also seems to be mis-alignment between the row # and the other cells that should be corrected.