Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: 9.0.1 Minor Release
-
Labels:None
-
Story Points:1
-
Sprint:Fall 2017
Description
This issue is similar to IGBF-1140
Certain places in IGB use the operating system's native file chooser and some do not. One place that does not is under the IGB Save Sessions.
IGB File->Save Sessions
We want OS native file chooser to be displayed instead of Java Swing style window.
Attachments
Issue Links
- relates to
-
IGBF-1140 Convert "Choose Local Folder" file chooser to the operating system's Native File Chooser
-
- Closed
-
Issue is related to
IGBF-1140.Changed Save Session Dialog Style to OS Native File Chooser using FileChooser Utils.
I have tested this on Windows machine. It saves session in valid format and user can open this saved session using Load Session option.
This fix is not supposed to change Window style for Mac because we have different file dialog code for Mac machines.
If we have to change that window as well, then different issue should be created for that.