Justin Mclean created FLEX-33991:
------------------------------------
Summary: PopUpAnchor caches initial popup size with no way to reset
Key: FLEX-33991
URL: https://issues.apache.org/jira/browse/FLEX-33991
Project: Apache Flex
Issue Type: Bug
Components: Spark: PopUpAnchor
Affects Versions: Apache Flex 4.11.0
Reporter: Justin Mclean
Priority: Minor
addOrRemovePopUp cantinas this code:
if (popUp is UIComponent && !popUpSizeCaptured)
{
popUpWidth = UIComponent(popUp).explicitWidth;
popUpHeight = UIComponent(popUp).explicitHeight;
UIComponent(popUp).validateNow();
popUpSizeCaptured = true;
}
popUpSizeCaptured is never set to false even if popUp is changed.
All methods and properties are private so can't be easily fixed.
--
This message was sent by Atlassian JIRA
(v6.1.4#6159)