Search code examples
javamacosjavafxfilechooser

JavaFX ExtensionFilter on the FileChooser save dialog is too wide on macOS


The UI for the extension filter takes up the full width of the window:

screenshot of the FileChooser UI with the extension filter dropdown far too wide

Compare that to Chrome's save dialog, for example:

screenshot of Chrome's save dialog with the extension filter dropdown the correct width


MCVE: https://github.com/deNowww/MCVE-FileChooserExtensionFilterSaveDialog


Solution

  • as far as I know, it is a known issue since 2018 (see here). you may track this issue to see if they are ever gonna fix it or when they decide to fix it.