View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002756 | JEDI VCL | 00 JVCL Components | public | 2005-03-15 09:46 | 2005-03-15 12:04 |
Reporter | tomatoman | Assigned To | user72 | ||
Priority | normal | Severity | major | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 3.00 BETA 2 | ||||
Target Version | Fixed in Version | 3.00 | |||
Summary | 0002756: TJvStringGrid.SortGrid Fixed parameter interpretation mismatch | ||||
Description | The SortGrid method in JVCL 2.1 interpreted the Fixed parameter as fixed columns (i.e. Fixed = true resulted in sorting the fixed column(s) as well). This behaviour changed in 3.0 and now the Fixed parameter is used for columns as well as rows, making it impossible to sort a grid with 1 fixed row and 1 fixed column if one wants to include the fixed columns in the sort (but leave the fixed row alone). See ExchangeGridRows where Fixed is applied to columns vs. InvertGrid where fixed is applied to rows. Since SortGrid sorts only rows, it is unlikely that the fixed rows would ever need to be sorted, therefore the 2.1 code was correct (IMHO). Modified unit included | ||||
Tags | No tags attached. | ||||
2005-03-15 09:46
|
JvStringGrid.pas (41,624 bytes) |
|
Fixed in CVS (JVCL_300_PREPARATION branch) |
|
Also updated in HEAD branch |
Date Modified | Username | Field | Change |
---|---|---|---|
2005-03-15 09:46 | tomatoman | New Issue | |
2005-03-15 09:46 | tomatoman | File Added: JvStringGrid.pas | |
2005-03-15 11:59 |
|
Status | new => resolved |
2005-03-15 11:59 |
|
Resolution | open => fixed |
2005-03-15 11:59 |
|
Assigned To | => user72 |
2005-03-15 11:59 |
|
Note Added: 0006710 | |
2005-03-15 12:04 |
|
Note Added: 0006711 |