View Issue Details

IDProjectCategoryView StatusLast Update
0005867JEDI VCL00 JVCL Componentspublic2012-09-10 14:15
ReporterstevegrAssigned Toobones 
PrioritynormalSeveritymajorReproducibilityalways
Status resolvedResolutionfixed 
Product VersionDaily / GIT 
Target VersionFixed in Version3.46 
Summary0005867: JvDriveCtrls.TJvDirectoryListBox - procedure DriveChange(NewDrive: Char)
Descriptionbug: When drive is changed back to 'C:\', SetCurrentDir cannot be set correctly and return to \Windows\System32 directory.

Line: 1152
  if not SetCurrentDir(NewDrive + ':') then
Fix: need to change to
  if not SetCurrentDir(NewDrive + ':\') then

(Delphi 2010, Windows 7)
TagsNo tags attached.

Relationships

related to 0005866 resolvedobones JvClock.TJvClock - AMPM wrong display. 

Activities

obones

2012-06-11 17:30

administrator   ~0019861

Please provide the zipped sources of a sample application showing this.

2012-06-17 19:37

 

Demo2.7z (574,876 bytes)

stevegr

2012-06-17 19:37

reporter   ~0020006

Files uploaded.

obones

2012-06-18 14:25

administrator   ~0020017

This is now in SVN

Issue History

Date Modified Username Field Change
2012-04-22 11:40 stevegr New Issue
2012-06-11 17:30 obones Note Added: 0019861
2012-06-11 17:30 obones Status new => feedback
2012-06-17 19:37 stevegr File Added: Demo2.7z
2012-06-17 19:37 stevegr Note Added: 0020006
2012-06-18 11:25 obones Status feedback => acknowledged
2012-06-18 11:25 obones Relationship added related to 0005866
2012-06-18 14:25 obones Note Added: 0020017
2012-06-18 14:25 obones Status acknowledged => resolved
2012-06-18 14:25 obones Fixed in Version => Daily / SVN
2012-06-18 14:25 obones Resolution open => fixed
2012-06-18 14:25 obones Assigned To => obones
2012-09-10 14:15 obones Fixed in Version Daily / SVN => 3.46