With much tinkering, I discovered a bit of a bug with Firefox 4 and the signup edit form. Apparently the group disabling and re-enabling of the form fields doesn't work in FF4. Also, opted for the use of removeAttr('disabled') instead of attr('disabled', '') to enable fields.

I've attached a patch of what fixes this issue in js/signup_edit_form.js, hope it's helpful to anyone else experiencing this issue.

Comments

thesleuth’s picture

thesleuth’s picture

Version: 6.x-2.x-dev » 6.x-1.x-dev
REo’s picture

It seems to me this bug affects version 6.x-1.0 as well. Thanks for the fix.