#1621: manytomany admin widget broken under IE6.0 when in collapsed group
-----------------------------+----------------------------------------------
Reporter: Olive | Owner: adrian
Type: defect | Status: new
Priority: normal | Milestone:
Component: Admin interface | Version:
Severity: normal | Resolution:
Keywords: |
-----------------------------+----------------------------------------------
Comment (by Gustavo):
I added a line to django/contrib/admin/media/js/CollapsedFieldsets.js
{{{
if (collapsed_seen) {
// Expand all collapsed fieldsets when form is submitted.
addEvent(findForm(document.getElementsByTagName('fieldset')[0]), 'submit',
function() { CollapsedFieldsets.uncollapse_all(); });
}
CollapsedFieldsets.uncollapse_all(); //
<----------------------------------------------
},
}}}
I worked, but the page loads with the fieldsets uncollapsed now.
--
Ticket URL: <http://code.djangoproject.com/ticket/1621>
Django <http://code.djangoproject.org/>
The web framework for perfectionists with deadlines.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-updates
-~----------~----~----~----~------~----~------~--~---