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
Arturo Zambrano
created issue -
Arturo Zambrano
made changes -
Field | Original Value | New Value |
---|---|---|
Assignee | Arturo Zambrano [ artzambrano ] |
Arturo Zambrano
made changes -
Fix Version/s | EE-4.3.0.GA_P04 [ 13876 ] |
Arturo Zambrano
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Invalid [ 6 ] |
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.