Pan Li created FLEX-35202:
-----------------------------
Summary: Label doesn't fire mouse events
Key: FLEX-35202
URL: https://issues.apache.org/jira/browse/FLEX-35202
Project: Apache Flex
Issue Type: Bug
Components: FlexJS
Affects Versions: Apache FlexJS 0.7.0, Apache FlexJS 0.8.0
Reporter: Pan Li
to reproduce the problem:
{code}
<js:View>
<js:Container width="100%" height="100%" >
<js:Label id="lbl" text="Hello World" width="200"
click="lbl.text='foo'"/>
</js:Container>
</js:View>
{code}
it was confirmed by independent tests in earlier report in dev list:
http://apache-flex-development.2333347.n4.nabble.com/FlexJS-click-event-of-Label-is-not-working-in-javascript-mode-tp56459.html
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)