Ticket #225 (new defect)
Save File Chooser opens with filename selected
| Reported by: | jdalbey | Owned by: | sdanthin |
|---|---|---|---|
| Priority: | Very Low | Milestone: | May 2021 Training |
| Component: | ScriptBuilder GUI | Version: | |
| Severity: | Trivial | Keywords: | |
| Cc: |
Description
When saving an incident the Save File Chooser dialog opens with the filename already selected. See attached screenshot. This results in the dialog behaving in unexpected ways, changing the filename whenever the current folder changes.
Workaround: when the dialog opens, click anywhere in the text field to deselect the filename.
Note: this defect seems platform dependent: I can reproduce it on my laptop, but not on my desktop. (I've only tested it within NetBeans).
Note: See
TracTickets for help on using
tickets.

Added SaveFileDialogExample.java to the project, a stand-alone program, that demonstrated the defect, thereby showing that the cause of this defect is not due to our code. Probably a Look and Feel issue.