Hi Guys,
Haven't been able to find this issue anywhere else, but when using Internet Explorer 9 it receives a javascript error which you can view in the developer console.
Code: |
SCRIPT5007: Unable to get value of the property 'parent': object is null or undefined
www.*****.com, line 147 character 26
|
Which refers to this line:
Code: |
Ext.onReady(function() { new Ext.ux.Menu("ariext20", {"autoWidth":false,"transitionDuration":0.2,"animate":false}); Ext.get("ariext20").select(".ux-menu-sub").removeClass("ux-menu-init-hidden"); });
|
Normally this doesn't seem to cause an issue, except with one site using an image slider module where this error cause the rest of the javascript not to load.
I can supply an address to see it in action.
Regards,
Chris