View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002294 | JEDI VCL | 00 JVCL Components | public | 2004-11-05 08:13 | 2004-11-05 13:46 |
Reporter | glchapman | Assigned To | AHUser | ||
Priority | normal | Severity | major | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 3.00 BETA 2 | ||||
Target Version | Fixed in Version | 3.00 RC 1 | |||
Summary | 0002294: TJvCustomWideEditor does not accept spaces | ||||
Description | Typing 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 | ||||
Tags | No tags attached. | ||||