View Issue Details

IDProjectCategoryView StatusLast Update
0006045JEDI VCL00 JVCL Componentspublic2015-09-14 13:20
ReporterssslabAssigned ToAHUser 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version3.47 
Target VersionFixed in Version3.48 
Summary0006045: Incorrect fix of the issue "Mantis 5818" in JvDBGrid.pas again
DescriptionWhen 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.
TagsNo tags attached.

Activities

obones

2013-01-15 16:05

administrator   ~0020379

Please provide the zipped sources of a sample application showing this.

AHUser

2013-05-25 16:10

developer   ~0020512

Fixed in svn revision 13517.

Issue History

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