Details
-
Bug
-
Status: Closed
-
Blocker
-
Resolution: Fixed
-
Adobe Flex SDK Previous
-
None
-
Affected OS(s): All OS Platforms
Language Found: English
Description
Steps to reproduce:
1. compile and run the following
<?xml version="1.0" encoding="utf-8"?>
<s:Application
xmlns:fx="http://ns.adobe.com/mxml/2009"
xmlns:d="http://ns.adobe.com/fxg/2008/dt"
xmlns:s="library://ns.adobe.com/flex/spark"
width="800" height="600" backgroundColor="#ffffff" xmlns:mx="library://ns.adobe.com/flex/halo" xmlns:th="http://ns.adobe.com/thermo/2009" xmlns:components="components." xmlns:lib="Main_library.">
<fx:Script>
<![CDATA[
protected function button1_clickHandler(event:MouseEvent):void
]]
>
</fx:Script>
<fx:DesignLayer d:userLabel="Layer 1">
<mx:Image id="img" x="121" y="24" maintainAspectRatio="false" th:isFXGAsset="true"/>
<s:Button label="Button" x="373" y="297" click="button1_clickHandler(event)"/>
</fx:DesignLayer>
</s:Application>
Actual Results:
Expected Results:
Workaround (if any):