LDEV-1479 Fixed issue with closing nested branching views. Also fixed clean up when doing 'New' canvas, closing all open views including complex and branching views.
LDEV-1560 Fixed branching close problem when nested in Optional Activity. Fixed Branching / Optional(s) redrawing issues by clearing the branching views when moved too and/or from Optional(s). Merged with branching size changes.
LDEV-1558: Once a learner completes a lesson by hitting a "stop after activity" branch, it stays completed, irrespective of whether the user hits resume or if Live Edit is done and new activities are added to the end of the design.
LDEB-1552LDEV-1548 Fixed PI issue with Optional redraw - focusOut method only updates title/desc fields and therefore doesn't need complete redraw of children.
LDEV-1553 Moved branchView reference to be inside Activity object and not the CanvasActivity movieclip (canvas object). Therefore have resolved the bug when optionals are redraw due to an update (ie adding or removing or moving an activity).
LDEV-1558: When a learner completes a lesson at the end of a branch (ie a branch that stops, rather than continuing) then the parent activities are also marked as complete.
LDEV-1532 prevent multiple transitions (same uiid) appearing on the monitor canvas. Problem in this bug occurred due to redraw after resize of optional sequence component when sequences contain > 2 activities (actual width is > default). Also fixed transition bug when re-opening branching activity.
LDEV-1532 prevent multiple transitions (same uiid) appearing on the monitor canvas. Problem in this bug occurred due to redraw after resize of optional sequence component when sequences contain > 2 activities (actual width is > default). Also fixed transition bug when re-opening branching activity.
LDEV-1532 prevent multiple transitions (same uiid) appearing on the monitor canvas. Problem in this bug occurred due to redraw after resize of optional sequence component when sequences contain > 2 activities (actual width is > default).
LDEV-1554 Fixed activeView issue when closing branching view when the complex view is active. Clicking the close icon will shutdown all open complex views, before closing the open branching.
LDEV-1530: Handling of sessionClones needed to be tweaked or import files without the sessionClone entries were throwing an exception. The export was also changed to not include the sessionClones as they are not appropriate for a design export.