View Issue Details

IDProjectCategoryView StatusLast Update
0004961JEDI VCL00 JVCL Componentspublic2009-09-28 22:52
ReporterahesseAssigned ToAHUser 
PrioritynormalSeveritymajorReproducibilityalways
Status resolvedResolutionfixed 
Product VersionDaily / GIT 
Target VersionFixed in Version3.39 
Summary0004961: TJvRichEditStrings.Get(Index: Integer): use wrong line length
DescriptionUse 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);

TagsNo tags attached.

Activities

AHUser

2009-09-28 22:52

developer   ~0016198

Fixed in SVN.

Issue History

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