View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002866 | JEDI VCL | 00 JVCL Components | public | 2005-04-13 01:09 | 2005-04-14 17:33 |
Reporter | TerminalMotion | Assigned To | outchy | ||
Priority | normal | Severity | feature | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 3.00 | ||||
Target Version | Fixed in Version | 3.10 | |||
Summary | 0002866: TJVCombobox Readonly allows backspacing | ||||
Description | When setting the readonly property, the control still allows backspacing. I've resolved it by adding "key = char(0)" to the Keypress event. Would be great if it was included. | ||||
Tags | No tags attached. | ||||
|
Tested with D7 under Win 2000. Seems to be a bug of VCL (of Borland), the procedure TCustomComboBox.KeyPress(var Key: Char) located in StdCtrls.pas doesn't check the ReadOnly flag of the edit and process the backspace key. Your solution solves the problem. I will use and commit changes in the CVS repository. Thanks for reporting the bug. |
|
Fixed in the CVS, available for anonymous logins in some hours. |
Date Modified | Username | Field | Change |
---|---|---|---|
2005-04-13 01:09 | TerminalMotion | New Issue | |
2005-04-14 17:06 | outchy | Note Added: 0007007 | |
2005-04-14 17:06 | outchy | Status | new => confirmed |
2005-04-14 17:10 | outchy | Status | confirmed => assigned |
2005-04-14 17:10 | outchy | Assigned To | => outchy |
2005-04-14 17:33 | outchy | Status | assigned => resolved |
2005-04-14 17:33 | outchy | Resolution | open => fixed |
2005-04-14 17:33 | outchy | Note Added: 0007008 |