| Summary: | Filechooser: fileExtensions | ||
|---|---|---|---|
| Product: | z_Archived | Reporter: | René Buffat <rene.buffat> |
| Component: | Scout | Assignee: | Project Inbox <scout.core-inbox> |
| Status: | CLOSED WORKSFORME | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | judith.gull, zimmermann |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows 7 | ||
| Whiteboard: | |||
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 |
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"