Active
Project:
Signup
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
12 May 2011 at 15:06 UTC
Updated:
10 Jun 2011 at 09:42 UTC
Jump to comment: Most recent file
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.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 1155480_signup_edit_form_js_attributes_patch.diff | 1.57 KB | thesleuth |
Comments
Comment #1
thesleuth commentedComment #2
thesleuth commentedComment #3
REo commentedIt seems to me this bug affects version 6.x-1.0 as well. Thanks for the fix.