BUG: Inserting HR element into a form injects it twice!
Published by: wktd 2010-03-15
Sorry ... this post really belongs in the BUGS forum ... but its also a request for assistance with how best to do this.
I'm attempting to insert a HR element into a form using the following:
frm.container({autoCreate: {tag:'hr', cls: 'x-fieldset-hr'}});
frm.end();
FF/Firebug shows the following being generated for HR element.
Notice the 2nd nested HR element ...