Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Major
-
Resolution: Fixed/Completed
-
Affects Version/s: 3.2
-
Fix Version/s: 3.2.1
-
Component/s: Core CiviCRM
-
Labels:None
Description
When viewing the contact summary screen in IE8, the accordion panels for custom data groups can be closed, but then cannot be re-opened.
This is a known jquery issue – the toggle and toggleClass functions don't work on <tr> tags in IE8. See:
http://dev.jqueryui.com/ticket/4999
http://dev.jquery.com/ticket/4661
The attached patch rewrites the template so that it only uses a table for the custom fields, and divs for the title and toggled container.