Details
-
Type:
Improvement
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.1-Beta
-
Component/s: ACE-Components
-
Labels:None
-
Environment:All
-
Assignee Priority:P1
-
Affects:Documentation (User Guide, Ref. Guide, etc.), Sample App./Tutorial
-
Workaround Exists:Yes
-
Workaround Description:Implement your own close button that can call the server side.
Description
Currently there is no way to tell the server side that a dialog has been closed via the header close button. The closeListener should be implemented so that the server side can be notified that the popup is closed.
At the moment this can cause an issue where the dialog is closed via the close button and cannot be opened again because the server side still thinks that its open.
At the moment this can cause an issue where the dialog is closed via the close button and cannot be opened again because the server side still thinks that its open.
Activity
Field | Original Value | New Value |
---|---|---|
Salesforce Case | [5007000000JKogb] |
Assignee | Ken Fyten [ ken.fyten ] |
Issue Type | Bug [ 1 ] | Improvement [ 4 ] |
Fix Version/s | 2.1 [ 10241 ] | |
Affects | [Documentation (User Guide, Ref. Guide, etc.), Sample App./Tutorial] | |
Assignee Priority | P2 | |
Assignee | Ken Fyten [ ken.fyten ] | yip.ng [ yip.ng ] |
Status | Open [ 1 ] | Resolved [ 5 ] |
Fix Version/s | 2.1-Beta [ 10291 ] | |
Fix Version/s | 2.1 [ 10241 ] | |
Assignee Priority | P2 | |
Resolution | Fixed [ 1 ] |
Attachment | Case10546Example.zip [ 13607 ] | |
Attachment | Case10546Example.war [ 13608 ] |
Resolution | Fixed [ 1 ] | |
Status | Resolved [ 5 ] | Reopened [ 4 ] |
Assignee Priority | P1 |
Attachment | screenshot-01.png [ 13609 ] |
Attachment | screenshot-02.png [ 13610 ] |
Attachment | dialog-error.JPG [ 13611 ] |
Attachment | screenshot-04.png [ 13612 ] | |
Attachment | screenshot-05.png [ 13613 ] |
Fix Version/s | 2.1 [ 10241 ] | |
Fix Version/s | 2.1-Beta [ 10291 ] |
Status | Reopened [ 4 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Fix Version/s | 2.1-Beta2 [ 10294 ] |
Security | Private [ 10001 ] |
Status | Resolved [ 5 ] | Closed [ 6 ] |
I've tried adding this call in a basic test case. Adding the ace:ajax tag seems to be causing some errors on the client side. Attached is a basic test case that I'm using.