View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0004961 | JEDI VCL | 00 JVCL Components | public | 2009-09-28 12:44 | 2009-09-28 22:52 |
| Reporter | ahesse | Assigned To | AHUser | ||
| Priority | normal | Severity | major | Reproducibility | always |
| Status | resolved | Resolution | fixed | ||
| Product Version | Daily / GIT | ||||
| Target Version | Fixed in Version | 3.39 | |||
| Summary | 0004961: TJvRichEditStrings.Get(Index: Integer): use wrong line length | ||||
| Description | Use the line length of CharIndex, not of LineNo. The code should be changed from L := FRichEdit.GetLineLength(Index); to L := FRichEdit.GetLineIndex(Index); L := FRichEdit.GetLineLength(L); | ||||
| Tags | No tags attached. | ||||
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2009-09-28 12:44 | ahesse | New Issue | |
| 2009-09-28 22:52 | AHUser | Note Added: 0016198 | |
| 2009-09-28 22:52 | AHUser | Status | new => resolved |
| 2009-09-28 22:52 | AHUser | Fixed in Version | => Daily / SVN |
| 2009-09-28 22:52 | AHUser | Resolution | open => fixed |
| 2009-09-28 22:52 | AHUser | Assigned To | => AHUser |