Hello
i dont know if i am missing something. I have the latest drupal 6 ver the latest quiz ver and i am using the jquery update so i can use the jquery 1.7 version. I am uploading the picture saving it and after i am editing the question to select a region i cant select anything. I would appreciate any help.
Thank you

Comments

zeezhao’s picture

In D6, I think I only got it to work in past using jquery_ui 6.x-1.5 with jquery.ui 1.6

mazdakaps’s picture

ok ill try that and ill post if for the results
thanks

mazdakaps’s picture

Ok now it works. But i noticed another issue. That it doesnt work on ie9 but it works only in compatibility mode for ie.

zeezhao’s picture

Been using Firefox, so did not notice that...

Drupal 7 version works in IE9 though.

You'll have to discuss this with the author (@ceng)

mazdakaps’s picture

Hello
i noticed that it is a compatibility issued of jquerie with ie9. So until there is a fix i put this
<meta http-equiv="X-UA-Compatible" content="IE=8" >
on the head of the page.tpl.php and it works.
Thank you