Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 3.0.1
-
Fix Version/s: 3.1
-
Component/s: JavaScript Client
-
Labels:None
-
Environment:IE7, IE8
Description
While running ICEpush in IE7 or IE8 for each push notification received from the server the bridge will invoke the notification callbacks twice.
Activity
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #29938 | Wed Jul 11 17:37:17 MDT 2012 | mircea.toma | |
Files Changed | ||||
![]() |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #29939 | Wed Jul 11 17:39:40 MDT 2012 | mircea.toma | |
Files Changed | ||||
![]() |
Field | Original Value | New Value |
---|---|---|
Assignee | Mircea Toma [ mircea.toma ] |
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Status | Resolved [ 5 ] | Closed [ 6 ] |
In ICEpush we use browser's local storage functionality as a way of communication between browser windows. It seems that in IE whenever the local storage values are modified the events are triggered in all windows without exception, while in the rest of the browsers the window that modified the local storage value will not receive the event.