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
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

crosendahl - November 19, 2009 - 21:30

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

Sailingdude - December 4, 2009 - 19:43

subscribe

 
 

Drupal is a registered trademark of Dries Buytaert.