Drupal 7.36 changed the id for the upload widget (https://www.drupal.org/node/1734716), which prevents imageeditor filefield from attaching the editor buttons, as it will not detect an uploaded image.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | imageeditor_imagefield-2545158-2.patch | 956 bytes | strykaizer |
| #1 | imageeditor_imagefield-2545158-1.patch | 956 bytes | strykaizer |
Comments
Comment #1
strykaizerAttached you will find a patch which will also check if the image remove button in drupal >= 7.36 exists
Comment #2
strykaizerWhoops, used a deprecated jquery function in previous patch, attached you will find a corrected version.
Comment #3
strykaizerComment #4
strykaizerLooks like the saving seems to go wrong too. Needs more work.
Comment #5
duozerskJimmy,
Thank you for using the module and for the report and patches.
Sorry for the late reply - looks like this issue has already been addressed in #2467567: Imageeditor doesn't work as expected after core update to 7.36.
Thanks
AndyB