After upgrading to Drupal 7.27, the Insert button no longer inserts after a file/image upload. If you edit a post without uploading first, Insert works fine.

Also, another side-effect (not sure if Insert related or not), is that when the Insert button stops working after an upload, the ability to reorder images stops working as well (the grabber disappears).

Comments

David_Rothstein’s picture

I couldn't reproduce this.

It sounds like a JavaScript error - maybe you can use Firebug or a similar tool to check if there's a JavaScript error when this happens and if so, what the error is.

Also, does it depend on what browser you use? If by any chance it's IE8, see #2245331: Use of reserved word in ajax.js breaks IE8

ADrupalUser’s picture

Thank you.

This was indeed a Javascript error, caused by the External Links module. Anyone having a similar issue, this patch worked for me: https://drupal.org/comment/8692587#comment-8692587.

ADrupalUser’s picture

Status: Active » Closed (cannot reproduce)