View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0006045 | JEDI VCL | 00 JVCL Components | public | 2012-12-05 12:03 | 2015-09-14 13:20 |
Reporter | ssslab | Assigned To | AHUser | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 3.47 | ||||
Target Version | Fixed in Version | 3.48 | |||
Summary | 0006045: Incorrect fix of the issue "Mantis 5818" in JvDBGrid.pas again | ||||
Description | When you try to resize partially displayed last colums it will always resize near left fully displayed column. Maybe the right code would be : if Index > LeftCol + VisibleColCount then Index := LeftCol + VisibleColCount; I think you should use the LeftCol property instead of the FirstVisibleColumn. Because the LeftCol property is also used in the TCustomGrid.GetVisibleColCount function. | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2012-12-05 12:03 | ssslab | New Issue | |
2013-01-15 16:05 | obones | Note Added: 0020379 | |
2013-01-15 16:05 | obones | Status | new => feedback |
2013-05-25 16:10 | AHUser | Note Added: 0020512 | |
2013-05-25 16:10 | AHUser | Status | feedback => resolved |
2013-05-25 16:10 | AHUser | Fixed in Version | => Daily / SVN |
2013-05-25 16:10 | AHUser | Resolution | open => fixed |
2013-05-25 16:10 | AHUser | Assigned To | => AHUser |
2015-09-14 13:20 | obones | Fixed in Version | Daily / GIT => 3.48 |