Active
Project:
Image Target Question
Version:
6.x-4.4-beta3
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
29 May 2012 at 14:31 UTC
Updated:
10 Jun 2012 at 09:26 UTC
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
Comment #1
zeezhao commentedIn D6, I think I only got it to work in past using jquery_ui 6.x-1.5 with jquery.ui 1.6
Comment #2
mazdakaps commentedok ill try that and ill post if for the results
thanks
Comment #3
mazdakaps commentedOk now it works. But i noticed another issue. That it doesnt work on ie9 but it works only in compatibility mode for ie.
Comment #4
zeezhao commentedBeen using Firefox, so did not notice that...
Drupal 7 version works in IE9 though.
You'll have to discuss this with the author (@ceng)
Comment #5
mazdakaps commentedHello
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