View Issue Details

IDProjectCategoryView StatusLast Update
0004898JEDI VCL00 JVCL Componentspublic2009-08-14 12:14
ReporterahesseAssigned Toobones 
PrioritynormalSeveritymajorReproducibilityalways
Status resolvedResolutionfixed 
Product VersionDaily / GIT 
Target VersionFixed in Version3.38 
Summary0004898: TJvDirectoryEdit.PopupDropDown lost call for BrowseForFolder if DialogKind is dkWin32
DescriptionThe last refactoring with removing of {$ifdef CLR} code remove some code with {$ifndef CLR}.
So this component loses some sourcecode to call BrowseForFolder if DialogKind is dkWin32.

Additional InformationFix: revert the changes here from the last refactoring
...
    if NewStyleControls and (DialogKind = dkWin32) then
      Action := BrowseForFolder(FDialogText, sdAllowCreate in DialogOptions, Temp, Self.HelpContext)
    else
...
TagsNo tags attached.

Activities

ahesse

2009-08-14 11:32

reporter   ~0015999

Already solved, Duplicate of 0004893

obones

2009-08-14 12:14

administrator   ~0016000

This has already been fixed in SVN

Issue History

Date Modified Username Field Change
2009-08-14 11:14 ahesse New Issue
2009-08-14 11:32 ahesse Note Added: 0015999
2009-08-14 12:14 obones Note Added: 0016000
2009-08-14 12:14 obones Status new => resolved
2009-08-14 12:14 obones Fixed in Version => Daily / SVN
2009-08-14 12:14 obones Resolution open => fixed
2009-08-14 12:14 obones Assigned To => obones