Skip to content

Bug: Incorrect SelectedPath behavior in VistaFolderBrowserDialog - opens one level higher #158

@alexalsp2

Description

@alexalsp2

Description:
When setting the SelectedPath property to an existing folder path, the dialog opens not in the specified folder but in its parent directory. This violates expected behavior and requires extra user actions.

Example:
SelectedPath = "C:\Projects\MyFolder"
Actually dialog opens in "C:\Projects" with "MyFolder" selected but not inside it.

Expected behavior:
Dialog should open directly inside the specified folder.

Version: Ookii.Dialogs.WinForms 4.0.0

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions