Declined
Last Updated: 05 May 2016 13:27 by ADMIN
ADMIN
Dimitar
Created on: 01 Apr 2016 06:41
Category: Editors
Type: Bug Report
1
FIX. RadBrowseEditor - the folder name is not correct when creating new folder and pressing OK
To reproduce:
-Add RadBrowseEditor to a form and set the DialogType to FolderBrowseDialog.
-At runtime click the browse button to open the "Browse For Folder" dialog and click the "Make New Folder", type a name for the newly created folder BUT DO NOT PRESS THE ENTER KEY and click the OK button, the Value is set to "New Folder" instead of the name I have typed.
5 comments
ADMIN
Stefan
Posted on: 12 Apr 2016 08:15
Hi Eric,

Thank you for sharing this with us. Unfortunately, we don't think this is reliable solution for all cases and it might cause more issues in some cases. If you are willing you can log this issue with Microsoft (https://connect.microsoft.com/) and check their statement on it.
Eric Moreau
Posted on: 11 Apr 2016 14:04
I also just blogged about it: http://emoreau.com/Entries/Blogs/2016/04/Strange-issue-bug-in-the-FolderBrowserDialog-component-and-a-workaround.aspx
Eric Moreau
Posted on: 11 Apr 2016 13:09
I have googled around for that half-hour and found a work-around that maybe you can add to your implementation.

Check for the comment of Scott PRD of Oct. 6 2015 from  http://www.pcreview.co.uk/threads/bug-in-folderbrowserdialog.2301005/
ADMIN
Stefan
Posted on: 11 Apr 2016 06:57
Hi Eric, 

as you probably know, RadBrowseEditor internally uses the standard FolderBrowseDialog and it gets the SelectedPath from it to display in the text part of the control. In this case, the FolderBrowseDialog returns "New Folder" instead of the name typed in, so this is what RadBrowseEditor will show as well. For the time being, I am not sure we can do something about it.
Eric Moreau
Posted on: 08 Apr 2016 10:01
Any ETA on this bug? I noticed that the title now has "FIX" in front of it but not really sure why.