Needs review
Project:
Imagefield Crop
Version:
6.x-1.0-rc2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
4 Nov 2010 at 16:22 UTC
Updated:
24 Aug 2011 at 10:50 UTC
Jump to comment: Most recent file
Comments
Comment #1
muldos commentedHi, I just run into the same issue, Here is a patch on the current 6.x version to avoid this.
I have replaced the use of jquery.extend, by a span markup which contains html5 data-* attributes and the js code now access these values.
Tell me if its good for you :)
David
Comment #2
muldos commentedMade a better code and a new patch that combine with the issue of the remove button who don't remove the thumbnail
(http://drupal.org/node/501964)