On Wed, 2011-10-12 at 13:21 -0400, Isaac Bennetch wrote:
On Oct 11, 2011, at 4:17 PM, Piotr Przybylski piotr.prz@gmail.com wrote:
Window size problems in IE are fixed, I forgot that IE < 9 doesn't have window.inner* properties.
JS bug on demo server may be fixed, I'm just not sure because this error doesn't appear locally. It may be related to Firefox bug [1], I haven't looked into that yet
I had been getting a JavaScript error in IE which also caused the menu tabs to not collapse under "more" but that was fixed a day or two ago. IE seems to work right for me now.
Broken and fixed by me. I introduced that issue in the new implementation of the sprites. I had no idea that 'class' is a reserved word in IE'S javascript and can't be used for object attributes :S
Rouslan