You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flex.apache.org by "Justin Mclean (JIRA)" <ji...@apache.org> on 2013/06/18 14:27:21 UTC

[jira] [Reopened] (FLEX-9645) Inconsistancy in date selection with keyboard and mouse. Selection of date is different while using mouse and keyboard.

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

Justin Mclean reopened FLEX-9645:
---------------------------------

      Assignee:     (was: Adobe JIRA)
    
> 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
>            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