Skip to content
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

Harmonize file filter logic for File inputs #58

Open
imagejan opened this issue May 25, 2021 · 0 comments
Open

Harmonize file filter logic for File inputs #58

imagejan opened this issue May 25, 2021 · 0 comments

Comments

@imagejan
Copy link
Member

imagejan commented May 25, 2021

We currently have inconsistent logic when setting up a file filter for File and File[] inputs.

The extensions style is only supported for File[] inputs, not for File, see:

Actually, the file filter seems to work for drag-and-drop (in FileHandler):

final List<File> files = SwingFileWidget.filterFiles(allFiles,
filter);

... but not for the Browse button.

Related scijava-common issue: scijava/scijava-common#197

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant