-
Notifications
You must be signed in to change notification settings - Fork 855
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 Chooser dialog opens with long delay. #3919
Comments
You might have broken links on the Desktop. |
how can I fix links? |
If you have broken links, you can remove them. I'm not a Windows user. |
Here a few JDK bugs which are related to delays before the file chooser shows up: and when the file chooser doesn't show up at all: The comments on the first three issues seem to indicate that this should already work on up2date JDKs if the security manager is not use? Maybe I am reading this wrong. The fourth issue is a different problem, connected to the windows specific quick selection panel on the left side of the file chooser. JDK-8265446 does have a reproducer so it should be easy to check if it happens to someone. If it is indeed SM related, would be curious if #3386 (or #7928) would fix it as side effect. |
Was sent to this post from here #4673 (comment) about the previous comment "The last time I heard something like this was probably in the late 90s." Thank You :) |
@coffeebeantraining you could still try the reproducer in JDK-8265446 I think. It would be good to clarify if the security manager is the only issue in play here. Yes, it couldn't possibly be Windows that's got slower and slower and over-engineered! 😄 NetBeans has certainly not got slower here. Whatever this issue is, we know it's OS specific. |
Apache NetBeans version
Apache NetBeans 13
What happened
NetBeans 13 is freeze when open any file selector Dialog like open project, add jar file to library.
How to reproduce
No response
Did this work correctly in an earlier version?
Apache NetBeans 12.3 or earlier
Operating System
Windows 10
JDK
JDK 8
Apache NetBeans packaging
Apache NetBeans binary zip
Anything else
No response
Are you willing to submit a pull request?
No
Code of Conduct
Yes
The text was updated successfully, but these errors were encountered: