[
https://issues.apache.org/jira/browse/FLEX-34398?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14167454#comment-14167454
]
Neil Madsen commented on FLEX-34398:
------------------------------------
I noticed the
addEventListener(Event.CLOSING, closeApplication);
is missing from the patch.
It belongs in the 'handleApplicationComplete()' method. ~Line 395
It should look like
<SNIP>
protected function handleApplicationComplete(event:FlexEvent):void
{
CursorManager.setBusyCursor();
loaderInfo.uncaughtErrorEvents.addEventListener(UncaughtErrorEvent.UNCAUGHT_ERROR,
uncaughtErrorHandler);
addEventListener(Event.CLOSING, closeApplication);
updateWindow();
</SNIP>
> log not saved when installer close button clicked
> -------------------------------------------------
>
> Key: FLEX-34398
> URL: https://issues.apache.org/jira/browse/FLEX-34398
> Project: Apache Flex
> Issue Type: Bug
> Components: InstallApacheFlex, Installer
> Affects Versions: Install Apache Flex 3.1
> Reporter: Justin Mclean
> Priority: Minor
> Labels: easyfix, easytest, patch
> Attachments: patch-34398-34408-minimal-whitespace-change.diff,
> patch-34398-34408-updated.diff, patch-34398-34408.diff
>
>
> Log is not saved when installer close button is clicked on or the installer
> closed
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)