Details
-
Type: Bug
-
Status: Resolved
-
Priority: Major
-
Resolution: Invalid
-
Affects Version/s: EE-4.3.0.GA_P03
-
Fix Version/s: EE-4.3.0.GA_P04
-
Component/s: ACE-Components
-
Labels:None
-
Environment:Any
-
Support Case References:Support Case 14711 - https://icesoft.my.salesforce.com/5004u00002kwBls
Description
When using an ace:dialog with show or hide effects, it only opens once if it contains a button with animations. It doesn't open in subsequent tries.
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
Marking this issue as invalid.
The problem was that the ace:dialog component had two effects specified. So, when the dialog was closed, the second effect didn't get to be applied, because the dialog was no longer visible, and this causes errors in the client. This situation can be easily avoided by only specifying one effect when closing a dialog or to delay the closing of the dialog (i.e. setting its visible property to false) long enough for the two effects to complete.