Currently, IMCE Rename closes its dialog by triggering a click event on the dialog's close button ($('#op-close-link').click();). The comment next to this line reads: "There is probably a better way to close the dialog than this."

And it looks like there is: imce.opShrink('rename', 'fadeOut');

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

eromba’s picture

Oops! I was working off of the wrong branch. Here's the patch for the 7.x-1.x branch.

aaron1234nz’s picture

Status: Needs review » Fixed

Patch committed thanks

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.