Closed (fixed)
Project:
Image Annotate
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
31 Aug 2008 at 23:11 UTC
Updated:
17 Jun 2009 at 07:51 UTC
Jump to comment: Most recent file
Comments
Comment #1
kcolbe commentedI'm having the same issue. I've installed all required modules (I think). But I still only have text on top of my pictures which says "Add a note" -- no link. I can't seem to trigger the annotation at all. Any help??
Thanks!
Comment #2
kcolbe commentedLine 19 of tag.js is not working...it is not loading the callback for the php function _image_annotate_canvas()
$('#image-annotate-wrapper').load('/image-annotate/view-canvas', {}, function() { ...
Comment #3
charly commentedi can confirm this on a fresh drupal 6.6 install
Comment #4
gábor hojtsyHere is how I made this module work:
(1) Applied the changes contained in the attached patch. In detail:
- The paths are not right if you are not running Drupal in the webserver root.
- jQuery update runs the minified version of the components, but they take A and not $ so the UI lib is not working right. I did not check why is this happening, since it worked with the non-minified versions. Probably needs a better analysis.
- There was also some data collection issues with the viewing of notes, which are fixed by using the object returned as an object not an array.
(2) Removed jquery_update as a dependency of the jquery_ui module in D6. Drupal 6 has the latest jQuery.
This makes adding, editing and deleting notes work. It does not make dragging work though, and resizing is oftentimes broken in some directions. So still not perfect.
I know the maintainer is about to post some new code (as said in other issues), so this might be useless, but it might be that some of these will still not be fixed, so this patch proves to be useful.
Comment #5
gábor hojtsyComment #6
Holie commentedsubscribing, patch does not seem to work for me
Comment #7
hunvreus commentedThere is a beta now on the project page: please give it a try. Many things have been added/changed. I will publish a stable version this week, so let me know.
Comment #8
hunvreus commented