<Swing Dev> [10] RFR JDK-8184272 : Jemmy JFileChooserOperator.enterSubDir does not navigate to sub directory
Alexandre (Shura) Iline
alexandre.iline at oracle.com
Thu Jul 13 15:21:11 UTC 2017
Will you be preparing a parallel fix to the Jemmy code-tools repo?
Shura
> On Jul 13, 2017, at 2:50 AM, Vikrant Agarwal <vikrant.v.agarwal at oracle.com> wrote:
>
> Hi All,
> Please review the following:
>
> Bug : JDK-8184272 <https://bugs.openjdk.java.net/browse/JDK-8184272>
>
> JDK 10 Webrev: http://cr.openjdk.java.net/~vagarwal/8184272/webrev.00/ <http://cr.openjdk.java.net/~vagarwal/8184272/webrev.00/>
>
> Summary:
> Jemmy JFileChooserOperator.enterSubDir does not navigate to sub directory and instead goes to user's default directory
>
> The present code for JFileChooserOperator.enterSubDir(..) first selects the directory, then tries to navigate to the selected directory by getting the path of selected directory from getSelectedFile().
>
> JFileChooserOperator.getSelectedFile() calls JFileChooser.getSelectedFile(), which returns the path for the selected file, but if the selection is a directory, then it returns Null if the fileSelectionMode is not set to select directory.
> This when passed to setCurrentDirectory() sets the diectory as user's default directory.
>
> Doing setFileSelectionMode(JFileChooser.FILES_AND_DIRECTORIES) ensures that the getSelectedFile() returns the correct path even in case it is a directory.
> Best Regards,
> Vikrant
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/swing-dev/attachments/20170713/7ba886d7/attachment.html>
More information about the swing-dev
mailing list