Jake Churchill created FLEX-34085:
-------------------------------------
Summary: Modal Popup Not Showing in Chrome 32
Key: FLEX-34085
URL: https://issues.apache.org/jira/browse/FLEX-34085
Project: Apache Flex
Issue Type: Bug
Components: PopUp Manager
Affects Versions: Apache Flex 4.11.0, Adobe Flex SDK 4.6 (Release), Adobe
Flex SDK 3.6 (Release)
Environment: Chrome 32.0.1700.107 m, PepperFlash 12.0.0.44
Reporter: Jake Churchill
A simple popup created using PopUpManager is not displayed, but the modal
overlay is. The issue only affects modal popups, not others. The reason can
be tracked to the fade/blur effects in PopUpManagerImpl.as,
showModalWindowInternal method at line 896. If the transition duration is > 0
the code runs, otherwise, this code runs:
if (o.owner)
setModalPopupVisible(o.owner, true);
o.modalWindow.visible = true;
I have found that adding this code after the blur.play() at line 964 fixes the
issue. Also, setting the "modalTransparencyDuration" style to 0 will fix it by
preventing that logic to run.
I don't know if this fix should be implemented in the framework or if this is
strictly a chromium issue.
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)