This is a conflicting behaviour between Admin Menu and IMCE modules, but IMO the simplest fix is to use Admin Menu's suppression in IMCE's imce_page() request.

Admin Menu (6.x-3.x-dev) will place the admin menu at the top of the IMCE popup, somewhat obscuring IMCE's buttons there. See attached image below for illustration.

Admin menu offers a method other modules may call to suppress the appearance of its menu on specific pages:

  module_invoke('admin_menu', 'suppress');
 

Attached is a patch for IMCE-6.x-1.2 which invokes this at the start of imce_page().

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

ufku’s picture

i think this should be optional because I sometimes use IMCE directly on /?q=imce and admin menu seems to be cool there.

ufku’s picture

Status: Needs review » Fixed

This has been committed. Thanks.

Status: Fixed » Closed (fixed)

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