[Mono-bugs] [Bug 348989] New: FolderBrowserDialog crash when setting the SelectedPath to the currentdirectory to a smb share on Mac OSX Leopard

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Fri Dec 14 17:40:38 EST 2007


https://bugzilla.novell.com/show_bug.cgi?id=348989


           Summary: FolderBrowserDialog crash when setting the SelectedPath
                    to the currentdirectory to a smb share on Mac OSX
                    Leopard
           Product: Mono: Class Libraries
           Version: unspecified
          Platform: Macintosh
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: Windows.Forms
        AssignedTo: mono-bugs at ximian.com
        ReportedBy: kpijnenburg at home.nl
         QAContact: mono-bugs at ximian.com
          Found By: ---


Reproduction:
Create a simple form with a button, in the button click event do this, not
uncommon:

FolderBrowserDialog myFolderDialog = new FolderBrowserDialog();
myFolderDialog.SelectedPath = Directory.GetCurrentDirectory();
myFolderDialog.ShowDialog();

When run from a smb share, the GetCurrentDirectory to the smb dir, doen not
work. When run from a mac directory, it works fine, but in the available
folders, the mounted smb shares are not available, as they are in osx.


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the mono-bugs mailing list