View Issue Details

IDProjectCategoryView StatusLast Update
0000061VANTED 2.8.3[All Projects] Generalpublic2023-07-25 14:18
ReporterguestAssigned To 
PrioritynormalSeverityminorReproducibilityalways
Status newResolutionopen 
PlatformPCOSWindowsOS Version10
Summary0000061: Loading a dataset for mapping (Excel file) is not possible after export a network as website
Description

It is not possible to load a dataset for mapping (an Excel file) after a network has been exported as a website.

The problem is in org,OpenFileDialogService

openDialog is static and reused if it is not null.

However, in the method getDirectoryFromUser (line 184) the file selection mode is set to JFileChooser.DIRECTORIES_ONLY.

That causes a problem in the methods getFile and getFiles because the same instance of the JFileChooser is used.

The solution would be to set the file selection mode to JFileChooser.FILES_ONLY (the default value for Java 8 according to https://docs.oracle.com/javase/8/docs/api/javax/swing/JFileChooser.html).

Steps To Reproduce

Export a network as website
Try to load a dataset on the "Experiment" tab

TagsNo tags attached.
Attach Tags

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2023-07-25 14:18 guest New Issue