I wrote a script make a form collapsible by inserting headers before each fieldset with the content from its legend, hiding the legend element and then applying Fx.Accordion to the form using the headers as toggler and fieldset as collapsible element. The script can be found here: http://mootools.net/shell/ng7Fr/1/.
It works fine in Google Chrome and IE but in Firefox when I try to open another fieldset the current visible fieldset closes (it collapses but its contents stay visible until its fully closed) but the other fieldset won't open. I noticed with Firebug that the fieldset that should open doesn't change its height at all. Can someone tell me what's going on? Regards, Paul.
