hi

i use this module to put accordion in mini panel that contain,s blocks ,

the accordion work,s perfectly in all browsers except ie8 .

it gives me this error message :

Webpage error details

User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; AskTB5.5)
Timestamp: Thu, 1 Jul 2010 15:23:31 UTC

Message: Object doesn't support this property or method
Line: 1
Char: 1
Code: 0
URI: http://localhost/xampp/drupal-6.17/

can any body tell me how to fix this problem .

thank you .

Comments

davidburns’s picture

I have tested and can confirm that after clicking an accordion section the other actions are no longer available (it gets stuck).

Any IE people here? I'm on a Mac so I gotta hunt down my windows laptop and update it so I can test this out.

resveld’s picture

I noticed the same problem and have it fixed (ugly, but fixed).

In your template add the following in the header after print $styles :

.ui-accordion-content{ zoom: 1; }

It seems to be a bug in the way it's rendered.

This fixed it for me.
You can look @ http://www.altior.nl/senioren/heren/3 for the result in IE

-Ronald

davidburns’s picture

Status: Active » Needs review

works for me in IE8 with that css zoom added. I'm going to commit that to the dev branch, but I'd still like to get some feedback from someone else using it. Setting status to "needs review"

resveld’s picture

i have checked and looks fine to me

davidburns’s picture

Status: Needs review » Closed (fixed)

Checkout DEV release to get this fix. 6.x-1.1 doesn't work in IE8. Will work when I create 6.x-1.2