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

Selecting file type in Export dialog has no effect on JFileChooser in OSX #88

Open
GoogleCodeExporter opened this issue May 16, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. click Export icon
2. select PNG, GIF, or JPG from dialog
3. click Export button

What is the expected output? What do you see instead?
User can type in any name. If no extension supplied, none added. If we code a 
way to add an extension, the file/replace behavior is broken (e.g., enter 
"test" and if test exists, user prompted if they want to replace "test" from 
within FileDialog, then outside FileDialog, we'd add e.g., ".png" and save to 
"test.png" which may or may not exist)

This wil require native coding of a filechooser which means additional 
maintenance for OSX platforms.

Please use labels and text to provide additional information.

Original issue reported on code.google.com by shimniok on 1 Nov 2012 at 5:13

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

No branches or pull requests

1 participant