View Issue Details

IDProjectCategoryView StatusLast Update
0002350JEDI VCL00 JVCL Componentspublic2004-11-30 08:44
Reportermc_bothaAssigned To 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version3.00 BETA 2 
Target VersionFixed in Version3.00 RC 1 
Summary0002350: TJvCustomEditor.SelectWordOnCaret cannot select word on line 0
DescriptionNo work done done if caret is on first line of editor.
The GT (>) should be replaced by a GE (>=).
Additional InformationFile: JvEditor.pas

Old line of code: if (CaretY > 0) and (CaretY < LineCount) and (Trim(FLines[CaretY]) <> '') then

New line of code: if (CaretY >= 0) and (CaretY < LineCount) and (Trim(FLines[CaretY]) <> '') then
TagsNo tags attached.

Activities

AHUser

2004-11-30 08:44

developer   ~0005785

Fixed in CVS.

Issue History

Date Modified Username Field Change
2004-11-30 04:01 mc_botha New Issue
2004-11-30 08:44 AHUser Status new => resolved
2004-11-30 08:44 AHUser Resolution open => fixed
2004-11-30 08:44 AHUser Assigned To => AHUser
2004-11-30 08:44 AHUser Note Added: 0005785
2004-11-30 08:44 AHUser Assigned To AHUser =>