Closed (fixed)
Project:
Panels Accordion
Version:
6.x-1.1
Component:
User interface
Priority:
Critical
Category:
Bug report
Assigned:
Reporter:
Created:
1 Jul 2010 at 15:31 UTC
Updated:
23 Oct 2010 at 00:04 UTC
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
Comment #1
davidburnsI 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.
Comment #2
resveld commentedI noticed the same problem and have it fixed (ugly, but fixed).
In your template add the following in the header after
.ui-accordion-content{ zoom: 1; }print $styles: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
Comment #3
davidburnsworks 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"
Comment #4
resveld commentedi have checked and looks fine to me
Comment #5
davidburnsCheckout DEV release to get this fix. 6.x-1.1 doesn't work in IE8. Will work when I create 6.x-1.2