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

Justin Mclean commented on FLEX-9645:
-------------------------------------

Selection no longer toggles in Apache Flex 4.9 - however same issue exists with 
command click.
                
> Inconsistancy in date selection with keyboard and mouse. Selection of date is 
> different while using mouse and keyboard.
> -----------------------------------------------------------------------------------------------------------------------
>
>                 Key: FLEX-9645
>                 URL: https://issues.apache.org/jira/browse/FLEX-9645
>             Project: Apache Flex
>          Issue Type: Bug
>          Components: mx: DateField
>    Affects Versions: Adobe Flex SDK Previous
>         Environment: Affected OS(s): Windows
> Affected OS(s): Windows
> Language Found: English
>            Reporter: Adobe JIRA
>            Assignee: Adobe JIRA
>            Priority: Minor
>             Fix For: Adobe Flex SDK Previous
>
>
> Reproduction:
> 1. Run the below sample piece of code.
> <?xml version="1.0" encoding="iso-8859-1"?>
> <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml";>
> <mx:DateField/>
> <mx:DateChooser id="dc"/>
> <mx:TextInput text="{dc.selectedDate}"/>
> </mx:Application>
> 2. Open the datefield and select the date from the datechooser window, 
> selected date will be shown in the datefield.
> 3. Open the datefield again and select the date selected in the previous 
> step, now the date field will be empty. So the togglling happens when the 
> same date is selected using mouse.
> 4. Open the datefield using the keyboard and select a date by hitting enter 
> key, selected date will be shown in the datefield.
> 5. Open the datefield again and select the date selected in the previous step 
> using keyboard.
> Notice that the date is still shown in the date field.
> Note : This behaviour is seen in dateChooser also.
> Actual Results: Inconsistancy in date selection with keyboard and mouse
> Expected Results: Should unselect the date when the selected date is selected 
> again using keyboard.
> Workaround: none

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to