-
Notifications
You must be signed in to change notification settings - Fork 235
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
File dialog: new folder: can't set name when the folder is empty. #44
Comments
Thanks for reporting! |
Thanks. |
I see. By the way, you could also post questions and feature request here instead of forum - easier to track and discuss. There are "enhancement" and "question" labels for that case :) |
I tried to reproduce but everything works fine for me - whether i create new folder inside an empty folder or somewhere where there are files already. I guess this might be system-specific or JDK-specific issue, so could you say which JDK/OS you are using? |
#44 - Incorrect editor appearance in some rare cases fixed WebFileChooserPanel.java orientation change fixes WebFileChooserPanel.java view focus loss on view type change fixed Debug information is now stored within binaries Bytes translation fix
I have fixed the issue i described above - check whether your issue is still present in v1.23 release or not: |
It seems that it was fixed with v1.23 update. |
There is indeed an issue with empty folder, thanks for pointing it out :) |
Using the file dialog.
If you try to create a new folder in an empty folder using the new folder button in the toolbar, new new folder is created with the name "New folder" and there is no way to edit it.
Normally (when the folder is not empty) the new folder appear in name edition mode so you can set the name before it is actually created.
There is no workaround as when you right click the folder there is no menu to allow renaming (there is no pop up menu at all). Also, as soon as you enable weblab as the look and feel you get the weblaf file dialog even if you use the swing file dialog instead of the web file dialog.
Correction, if I type letters even though there is no folder name edition box and press enter, the name of the folder is set properly. The editor is just not visible, that's the issue.
The text was updated successfully, but these errors were encountered: