You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flex.apache.org by "Constantin A. (JIRA)" <ji...@apache.org> on 2014/06/14 18:55:01 UTC

[jira] [Updated] (FLEX-34219) Tooltip displays in a wrong tag

     [ https://issues.apache.org/jira/browse/FLEX-34219?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Constantin A. updated FLEX-34219:
---------------------------------

    Attachment: 4.12.1_FLEX-34219.patch

> Tooltip displays in a wrong tag
> -------------------------------
>
>                 Key: FLEX-34219
>                 URL: https://issues.apache.org/jira/browse/FLEX-34219
>             Project: Apache Flex
>          Issue Type: Bug
>    Affects Versions: Adobe Flex SDK 4.6 (Release), Apache Flex 4.11.0
>            Reporter: Bi Jane Jia
>         Attachments: 4.12.1_FLEX-34219.patch, main.mxml
>
>
> STEPS TO REPRODUCE:
> ===================
> 1. Run the attached Main.mxml
> 2. In tag "toolTip", click the checkbox to turn it on.
> 3. Select tag "toolTip2" and move the cursor in the middle textinput, you can see tooltip of "BBBBBBBB" shows up.
> 4. Select tag "toolTip".
> 5. Click the checkbox to turn it off and then click the check box to turn it on.
> RESULT:
> =======
> tooltip of "BBBBBBBB" shows up in tag "toolTip"
> EXPECTED:
> =========
> tooltip for textinput of tag "toolTip2" should not show up in tag "toolTip"
> WORKAROUND:
> ===========
> Do not set tooltip in the change event. Set tooltip in the click event of tag "toolTip2".
> <mx:Canvas  label="toolTip" width="100%" height="100%">
> 	<mx:VBox  width="100%" height="100%">
> 		<mx:VBox>
> 			<mx:VBox>
> 				<mx:TextInput id="Txi" width="140"  height="24" />
> 			</mx:VBox>			
> 			<mx:CheckBox id="ChkBx" height="100%"/>
> 		</mx:VBox>
> 			
> 	</mx:VBox>
> </mx:Canvas>
> 	
> <mx:Canvas  label="toolTip2" width="100%" height="100%" click="changeState()">



--
This message was sent by Atlassian JIRA
(v6.2#6252)