mbien commented on issue #3919:
URL: https://github.com/apache/netbeans/issues/3919#issuecomment-1933570275

   Here a few JDK bugs which are related to delays before the file chooser 
shows up:
   [JDK-8265446](https://bugs.openjdk.org/browse/JDK-8265446) "JFileChooser 
slow with network shortcut on desktop"
   [JDK-8268731](https://bugs.openjdk.org/browse/JDK-8268731) "Slow opening of 
the JFileChooser when desktop contains broken lnk file"
   [JDK-8213583](https://bugs.openjdk.org/browse/JDK-8213583) "Error while 
opening the JFileChooser when desktop contains shortcuts pointing tto deleted 
files"
   
   and when the file chooser doesn't show up at all:
   [JDK-8305072](https://bugs.openjdk.org/browse/JDK-8305072) 
"Win32ShellFolder2.compareTo and equals are inconsistent with each other" also 
see #6361 for workaround
   
   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.
   
   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 this would fix it #3386 as 
side effect.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@netbeans.apache.org
For additional commands, e-mail: notifications-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to