You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flex.apache.org by "Piotr Zarzycki (JIRA)" <ji...@apache.org> on 2017/03/05 11:58:33 UTC

[jira] [Comment Edited] (FLEX-35202) Label doesn't fire mouse events

    [ https://issues.apache.org/jira/browse/FLEX-35202?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15896200#comment-15896200 ] 

Piotr Zarzycki edited comment on FLEX-35202 at 3/5/17 11:57 AM:
----------------------------------------------------------------

Hi [~panli@prominic.net],

Fixed: 593e4df8f86a8d0ea9009853e94f368b6474d312 

To Label has been added "click" event and removed property "selectable". - This property prevents label from clicking on it. In exchange I've created bead "UnselectableElementBead" which will do not allow for selection if you using it.

Piotr


was (Author: pete21):
Hi [~panli@prominic.net],

Fixed: 593e4df8f86a8d0ea9009853e94f368b6474d312 

To Label has been added "click" event and removed property "selectable". - This property prevents label from clicking on it. In exchange I've created bead "UnselectableElementBead" which will do not allow for selection if you use it.

Piotr

> 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
>            Assignee: Piotr Zarzycki
>             Fix For: Apache FlexJS 0.8.0
>
>
> 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.15#6346)