View Issue Details

IDProjectCategoryView StatusLast Update
0001944JEDI VCL00 JVCL Componentspublic2004-08-24 10:22
ReporteranonymousAssigned Toremkobonte 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionunable to reproduce 
Product Version 
Target VersionFixed in Version 
Summary0001944: TJvDBDateEdit popup doesn't change with keyboard
DescriptionWith 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.
TagsNo tags attached.

Activities

anonymous

2004-07-09 04:29

viewer   ~0004723

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;

remkobonte

2004-07-20 14:37

developer   ~0004782

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

Issue History

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