[
https://issues.apache.org/jira/browse/FLEX-35125?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Mihai Chira updated FLEX-35125:
-------------------------------
Description:
*Steps to reproduce*:
# Run the attached code
# Open the first DropDownList
# Open the second DropDownList
*Actual behaviour*: the first DropDownList is not closed.
*Expected behaviour*: the first DropDownList is closed.
*Notes*:
* this is how it usually works when the components are not inside a PopUpAnchor
* it relates to the DropDownLists not receiving the {{FocusEvent.FOCUS_OUT}}
event when the other one is clicked, as ought to;
{{DropDownListBase.focusOutHandler()}} is never called, even when the user
clicks outside the application, whereas for DropDownLists on the stage the
function is called for both these scenarios.
was:
*Steps to reproduce*:
# Run the attached code
# Open the first DropDownList
# Open the second DropDownList
*Actual behaviour*: the first DropDownList is not closed.
*Expected behaviour*: the first DropDownList is closed.
*Notes*:
* this is how it usually works when the components are not inside a PopUpAnchor
* it relates to the DropDownLists not receiving the {{FocusEvent.FOCUS_OUT}}
event as they usually do.
> DropDownList inside a PopUpAnchor doesn't close when another DropDownList is
> selected
> -------------------------------------------------------------------------------------
>
> Key: FLEX-35125
> URL: https://issues.apache.org/jira/browse/FLEX-35125
> Project: Apache Flex
> Issue Type: Bug
> Components: Spark: DropDownList, Spark: PopUpAnchor
> Reporter: Mihai Chira
> Assignee: Mihai Chira
> Attachments: Reproduce.mxml
>
>
> *Steps to reproduce*:
> # Run the attached code
> # Open the first DropDownList
> # Open the second DropDownList
> *Actual behaviour*: the first DropDownList is not closed.
> *Expected behaviour*: the first DropDownList is closed.
> *Notes*:
> * this is how it usually works when the components are not inside a
> PopUpAnchor
> * it relates to the DropDownLists not receiving the {{FocusEvent.FOCUS_OUT}}
> event when the other one is clicked, as ought to;
> {{DropDownListBase.focusOutHandler()}} is never called, even when the user
> clicks outside the application, whereas for DropDownLists on the stage the
> function is called for both these scenarios.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)