When Neptune theme enabled IMCE toolbar disappears, with the Zen theme ok.

delete script.js code about canvas toolbar appears

imce neptune

CommentFileSizeAuthor
neptune_imce.jpg210.56 KBvildoc
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

laurencemercer’s picture

Hmm...interesting. Thanks for the report. I'll check it out.

laurencemercer’s picture

I've pushed a fix for this. It'll be in the next dev release (which should get published shortly).

laurencemercer’s picture

Status: Active » Fixed

This is fixed in the dev release.

---
For my reference:
the issue was due to IMCE's use of an iframe. The iframe creates an extra body tag and also loads Neptune's script.js file, which in turn tries to draw the triangles again. I've modified the triangle drawing code in script.js file to target the canvas element directly.

Status: Fixed » Closed (fixed)

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

Anonymous’s picture

Issue summary: View changes

it seems script.js problem

  • Commit a894a04 on 7.x-1.x, 7.x-2.x by laurence_m:
    Issue #1970722 by laurence_m: Fixed disappearing IMCE toolbar.