View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001944 | JEDI VCL | 00 JVCL Components | public | 2004-07-06 23:54 | 2004-08-24 10:22 |
Reporter | anonymous | Assigned To | remkobonte | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | unable to reproduce | ||
Product Version | |||||
Target Version | Fixed in Version | ||||
Summary | 0001944: TJvDBDateEdit popup doesn't change with keyboard | ||||
Description | With TJvDBDateEdit component : - when popup dialog (calendar) is opened, move keys (up, down, left, right, ...) doesn't change date but only edit box position. It doesn't seem to be the same control mode such as with Rx components which allow to use keyboard in popup calendar. | ||||
Tags | No tags attached. | ||||
|
Bug seems to be in JvToolEdit file : function IsInWordArray(Value: Word; const A: array of Word): Boolean; var I: Integer; begin Result := False; for I := 0 to High(A) do if A[I] = Value then begin Result := True; Exit; end; end; |
|
I think this is fixed in Rev 1.88, see http://cvs.sourceforge.net/viewcvs.py/jvcl/dev/JVCL3/run/JvToolEdit.pas?r1=1.87&r2=1.88 |
Date Modified | Username | Field | Change |
---|---|---|---|
2004-07-06 23:54 | anonymous | New Issue | |
2004-07-09 04:29 | anonymous | Note Added: 0004723 | |
2004-07-20 14:37 | remkobonte | Note Added: 0004782 | |
2004-07-20 14:38 | remkobonte | Status | new => feedback |
2004-08-24 10:22 | remkobonte | Status | feedback => resolved |
2004-08-24 10:22 | remkobonte | Resolution | open => unable to reproduce |
2004-08-24 10:22 | remkobonte | Assigned To | => remkobonte |