Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: EE-3.3.0.GA_P01, 4.0.BETA
-
Fix Version/s: 4.0.BETA, EE-3.3.0.GA_P02, 4.0
-
Component/s: Bridge
-
Labels:None
-
Environment:Supported browsers
-
Salesforce Case Reference:
Description
It seems that when a requests does not receive its corresponding response because the window navigates or reloads the NCI dialog will popup. The network callbacks registered with JSF bridge will need to be cleared before the page unloads to avoid this issue.
Activity
Field | Original Value | New Value |
---|---|---|
Affects Version/s | 4.0 [ 10770 ] |
Fix Version/s | 4.0 [ 10770 ] |
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Assignee | Mircea Toma [ mircea.toma ] |
Support Customer Ref. #s | 12522 |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #39089 | Tue Dec 03 15:35:25 MST 2013 | mircea.toma | |
Files Changed | ||||
![]() |
Resolution | Fixed [ 1 ] | |
Status | Resolved [ 5 ] | Reopened [ 4 ] |
Affects Version/s | EE-3.3.0.GA_P01 [ 11174 ] |
Fix Version/s | EE-3.3.0.GA_P02 [ 11371 ] |
Salesforce Case Reference | 5007000000Y2MmzAAF |
Status | Reopened [ 4 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Fix Version/s | 4.0 [ 11382 ] |
Status | Resolved [ 5 ] | Closed [ 6 ] |
This issue was suppossedly fix by the commit for
ICE-6822but the its implementation was not correct. The array of callbacks needs to be cleared, because that is what was passed to JSF bridge. Replacing the value of the variable holding the callbacks with an empty array won't clear the original array.