Details
-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: jalview-j2s
-
Labels:None
Description
When File..reload is called, the overview panel is not closed.
This was due to AlignFrame not setting InternalFrameClosed Listener, as that was tucked into a method named "addServiceListeners", which we had removed from JavaScript.
Solution was to pull that addInternalFrameListener() call out of that method to make it more understandable.
Slight change in sequencing of initialization -- please check.
This was due to AlignFrame not setting InternalFrameClosed Listener, as that was tucked into a method named "addServiceListeners", which we had removed from JavaScript.
Solution was to pull that addInternalFrameListener() call out of that method to make it more understandable.
Slight change in sequencing of initialization -- please check.