deNoww
deNoww

Reputation: 93

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

Upvotes: 1

Views: 177

Answers (1)

saeed foroughi
saeed foroughi

Reputation: 1710

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.

Upvotes: 1

Related Questions