The browse folder dialog seems to have a strange UI problem. In a standard "Installation Folder" screen, a user can click the "Change" button to browse for a file. There is a text box in that dialog that seems to be useless. It displays the currently selected folder name, but text entry in this text box seems to do nothing. A user cannot type in the folder name they want to use, since the path is simply taken from the currently selected folder.
The most troubling part of this problem is that the "Make New Folder" button is right below this text box. In testing our installer, a lot of users have been entering text into that field, clicking "Make New Folder" and then expecting the name in the text box to be the name of the new folder. Also, a lot of users will click "Make New Folder", which makes a folder titled "New Folder" and because that folder is selected, the text box displays "New Folder". The user will then try to change that name in the text field, which of course does nothing.
This bug is causing a lot of problems, and some of our product managers are unwilling to ship our product because of this confusion.
May I suggest just changing that text box into a label, where the text cannot be editable. It makes no sense to have an editable text box here.
The most troubling part of this problem is that the "Make New Folder" button is right below this text box. In testing our installer, a lot of users have been entering text into that field, clicking "Make New Folder" and then expecting the name in the text box to be the name of the new folder. Also, a lot of users will click "Make New Folder", which makes a folder titled "New Folder" and because that folder is selected, the text box displays "New Folder". The user will then try to change that name in the text field, which of course does nothing.
This bug is causing a lot of problems, and some of our product managers are unwilling to ship our product because of this confusion.
May I suggest just changing that text box into a label, where the text cannot be editable. It makes no sense to have an editable text box here.
Comment