Community
Participate
Working Groups
GUI: Swing The file chooser dialog does not filter for the extensions configured with getConfiguredFileExtensions or setFileExtensions. Steps to reproduce: - Create Form and add a Field extending AbstractFileChooserField - Add: @Override protected String[] getConfiguredFileExtensions() { return new String[] {"jpg","gif","png"}; } - Start Scout and Open FileChooser Dialog: - Save as type still includes "(Alle Dateien *.*)" - Filename is prefilled with "*.jpg;*.gif;*.png"
Could not reproduce the behavior with Scout 3.10 and Swing. Please reopen if this bug occurs again.
status will change to closed once the luna release train is shipped.
Shipped with Eclipse Luna Release