View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update | 
|---|---|---|---|---|---|
| 0005850 | JEDI VCL | 00 JVCL Components | public | 2012-04-12 16:43 | 2015-09-21 17:47 | 
| Reporter | altaveron | Assigned To | AHUser | ||
| Priority | normal | Severity | crash | Reproducibility | always | 
| Status | resolved | Resolution | fixed | ||
| Product Version | Daily / GIT | ||||
| Target Version | Fixed in Version | 3.49 | |||
| Summary | 0005850: Incorrect fix of the issue "Mantis 5818" in JvDBGrid.pas | ||||
| Description | The is a fix in JvDBGrid.pas: // Mantis 5818: the inherited code sometimes gives an invalid index for the column if Index > FirstVisibleColumn + VisibleColCount then Index := FirstVisibleColumn + VisibleColCount; But this code doesn't help me. The working code is: // Store the column index to resize. FResizeColumnIndex := Index; if dgIndicator in Options then FResizeColumnIndex := FResizeColumnIndex - 1; Please correct the issue fix.  | ||||
| Tags | No tags attached. | ||||
| 
		 | 
	Please provide the zipped sources of a sample application showing this. | 
| 
		 | 
	Please just fix it. Our application have millions lines of code. The issue presents on the last version. | 
| 
		 | 
	
	The following line: FResizeColumnIndex := Index - 1; Should be replaced by: // Store the column index to resize. FResizeColumnIndex := Index; if dgIndicator in Options then FResizeColumnIndex := FResizeColumnIndex - 1;  | 
| 
		 | 
	Why the issue has 'feedback' status and no answers? | 
| 
		 | 
	Fixed in svn revision 13517. | 
| Date Modified | Username | Field | Change | 
|---|---|---|---|
| 2012-04-12 16:43 | altaveron | New Issue | |
| 2012-06-11 17:26 | obones | Note Added: 0019848 | |
| 2012-06-11 17:26 | obones | Status | new => feedback | 
| 2013-02-25 01:13 | altaveron | Note Added: 0020444 | |
| 2013-02-25 01:25 | altaveron | Note Added: 0020445 | |
| 2013-03-27 18:41 | altaveron | Note Added: 0020456 | |
| 2013-05-25 15:25 | AHUser | Note Added: 0020507 | |
| 2013-05-25 15:25 | AHUser | Status | feedback => resolved | 
| 2013-05-25 15:25 | AHUser | Fixed in Version | => Daily / SVN | 
| 2013-05-25 15:25 | AHUser | Resolution | open => fixed | 
| 2013-05-25 15:25 | AHUser | Assigned To | => AHUser | 
| 2015-09-21 17:47 | obones | Fixed in Version | Daily / GIT => 3.49 |