[kepler-dev] [Bug 5725] Save dialog's folder drop-down menu crashes kepler in OS X 10.8 w/ 64-bit java 1.6.0_37-b06-434-11M3909

bugzilla-daemon at ecoinformatics.org bugzilla-daemon at ecoinformatics.org
Tue Oct 30 19:18:49 PDT 2012


http://bugzilla.ecoinformatics.org/show_bug.cgi?id=5725

--- Comment #4 from Derik Barseghian <barseghian at nceas.ucsb.edu> ---
Yeah. I've been googling, I saw a few people w/ somewhat similar sounding
issues -- one filed a bug w/ apple, and another w/ oracle, but no luck yet w/ a
workaround.

Kepler's Save dialog makes it to the PtFileChooser.showDialog
_fileDialog.show(); call, and gets no further.

_fileDialog.isDisplayable is false. calling pack() on it in the constructor
makes it displayable, but this doesn't avoid the crash.

As a test I hacked PtGUIUtilities.useFileDialog() to just return false, so that
a JFileChooser is used instead of a FileDialog, and as expected, this works. 

The JFileChooser dialog isn't as useful as the apple L&F, but it's a working
option to fall back on if we can't resolve the jvm crash.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.nceas.ucsb.edu/kepler/pipermail/kepler-dev/attachments/20121031/0ab6e47e/attachment.html>


More information about the Kepler-dev mailing list