IE 8 cancel signup problem
igorik - October 28, 2009 - 19:54
| Project: | Signup |
| Version: | 6.x-2.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
Hi
Hi
I found a problem with IE 8 and cancel signup.
The link cancel signup (under my signup info) doesn't work.
When I click in it nothing happens. I have to click on edit button under my signup info and after then the link start working.
In FF link works fine (there is no need to click on edit button at first)
Maybe some javascript error?
thanks
Igor

#1
I had the same problem in IE7 with 'Your signup information' on an event page. The fieldset was always closed in IE7, but worked perfectly in FF.
The field's class is set as 'disabled' which is what was keeping anything from happening.
That happens in signup_edit_form.js.
I commented out this line:
$form_elements.attr('disabled', 'disabled');and it works perfectly now.
#2
subscribe