andreabadesso / simile-widgets

Automatically exported from code.google.com/p/simile-widgets
0 stars 0 forks source link

Two layers with index 0 #356

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago

Original comment by ryan...@csail.mit.edu on 23 Jun 2011 at 9:40