Unplanned
Last Updated: 17 Aug 2020 04:48 by ADMIN

Steps to reproduce:

1. Open a file dialog

2. In the File name field start typing "k:\ClientFiles"

3. The files are not suggested

Unplanned
Last Updated: 17 Apr 2024 14:31 by ADMIN
1. Open QSF > File Explorer example
2. Navigate to a folder with many subfolders 
3. Type something is search

You will see that the whole QSF freezes. 
 
Completed
Last Updated: 11 Oct 2023 10:08 by ADMIN
Release R3 2023
Created by: Cheyne
Comments: 1
Category: FileDialogs
Type: Bug Report
1
In .NET Core (or newer) the search textbox doesn't work. 
Unplanned
Last Updated: 09 Oct 2023 13:30 by ADMIN

The problem is reproducible with the Demo application >> File Dialogs >> First Look example:

When opening the Folder Dialog (all in default, no changes needed) and then we click between "My PC" and "C:" back and forth quite rapidly, eventually the dialog freezes and after a while throws an unhandled exception. It is important to click between both quite fast for the issue to show.

Two different types of errors may occur:

Unplanned
Last Updated: 12 Apr 2023 12:40 by ADMIN
In this case, by default hidden files/folders are not visible. When we hide a file/folder while the explorer control is visible, the hidden file/folder will still be present in the UI, thus allowing the user to navigate to it. 
Unplanned
Last Updated: 27 Apr 2023 07:24 by ADMIN

Currently, the dialogs provide a way to restore the last open directory. The opened directory path will be stored in a private string field of the RadOpenFolderDialog instance. However, in other this to work, the dialogs require the following steps:

  • The same dialog instance should be used every time you open the dialog.
  • In order for the directory to be saved the directory should be opened. Clicking cancel or the X button won't save the directory.
  • Closing the application and then opening it again, or generally when you create a new dialog instance, the last saved directory will get lost.

We could expose a mechanism to cache the last open directory outside of the dialogs, thus allowing you to restore the directory even when the application is closed.

 

Completed
Last Updated: 27 Mar 2023 06:35 by ADMIN
Release R1 2023 SP1

Use the Demo application >> File Dialogs >> First Look example.  I have tested typing "\\DYORDANOLAP" and hitting Enter and it seems to navigate to the folder only after pressing Enter a second time:

Expected: In the Windows File Explorer, the user is navigated to the respective folder after the first time the user hits Enter.

1 2