When an exhibit is called with a uri that contains a hash (#someitemid)
then SimileAjax.WindowManager.pushLayer gets called before
SimileAjax.WindowManager.initialize has been called resulting in two layers
with an index of 0. The solution is to add an:
if (!SimileAjax.WindowManager._initialized) {
SimileAjax.WindowManager.initialize();
}
to SimileAjax.WindowManager.pushLayer.
Original issue reported on code.google.com by m.d.na...@hetnet.nl on 8 Mar 2010 at 1:39
Original issue reported on code.google.com by
m.d.na...@hetnet.nl
on 8 Mar 2010 at 1:39