In application.js the following change:
try
{
var documentSynchronizer = new Ice.Document.Synchronizer(window.logger, sessionID, viewID);
}
catch (e)
{
alert("synchronizer " + e);
}
occasionally displays
"synchronizer Same-origin policy violation", so perhaps the history iframe is in a strange state due to not being cached.
Mircea, what problems would arise if the documentSynchronizer was not initialized? A sufficient workaround may be to catch the above exception and log it; at least the bridge would otherwise initialize.
In application.js the following change:
try
{ var documentSynchronizer = new Ice.Document.Synchronizer(window.logger, sessionID, viewID); }catch (e)
{ alert("synchronizer " + e); }occasionally displays
"synchronizer Same-origin policy violation", so perhaps the history iframe is in a strange state due to not being cached.
Mircea, what problems would arise if the documentSynchronizer was not initialized? A sufficient workaround may be to catch the above exception and log it; at least the bridge would otherwise initialize.