Right the situation is the following...
I have a form which if I add an element. Then remove the element it
refuses to submit using javascript. Only in firefox!
The sample form is here. (It may take a little while to download as
all the js is in uncompressed format for debugging.)
http://technode.whiteoctober.co.uk/formtest.htm
To replicate the issue do the following:
Enter a value for "Title" and "Description".
Add a text element.
Delete that text element.
Press the preview button.
Nothing should happen.
Now add another text element.
The preview window will now open.
I have made sure its not the validation side of things by removing all
validation and the bug still happens. I have put it back in because it
works with every browser as expected except firefox.
Its very strange that its after a delete that it happens and then it
submits the next time you press a button to add a template. I stepped
through the code in firebug but can't see anything that would cause it
on delete....
please help as I have been at this for 6 hours now...