Search code examples
javascriptbrowserdeepzoomseadragon

object expected error from Seadragon and IE


I'm playing around with seadragon trying to make a deepzoom image. I have uploaded it here.

In Firefox and Chrome it works fine, but IE produces a JavaScript error like

an obect was expectet. Linie 95

How can this be solved?


Solution

  • You're using a very old version of prototypejs(1.4 from 2005), which causes an error before the one in line 95(Array.shift tries to assign an invalid value to the length of an array, prototype.js line 464). Try using a newer version of prototypejs.