Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 2.0-Alpha2
-
Fix Version/s: 2.0-Alpha3
-
Component/s: JavaScript Client
-
Labels:None
-
Environment:Firefox
Description
I am occationally seeing the following error in the firefox console:
Error: uncaught exception: Cannot find value for cookie: ice.pushids
No other details are available.
Error: uncaught exception: Cannot find value for cookie: ice.pushids
No other details are available.
Activity
Field | Original Value | New Value |
---|---|---|
Assignee | Ken Fyten [ ken.fyten ] |
Priority | Major [ 3 ] | Minor [ 4 ] |
Fix Version/s | 1.0-Alpha3 [ 10224 ] | |
Affects Version/s | 1.0-Alpha2 [ 10223 ] | |
Assignee | Ken Fyten [ ken.fyten ] | Mircea Toma [ mircea.toma ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #20483 | Thu Feb 04 14:10:46 MST 2010 | mircea.toma | |
Files Changed | ||||
![]() |
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Status | Resolved [ 5 ] | Closed [ 6 ] |
On closer inspection this seems to happen when the js library is loaded into the browser but no push ids are created. Is it a requirement to create at least one push id before the DOM has finished loading? If so I would say this is undesirable as a rich client side application may not want to listen for push events until later in the application usage - thus the library would need to be loaded with the page but may not be utilized until the first push events are needed.