Ask questions and get good answers on mb.jQuery.components

I implemented mb.extruder and it works great... in everything EXCEPT IE 8! It doesn't even show in IE8. You can see an example at http://www.nosegrind.net

I believe I implemented this properly and according to instructions as everything works great in Opera, Firefox (and Firefox derivatives like Iceweasel and IceApe), Chrome and Safari. But IE (being the red headed step child of web browsers thank you microsuck) doesn't show anything.

Does anyone know what the issue is?

asked Feb 25 '11 at 12:29

foofoobar's gravatar image

foofoobar
11


Extruder doesn't work on IE8 with jquery 1.3.2 I just switched to 1.4.2 and all works as expected. ugg slippers

answered Mar 09 '11 at 01:39

jason's gravatar image

jason
111

Well thats a good guess but I'm using Jquery 1.4.4 so I doubt that's it.

(Mar 10 '11 at 10:11) foofoobar
  • I am using extruder with Jquery 1.5.1 in IE8 and works fine.
  • Version IE: 8.0.6001.18792 32Bits.
  • To get the last version of Jquery.

    src='http://code.jquery.com/jquery-latest.js'

answered Mar 12 '11 at 14:18

Franibm's gravatar image

Franibm
113

edited Mar 12 '11 at 14:21

sorry no access, can you start console mode and look if there are any errors? or give us some css code or link a screenshot on web space

answered Feb 25 '11 at 21:21

Abu's gravatar image

Abu
711

You don't need access to view the site. And yes i run Firebug and there are no issues or errors in console and everything is loading fine. I checked all this already.

answered Feb 25 '11 at 23:17

foofoobar's gravatar image

foofoobar
11

Your url is giving a java.lang.NullPointerException so we can't see the example. It use to work even with the terrible IE8 so the problem could be found either on the header declaration of your page (It doesn't work on quirksmode) or some other misterious IE behavior... :-)

answered Feb 28 '11 at 16:52

Matteo%20Bicocchi's gravatar image

Matteo Bicocchi ♦♦
1776129

edited Apr 06 '11 at 16:02

Ahh... found it (I think). These are all SVG supported browsers and you are using SVG while IE does not support SVG (not until IE9 anyway). I think I may have deleted an image that you may be referencing. I'll have to check.

(Feb 28 '11 at 17:54) foofoobar
Your answer
toggle preview

jQuery main site - Matteo Bicocchi