View Issue Details

IDProjectCategoryView StatusLast Update
0002294JEDI VCL00 JVCL Componentspublic2004-11-05 13:46
ReporterglchapmanAssigned ToAHUser 
PrioritynormalSeveritymajorReproducibilityalways
Status resolvedResolutionfixed 
Product Version3.00 BETA 2 
Target VersionFixed in Version3.00 RC 1 
Summary0002294: TJvCustomWideEditor does not accept spaces
DescriptionTyping the space character in a TJvWideEditor appears to have no effect (the caret is not moved). I believe the problem is the test near the beginning of TJvCustomWideEditor.InsertChar:

  if Value > 32 then
  //if Key in [0000032..0000255] then

The commented-out part is what is in TJvCustomEditor, which I assume is correct, so apparently the test should be:

  if Value >= 32
TagsNo tags attached.

Activities

AHUser

2004-11-05 13:46

developer   ~0005575

Thanks.

Fixed in CVS.

Issue History

Date Modified Username Field Change
2004-11-05 08:13 glchapman New Issue
2004-11-05 13:46 AHUser Status new => resolved
2004-11-05 13:46 AHUser Resolution open => fixed
2004-11-05 13:46 AHUser Assigned To => AHUser
2004-11-05 13:46 AHUser Note Added: 0005575