View Issue Details

IDProjectCategoryView StatusLast Update
0001449JEDI VCL00 JVCL Componentspublic2004-04-22 02:56
ReporteranonymousAssigned Touser72 
PrioritynormalSeveritytrivialReproducibilityalways
Status closedResolutionfixed 
Product Version 
Target VersionFixed in Version 
Summary0001449: TjvFileNameEdit
DescriptionI opened file "C:\Documents and Settings\ZENsan\Desktop\Opera.lnk" using TjvFileNameEdit, and then I accessed property FileName and I got "C:\Documents"! Is it correct??? Only Text property contains right value
TagsNo tags attached.

Activities

user72

2004-03-08 01:27

  ~0003259

Change the following method in JvToolEdit.pas:

function TJvFilenameEdit.GetFileName: TFileName;
begin
  if AddQuotes then
    Result := ClipFilename(inherited Text)
  else
    Result := inherited Text;
end;

Issue History

Date Modified Username Field Change
2004-03-07 23:11 anonymous New Issue
2004-03-08 01:27 user72 Status new => resolved
2004-03-08 01:27 user72 Resolution open => fixed
2004-03-08 01:27 user72 Assigned To => user72
2004-03-08 01:27 user72 Note Added: 0003259
2004-04-22 02:56 user72 Status resolved => closed