Posted by igorik on October 28, 2009 at 7:54pm
Jump to:
| Project: | Signup |
| Version: | 6.x-2.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
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
Comments
#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
#3
comment out that line works, thanks for the help. Btw the same problem is with safari.
this line could be removed from the module, if it is still maintained (not sure...)