Hello,
We ran into a huge problem today,
The site in question was upgraded succesfully from 6.x and fields migrated to 7.0,
The image field seems to have an issue with ajax, images can be uploaded, but not deleted.
Once you press the delete button it shows the loading icon shortly and does nothing afterwards.
Every browser was checked to rule that out, no bugs or errors show up.
Please let me know if there is a fix.
Comments
Comment #1
Anonymous (not verified) commentedJust a shot...do you have the Drupal for Firebug module enabled? It caused me a lot of problems with ajax, specifically images if I remember right
Comment #2
Jeffm commentedNo, like i said, it was tested on various computers and outside the office too to lock out that it would be an issue like that.
Comment #3
Anonymous (not verified) commentedThe Drupal for Firebug module is a Drupal module, it's processed server-side. If you have it enabled and it's causing errors, the errors will be reproduced across all browsers and locations, regardless of whether the client has the Chrome/Firefox extension installed.
Comment #4
rfayPlease make sure you're running the latest dev release of Drupal, as 7.0 is getting mighty old now. A number of important fixes have been committed.
Comment #5
Jeffm commentedI am running the latest Dev version and the problem is still there.
It's hard to source the issue since its not throwing up any errors.
The delete button just does nothing, you click it and it loads for a second and then nothing happens.
I will keep experimenting
Comment #6
Jeffm commentedI found the problem, it's not with Drupal Core as i suspected but rather in the Field translate module part of Internationalization:
See http://drupal.org/node/1146894