You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flex.apache.org by "Alex Harui (JIRA)" <ji...@apache.org> on 2014/06/17 21:11:03 UTC

[jira] [Commented] (FLEX-34078) mx:DateField and datechange

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

Alex Harui commented on FLEX-34078:
-----------------------------------

This fix breaks a Falcon test and breaks Spark-only apps by introducing a dependency on an mx component.  And won't help with other non-CalendarLayout drop downs.  Looking into generalizing the fix without introducing mx dependencies

> mx:DateField  and datechange
> ----------------------------
>
>                 Key: FLEX-34078
>                 URL: https://issues.apache.org/jira/browse/FLEX-34078
>             Project: Apache Flex
>          Issue Type: Bug
>          Components: Spark: CalloutButton
>    Affects Versions: Apache Flex 4.11.0
>         Environment: windows 7, FlashBuilder 4.7 (adobe cloud)
>            Reporter: Fabiano Citrone
>              Labels: easytest
>             Fix For: Apache Flex 4.13.0
>
>
> after setting the first date the calloutbutton closes not allowing me to enter the second
> {code}
> <?xml version="1.0" encoding="utf-8"?>
> <s:Application xmlns:fx="http://ns.adobe.com/mxml/2009" 
> 			   xmlns:s="library://ns.adobe.com/flex/spark" 
> 			   xmlns:mx="library://ns.adobe.com/flex/mx">
> 	
> 	<s:CalloutButton id="button_layout" width="30" height="30" label="L"> 
> 		<s:VGroup> 
> 			<mx:DateField id="datfield_1" /> 
> 			<mx:DateField id="datfield_2" /> 
> 		</s:VGroup>	
> 	</s:CalloutButton>
> </s:Application>
> {code}



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